Skip to content

Commit b51db2c

Browse files
authored
initial commit for Laika keyboard (#981)
1 parent 58ce372 commit b51db2c

File tree

9 files changed

+213
-0
lines changed

9 files changed

+213
-0
lines changed

keyboards/laika/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Copyright 2025 kapee1 (@kapee1)
2+
// SPDX-License-Identifier: GPL-2.0-or-later

keyboards/laika/keyboard.json

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{ "manufacturer": "kapee1",
2+
"keyboard_name": "laika",
3+
"maintainer": "kapee1",
4+
"bootloader": "rp2040",
5+
"diode_direction": "COL2ROW",
6+
"features": {
7+
"bootmagic": true,
8+
"command": false,
9+
"console": false,
10+
"extrakey": true,
11+
"mousekey": true,
12+
"nkro": true
13+
},
14+
"matrix_pins": {
15+
"cols": ["GP29", "GP28", "GP27", "GP26", "GP15", "GP9", "GP8", "GP7", "GP6", "GP5", "GP4", "GP3", "GP2"],
16+
"rows": ["GP14", "GP10", "GP11", "GP12", "GP13"]
17+
},
18+
"processor": "RP2040",
19+
"url": "",
20+
"usb": {
21+
"device_version": "1.0.0",
22+
"pid": "0x0000",
23+
"vid": "0xFEED"
24+
},
25+
"layouts": {
26+
"LAYOUT": {
27+
"layout": [
28+
{"matrix":[0,0],"x":0,"y":0,"w":1},
29+
{"matrix":[0,1],"x":1,"y":0,"w":1},
30+
{"matrix":[0,2],"x":2,"y":0,"w":1},
31+
{"matrix":[0,3],"x":3,"y":0,"w":1},
32+
{"matrix":[0,4],"x":4,"y":0,"w":1},
33+
{"matrix":[0,5],"x":5,"y":0,"w":1},
34+
35+
{"matrix":[1,0],"x":0,"y":1,"w":1.5},
36+
{"matrix":[1,1],"x":1.5,"y":1,"w":1},
37+
{"matrix":[1,2],"x":2.5,"y":1,"w":1},
38+
{"matrix":[1,3],"x":3.5,"y":1,"w":1},
39+
{"matrix":[1,4],"x":4.5,"y":1,"w":1},
40+
{"matrix":[1,5],"x":5.5,"y":1,"w":1},
41+
{"matrix":[1,6],"x":6.5,"y":1,"w":1},
42+
{"matrix":[1,7],"x":7.5,"y":1,"w":1},
43+
{"matrix":[1,8],"x":8.5,"y":1,"w":1},
44+
{"matrix":[1,9],"x":9.5,"y":1,"w":1},
45+
{"matrix":[1,10],"x":10.5,"y":1,"w":1},
46+
{"matrix":[1,11],"x":11.5,"y":1,"w":1},
47+
{"matrix":[1,12],"x":12.5,"y":1,"w":1},
48+
49+
{"matrix":[2,0],"x":0,"y":2,"w":1.75},
50+
{"matrix":[2,1],"x":1.75,"y":2,"w":1},
51+
{"matrix":[2,2],"x":2.75,"y":2,"w":1},
52+
{"matrix":[2,3],"x":3.75,"y":2,"w":1},
53+
{"matrix":[2,4],"x":4.75,"y":2,"w":1},
54+
{"matrix":[2,5],"x":5.75,"y":2,"w":1},
55+
{"matrix":[2,6],"x":6.75,"y":2,"w":1},
56+
{"matrix":[2,7],"x":7.75,"y":2,"w":1},
57+
{"matrix":[2,8],"x":8.75,"y":2,"w":1},
58+
{"matrix":[2,9],"x":9.75,"y":2,"w":1},
59+
{"matrix":[2,10],"x":10.75,"y":2,"w":1},
60+
{"matrix":[2,12],"x":11.75,"y":2,"w":1.75},
61+
62+
{"matrix":[3,0],"x":0,"y":3,"w":2},
63+
{"matrix":[3,1],"x":2,"y":3,"w":1},
64+
{"matrix":[3,2],"x":3,"y":3,"w":1},
65+
{"matrix":[3,3],"x":4,"y":3,"w":1},
66+
{"matrix":[3,4],"x":5,"y":3,"w":1},
67+
{"matrix":[3,5],"x":6,"y":3,"w":1},
68+
{"matrix":[3,6],"x":7,"y":3,"w":1},
69+
{"matrix":[3,7],"x":8,"y":3,"w":1},
70+
{"matrix":[3,8],"x":9,"y":3,"w":1},
71+
{"matrix":[3,9],"x":10,"y":3,"w":1},
72+
{"matrix":[3,10],"x":11,"y":3,"w":1},
73+
{"matrix":[3,12],"x":12,"y":3,"w":1.5},
74+
75+
{"matrix":[4,0],"x":0,"y":4,"w":1.25},
76+
{"matrix":[4,1],"x":1.25,"y":4,"w":1},
77+
{"matrix":[4,2],"x":2.25,"y":4,"w":1.5},
78+
{"matrix":[4,5],"x":3.75,"y":4,"w":6},
79+
{"matrix":[4,9],"x":9.75,"y":4,"w":1.5},
80+
{"matrix":[4,11],"x":11.25,"y":4,"w":1},
81+
{"matrix":[4,12],"x":12.25,"y":4,"w":1.25}
82+
]
83+
}
84+
}
85+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/* Copyright (C) 2025 kapee1
2+
*
3+
* This program is free software: you can redistribute it and/or modify
4+
* it under the terms of the GNU General Public License as published by
5+
* the Free Software Foundation, either version 2 of the License, or
6+
* (at your option) any later version.
7+
*
8+
* This program is distributed in the hope that it will be useful,
9+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
* GNU General Public License for more details.
12+
*
13+
* You should have received a copy of the GNU General Public License
14+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
*/
16+
17+
#include QMK_KEYBOARD_H
18+
19+
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20+
21+
[0] = LAYOUT(
22+
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5,
23+
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_BSPC,
24+
KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENTER,
25+
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
26+
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL
27+
),
28+
29+
[1] = LAYOUT(
30+
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
31+
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
32+
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
33+
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
34+
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
35+
)
36+
37+
};
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
2+
3+
#pragma once
4+
5+
#define VIAL_KEYBOARD_UID {0x41, 0x50, 0x1C, 0xEF, 0x87, 0xE1, 0xDA, 0x31}
6+
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
7+
#define VIAL_UNLOCK_COMBO_COLS { 1, 0 }
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/* Copyright (C) 2025 kapee1
2+
*
3+
* This program is free software: you can redistribute it and/or modify
4+
* it under the terms of the GNU General Public License as published by
5+
* the Free Software Foundation, either version 2 of the License, or
6+
* (at your option) any later version.
7+
*
8+
* This program is distributed in the hope that it will be useful,
9+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
* GNU General Public License for more details.
12+
*
13+
* You should have received a copy of the GNU General Public License
14+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
*/
16+
17+
#include QMK_KEYBOARD_H
18+
19+
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20+
21+
[0] = LAYOUT(
22+
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5,
23+
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_BSPC,
24+
KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENTER,
25+
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
26+
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL
27+
),
28+
29+
[1] = LAYOUT(
30+
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
31+
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
32+
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
33+
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
34+
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
35+
)
36+
37+
};
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
VIA_ENABLE = yes
2+
VIAL_ENABLE = yes
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"lighting": "none",
3+
"matrix": {
4+
"rows": 5,
5+
"cols": 13
6+
},
7+
"layouts": {
8+
"labels": [
9+
[
10+
"Bottom Row",
11+
"6u Spacebar",
12+
"3u + 3u Spacebars"
13+
]
14+
],
15+
"keymap": [["0,0","0,1","0,2","0,3","0,4","0,5"],
16+
[{"w":1.5},"1,0","1,1","1,2","1,3","1,4","1,5","1,6","1,7","1,8","1,9","1,10","1,11","1,12"],
17+
[{"w":1.75},"2,0","2,1","2,2","2,3","2,4","2,5","2,6","2,7","2,8","2,9","2,10",{"w":1.75},"2,12"],
18+
[{"w":2},"3,0","3,1","3,2","3,3","3,4","3,5","3,6","3,7","3,8","3,9","3,10",{"w":1.5},"3,12"],
19+
[{"w":1.25},"4,0","4,1",{"w":1.5},"4,2",{"w":3},"4,4\n\n\n0,1",{"x":-3,"w":6},"4,5\n\n\n0,0",{"x":-3,"w":3},"4,7\n\n\n0,1",{"w":1.5},"4,9","4,11",{"w":1.25},"4,12"]]
20+
}
21+
}

keyboards/laika/readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Laika
2+
3+
* Keyboard Maintainer: [kapee1](https://github.com/kapee1)
4+
5+
Make example for this keyboard (after setting up your build environment):
6+
7+
make laika:default
8+
9+
Flashing example for this keyboard:
10+
11+
make laika:default:flash
12+
13+
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
14+
15+
## Bootloader
16+
17+
Enter the bootloader in 3 ways:
18+
19+
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
20+
* **Physical reset button**: Hold "Boot" and click "Reset" button on RP2040
21+
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available

keyboards/laika/rules.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)