summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/itstleo/itstleo40/info.json81
-rw-r--r--keyboards/itstleo/itstleo40/keymaps/default/keymap.c24
-rw-r--r--keyboards/itstleo/itstleo40/keymaps/via/keymap.c24
-rw-r--r--keyboards/itstleo/itstleo40/keymaps/via/rules.mk1
-rw-r--r--keyboards/itstleo/itstleo40/readme.md26
-rw-r--r--keyboards/itstleo/itstleo40/rules.mk1
6 files changed, 157 insertions, 0 deletions
diff --git a/keyboards/itstleo/itstleo40/info.json b/keyboards/itstleo/itstleo40/info.json
new file mode 100644
index 0000000000..8748072f4f
--- /dev/null
+++ b/keyboards/itstleo/itstleo40/info.json
@@ -0,0 +1,81 @@
1{
2 "manufacturer": "ItsTLeo",
3 "keyboard_name": "itstleo40",
4 "maintainer": "ItsTLeo",
5 "processor": "RP2040",
6 "bootloader": "rp2040",
7 "diode_direction": "COL2ROW",
8 "features": {
9 "bootmagic": true,
10 "command": false,
11 "combo": false,
12 "console": false,
13 "leader": true,
14 "extrakey": true,
15 "mousekey": true,
16 "nkro": true
17 },
18 "matrix_pins": {
19 "cols": ["GP0", "GP1", "GP2", "GP3", "GP4", "GP5", "GP6", "GP7", "GP8", "GP9", "GP10", "GP11"],
20 "rows": ["GP14", "GP15", "GP16", "GP17"]
21 },
22 "usb": {
23 "device_version": "1.0.0",
24 "vid": "0x4954",
25 "pid": "0x0003"
26 },
27 "community_layouts": ["planck_mit"],
28 "layouts": {
29 "LAYOUT_planck_mit": {
30 "layout": [
31 {"matrix": [0, 0], "x": 0, "y": 0},
32 {"matrix": [0, 1], "x": 1, "y": 0},
33 {"matrix": [0, 2], "x": 2, "y": 0},
34 {"matrix": [0, 3], "x": 3, "y": 0},
35 {"matrix": [0, 4], "x": 4, "y": 0},
36 {"matrix": [0, 5], "x": 5, "y": 0},
37 {"matrix": [0, 6], "x": 6, "y": 0},
38 {"matrix": [0, 7], "x": 7, "y": 0},
39 {"matrix": [0, 8], "x": 8, "y": 0},
40 {"matrix": [0, 9], "x": 9, "y": 0},
41 {"matrix": [0, 10], "x": 10, "y": 0},
42 {"matrix": [0, 11], "x": 11, "y": 0},
43 {"matrix": [1, 0], "x": 0, "y": 1},
44 {"matrix": [1, 1], "x": 1, "y": 1},
45 {"matrix": [1, 2], "x": 2, "y": 1},
46 {"matrix": [1, 3], "x": 3, "y": 1},
47 {"matrix": [1, 4], "x": 4, "y": 1},
48 {"matrix": [1, 5], "x": 5, "y": 1},
49 {"matrix": [1, 6], "x": 6, "y": 1},
50 {"matrix": [1, 7], "x": 7, "y": 1},
51 {"matrix": [1, 8], "x": 8, "y": 1},
52 {"matrix": [1, 9], "x": 9, "y": 1},
53 {"matrix": [1, 10], "x": 10, "y": 1},
54 {"matrix": [1, 11], "x": 11, "y": 1},
55 {"matrix": [2, 0], "x": 0, "y": 2},
56 {"matrix": [2, 1], "x": 1, "y": 2},
57 {"matrix": [2, 2], "x": 2, "y": 2},
58 {"matrix": [2, 3], "x": 3, "y": 2},
59 {"matrix": [2, 4], "x": 4, "y": 2},
60 {"matrix": [2, 5], "x": 5, "y": 2},
61 {"matrix": [2, 6], "x": 6, "y": 2},
62 {"matrix": [2, 7], "x": 7, "y": 2},
63 {"matrix": [2, 8], "x": 8, "y": 2},
64 {"matrix": [2, 9], "x": 9, "y": 2},
65 {"matrix": [2, 10], "x": 10, "y": 2},
66 {"matrix": [2, 11], "x": 11, "y": 2},
67 {"matrix": [3, 0], "x": 0, "y": 3},
68 {"matrix": [3, 1], "x": 1, "y": 3},
69 {"matrix": [3, 2], "x": 2, "y": 3},
70 {"matrix": [3, 3], "x": 3, "y": 3},
71 {"matrix": [3, 4], "x": 4, "y": 3},
72 {"matrix": [3, 5], "x": 5, "y": 3, "w": 2},
73 {"matrix": [3, 7], "x": 7, "y": 3},
74 {"matrix": [3, 8], "x": 8, "y": 3},
75 {"matrix": [3, 9], "x": 9, "y": 3},
76 {"matrix": [3, 10], "x": 10, "y": 3},
77 {"matrix": [3, 11], "x": 11, "y": 3}
78 ]
79 }
80 }
81} \ No newline at end of file
diff --git a/keyboards/itstleo/itstleo40/keymaps/default/keymap.c b/keyboards/itstleo/itstleo40/keymaps/default/keymap.c
new file mode 100644
index 0000000000..8e24170a34
--- /dev/null
+++ b/keyboards/itstleo/itstleo40/keymaps/default/keymap.c
@@ -0,0 +1,24 @@
1// Copyright 2023 QMK
2// SPDX-License-Identifier: GPL-2.0-or-later
3
4#include QMK_KEYBOARD_H
5
6const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
7 /*
8 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
9 * │Tab│ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │Bsp│
10 * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
11 * │Esc│ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │
12 * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
13 * │Sft│ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │Ent│
14 * ├───┼───┼───┼───┼───┼───┴───┼───┼───┼───┼───┼───┤
15 * │App│Ctl│Alt│GUI│ < │ │ > │ ← │ ↓ │ ↑ │ → │
16 * └───┴───┴───┴───┴───┴───────┴───┴───┴───┴───┴───┘
17 */
18 [0] = LAYOUT_planck_mit(
19 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
20 KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
21 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT,
22 KC_APP, KC_LCTL, KC_LALT, KC_LGUI, KC_LT, KC_SPC, KC_GT, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
23 )
24};
diff --git a/keyboards/itstleo/itstleo40/keymaps/via/keymap.c b/keyboards/itstleo/itstleo40/keymaps/via/keymap.c
new file mode 100644
index 0000000000..9760080170
--- /dev/null
+++ b/keyboards/itstleo/itstleo40/keymaps/via/keymap.c
@@ -0,0 +1,24 @@
1// Copyright 2023 QMK
2// SPDX-License-Identifier: GPL-2.0-or-later
3
4#include QMK_KEYBOARD_H
5
6const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
7 /*
8 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
9 * │Tab│ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │Bsp│
10 * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
11 * │Esc│ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │
12 * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
13 * │Sft│ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │Ent│
14 * ├───┼───┼───┼───┼───┼───┴───┼───┼───┼───┼───┼───┤
15 * │App│Ctl│Alt│GUI│ < │ │ > │ ← │ ↓ │ ↑ │ → │
16 * └───┴───┴───┴───┴───┴───────┴───┴───┴───┴───┴───┘
17 */
18 [0] = LAYOUT_planck_mit(
19 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
20 KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
21 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT,
22 KC_APP, KC_LCTL, KC_LALT, KC_LGUI, KC_LT, KC_SPC, KC_GT, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
23 )
24}; \ No newline at end of file
diff --git a/keyboards/itstleo/itstleo40/keymaps/via/rules.mk b/keyboards/itstleo/itstleo40/keymaps/via/rules.mk
new file mode 100644
index 0000000000..036bd6d1c3
--- /dev/null
+++ b/keyboards/itstleo/itstleo40/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/itstleo/itstleo40/readme.md b/keyboards/itstleo/itstleo40/readme.md
new file mode 100644
index 0000000000..b76a966509
--- /dev/null
+++ b/keyboards/itstleo/itstleo40/readme.md
@@ -0,0 +1,26 @@
1# itstleo/itstleo40
2
3![itstleo/itstleo40](https://i.imgur.com/snNWZPmh.jpeg)
4
5* ItsTLeo first pcb using planck mit community layout, powered by QMK with VIA supported
6
7* Keyboard Maintainer: [ItsTLeo](https://github.com/ItsTLeo)
8* Hardware Supported: Powered with RP2040
9
10Make example for this keyboard (after setting up your build environment):
11
12 make itstleo/itstleo40:default
13
14Flashing example for this keyboard:
15
16 make itstleo/itstleo40:default:flash
17
18See 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).
19
20## Bootloader
21
22Enter the bootloader in 3 ways:
23
24* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
25* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
26* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available \ No newline at end of file
diff --git a/keyboards/itstleo/itstleo40/rules.mk b/keyboards/itstleo/itstleo40/rules.mk
new file mode 100644
index 0000000000..6e7633bfe0
--- /dev/null
+++ b/keyboards/itstleo/itstleo40/rules.mk
@@ -0,0 +1 @@
# This file intentionally left blank