diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-09 17:48:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-09 17:48:11 +0000 |
commit | e21a03990116b439de2d4a0181f4a87d048e0366 (patch) | |
tree | 41c060fe29b4c8ab2528e391d4c8530befca5e0f | |
parent | ca0070d11cc258ca92c9f44a6e8f63946b55d91e (diff) | |
parent | 39c8ed32b47baed70c636113b1433381c5b6cfdc (diff) | |
download | qmk_firmware-e21a03990116b439de2d4a0181f4a87d048e0366.tar.gz qmk_firmware-e21a03990116b439de2d4a0181f4a87d048e0366.zip |
Merge remote-tracking branch 'origin/master' into develop
19 files changed, 823 insertions, 20 deletions
diff --git a/keyboards/lazydesigners/the60/readme.md b/keyboards/lazydesigners/the60/readme.md index bf7cc771a..9cf4b8bf2 100644..100755 --- a/keyboards/lazydesigners/the60/readme.md +++ b/keyboards/lazydesigners/the60/readme.md | |||
@@ -1,18 +1,19 @@ | |||
1 | # THE60 | 1 | # THE60 |
2 | 2 | ||
3 |  | 3 | 60% keyboards designed by LAZYDESIGNERS |
4 | 4 | ||
5 | A 60% custom PCB and case designed and produced by [LazyDesigners](http://lazydesigners.cn). | 5 | 1. [Rev1](rev1/): A special layout PCB for tray mounted case released in early 2019. |
6 | The PCB allows one to test a 40% layout in a 60% case. | 6 | 2. [Rev2](rev2/): THE60 Round 2 released in 2021. Top mounted. |
7 | 7 | ||
8 | Keyboard Maintainer: QMK Community | 8 | **Firmware files are SPECIFIC to each board. Firmware files from one, will not work on the other.** Please use the appropriate rev for your board. |
9 | Hardware Supported: THE60 PCB | ||
10 | Hardware Availability: Check for GBs on [Geekhack](https://geekhack.org) and on [LazyDesigner's homepage.](http://lazydesigners.cn) | ||
11 | 9 | ||
12 | Make example for this keyboard (after setting up your build environment): | 10 | * Keyboard Maintainer: [Jacky@LAZYDESIGNERS] (https://github.com/jackytrabbit) |
11 | * Hardware Supported: THE60 rev1, THE60 rev2 | ||
12 | * Hardware Availability: www.lazydesigners.cn | ||
13 | 13 | ||
14 | make lazydesigners/the60:default:dfu | 14 | Make examples for this keyboard (after setting up your build environment): |
15 | 15 | ||
16 | To enter the bootloader, either short the pins on the PCB, use the RESET button on the FN layer or hold the Esc key while plugging in your keyboard. | 16 | make lazydesigners/the60/rev1:default |
17 | make lazydesigners/the60/rev2:default | ||
17 | 18 | ||
18 | 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). | 19 | 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). |
diff --git a/keyboards/lazydesigners/the60/config.h b/keyboards/lazydesigners/the60/rev1/config.h index 05603ce58..dd0b8b553 100644..100755 --- a/keyboards/lazydesigners/the60/config.h +++ b/keyboards/lazydesigners/the60/rev1/config.h | |||
@@ -7,7 +7,7 @@ | |||
7 | #define PRODUCT_ID 0x0060 | 7 | #define PRODUCT_ID 0x0060 |
8 | #define DEVICE_VER 0x0001 | 8 | #define DEVICE_VER 0x0001 |
9 | #define MANUFACTURER LazyDesigners | 9 | #define MANUFACTURER LazyDesigners |
10 | #define PRODUCT THE60 | 10 | #define PRODUCT THE60 rev1 |
11 | 11 | ||
12 | /* key matrix size */ | 12 | /* key matrix size */ |
13 | #define MATRIX_ROWS 5 | 13 | #define MATRIX_ROWS 5 |
diff --git a/keyboards/lazydesigners/the60/info.json b/keyboards/lazydesigners/the60/rev1/info.json index 4fef5a098..1f33bce4e 100644..100755 --- a/keyboards/lazydesigners/the60/info.json +++ b/keyboards/lazydesigners/the60/rev1/info.json | |||
@@ -1,5 +1,5 @@ | |||
1 | { | 1 | { |
2 | "keyboard_name": "THE60", | 2 | "keyboard_name": "THE60 rev1", |
3 | "url": "http://lazydesigners.cn", | 3 | "url": "http://lazydesigners.cn", |
4 | "maintainer": "qmk", | 4 | "maintainer": "qmk", |
5 | "width": 15, | 5 | "width": 15, |
diff --git a/keyboards/lazydesigners/the60/keymaps/default/keymap.c b/keyboards/lazydesigners/the60/rev1/keymaps/default/keymap.c index 8a95b4474..8a95b4474 100644..100755 --- a/keyboards/lazydesigners/the60/keymaps/default/keymap.c +++ b/keyboards/lazydesigners/the60/rev1/keymaps/default/keymap.c | |||
diff --git a/keyboards/lazydesigners/the60/keymaps/default/readme.md b/keyboards/lazydesigners/the60/rev1/keymaps/default/readme.md index 7a5a10a34..7a5a10a34 100644..100755 --- a/keyboards/lazydesigners/the60/keymaps/default/readme.md +++ b/keyboards/lazydesigners/the60/rev1/keymaps/default/readme.md | |||
diff --git a/keyboards/lazydesigners/the60/rev1/readme.md b/keyboards/lazydesigners/the60/rev1/readme.md new file mode 100755 index 000000000..8b130826f --- /dev/null +++ b/keyboards/lazydesigners/the60/rev1/readme.md | |||
@@ -0,0 +1,18 @@ | |||
1 | # THE60 | ||
2 | |||
3 |  | ||
4 | |||
5 | A 60% custom PCB and case designed and produced by [LazyDesigners](http://lazydesigners.cn). | ||
6 | The PCB allows one to test a 40% layout in a 60% case. | ||
7 | |||
8 | Keyboard Maintainer: QMK Community | ||
9 | Hardware Supported: THE60 PCB | ||
10 | Hardware Availability: Check for GBs on [Geekhack](https://geekhack.org) and on [LazyDesigner's homepage.](http://lazydesigners.cn) | ||
11 | |||
12 | Make example for this keyboard (after setting up your build environment): | ||
13 | |||
14 | make lazydesigners/the60/rev1:default | ||
15 | |||
16 | To enter the bootloader, either short the pins on the PCB, use the RESET button on the FN layer or hold the Esc key while plugging in your keyboard. | ||
17 | |||
18 | 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). | ||
diff --git a/keyboards/lazydesigners/the60/rev1/rev1.c b/keyboards/lazydesigners/the60/rev1/rev1.c new file mode 100755 index 000000000..1b6fbd7c2 --- /dev/null +++ b/keyboards/lazydesigners/the60/rev1/rev1.c | |||
@@ -0,0 +1,2 @@ | |||
1 | #include "rev1.h" | ||
2 | |||
diff --git a/keyboards/lazydesigners/the60/the60.h b/keyboards/lazydesigners/the60/rev1/rev1.h index e3708461c..e3708461c 100644..100755 --- a/keyboards/lazydesigners/the60/the60.h +++ b/keyboards/lazydesigners/the60/rev1/rev1.h | |||
diff --git a/keyboards/lazydesigners/the60/rules.mk b/keyboards/lazydesigners/the60/rev1/rules.mk index 233dd9967..28161512c 100644..100755 --- a/keyboards/lazydesigners/the60/rules.mk +++ b/keyboards/lazydesigners/the60/rev1/rules.mk | |||
@@ -2,13 +2,6 @@ | |||
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
12 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
13 | 6 | ||
14 | # Build Options | 7 | # Build Options |
diff --git a/keyboards/lazydesigners/the60/rev2/config.h b/keyboards/lazydesigners/the60/rev2/config.h new file mode 100755 index 000000000..c54dbfd44 --- /dev/null +++ b/keyboards/lazydesigners/the60/rev2/config.h | |||
@@ -0,0 +1,51 @@ | |||
1 | /* | ||
2 | Copyright 2021 LAZYDESIGNERS | ||
3 | |||
4 | This program is free software: you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation, either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | ||
17 | |||
18 | #pragma once | ||
19 | |||
20 | #include "config_common.h" | ||
21 | |||
22 | /* USB Device descriptor parameter */ | ||
23 | #define VENDOR_ID 0x4c44 // "LD" | ||
24 | #define PRODUCT_ID 0x0062 | ||
25 | #define DEVICE_VER 0x0001 | ||
26 | #define MANUFACTURER LAZYDESIGNERS | ||
27 | #define PRODUCT THE60 rev2 | ||
28 | |||
29 | /* key matrix size */ | ||
30 | #define MATRIX_ROWS 5 | ||
31 | #define MATRIX_COLS 14 | ||
32 | |||
33 | #define MATRIX_ROW_PINS { B1, B2, B3, F0, F1 } | ||
34 | #define MATRIX_COL_PINS { F4, F7, F5, F6, C7, C6, B6, B5, B4, D7, D6, D4, D5, D3 } | ||
35 | |||
36 | #define DIODE_DIRECTION COL2ROW | ||
37 | |||
38 | #define BACKLIGHT_PIN B7 | ||
39 | #define BACKLIGHT_BREATHING | ||
40 | #define BACKLIGHT_LEVELS 5 | ||
41 | |||
42 | #define RGB_DI_PIN D1 | ||
43 | #ifdef RGB_DI_PIN | ||
44 | #define RGBLED_NUM 10 | ||
45 | #define RGBLIGHT_HUE_STEP 8 | ||
46 | #define RGBLIGHT_SAT_STEP 8 | ||
47 | #define RGBLIGHT_VAL_STEP 8 | ||
48 | #define RGBLIGHT_SLEEP | ||
49 | #define RGBLIGHT_ANIMATIONS | ||
50 | #endif | ||
51 | |||
diff --git a/keyboards/lazydesigners/the60/rev2/info.json b/keyboards/lazydesigners/the60/rev2/info.json new file mode 100755 index 000000000..742a65cda --- /dev/null +++ b/keyboards/lazydesigners/the60/rev2/info.json | |||
@@ -0,0 +1,471 @@ | |||
1 | { | ||
2 | "keyboard_name": "THE60rev2", | ||
3 | "url": "http://lazydesigners.cn", | ||
4 | "maintainer": "LAZYDESIGNERS", | ||
5 | "width": 15, | ||
6 | "height": 5, | ||
7 | "layouts": { | ||
8 | "LAYOUT_all": { | ||
9 | "layout": [ | ||
10 | {"label":"Esc", "x":0, "y":0}, | ||
11 | {"label":"!", "x":1, "y":0}, | ||
12 | {"label":"@", "x":2, "y":0}, | ||
13 | {"label":"#", "x":3, "y":0}, | ||
14 | {"label":"$", "x":4, "y":0}, | ||
15 | {"label":"%", "x":5, "y":0}, | ||
16 | {"label":"^", "x":6, "y":0}, | ||
17 | {"label":"&", "x":7, "y":0}, | ||
18 | {"label":"*", "x":8, "y":0}, | ||
19 | {"label":"(", "x":9, "y":0}, | ||
20 | {"label":")", "x":10, "y":0}, | ||
21 | {"label":"_", "x":11, "y":0}, | ||
22 | {"label":"+", "x":12, "y":0}, | ||
23 | {"label":"Backspace", "x":13, "y":0}, | ||
24 | {"label":"Delete", "x":14, "y":0}, | ||
25 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
26 | {"label":"Q", "x":1.5, "y":1}, | ||
27 | {"label":"W", "x":2.5, "y":1}, | ||
28 | {"label":"E", "x":3.5, "y":1}, | ||
29 | {"label":"R", "x":4.5, "y":1}, | ||
30 | {"label":"T", "x":5.5, "y":1}, | ||
31 | {"label":"Y", "x":6.5, "y":1}, | ||
32 | {"label":"U", "x":7.5, "y":1}, | ||
33 | {"label":"I", "x":8.5, "y":1}, | ||
34 | {"label":"O", "x":9.5, "y":1}, | ||
35 | {"label":"P", "x":10.5, "y":1}, | ||
36 | {"label":"{", "x":11.5, "y":1}, | ||
37 | {"label":"}", "x":12.5, "y":1}, | ||
38 | {"label":"|", "x":13.5, "y":1, "w":1.5}, | ||
39 | {"label":"CapsLock", "x":0, "y":2, "w":1.75}, | ||
40 | {"label":"A", "x":1.75, "y":2}, | ||
41 | {"label":"S", "x":2.75, "y":2}, | ||
42 | {"label":"D", "x":3.75, "y":2}, | ||
43 | {"label":"F", "x":4.75, "y":2}, | ||
44 | {"label":"G", "x":5.75, "y":2}, | ||
45 | {"label":"H", "x":6.75, "y":2}, | ||
46 | {"label":"J", "x":7.75, "y":2}, | ||
47 | {"label":"K", "x":8.75, "y":2}, | ||
48 | {"label":"L", "x":9.75, "y":2}, | ||
49 | {"label":":", "x":10.75, "y":2}, | ||
50 | {"label":"\"", "x":11.75, "y":2}, | ||
51 | {"label":"Enter", "x":12.75, "y":2, "w":2.25}, | ||
52 | {"label":"Shift", "x":0, "y":3, "w":1.25}, | ||
53 | {"label":"~", "x":1.25, "y":3}, | ||
54 | {"label":"Z", "x":2.25, "y":3}, | ||
55 | {"label":"X", "x":3.25, "y":3}, | ||
56 | {"label":"C", "x":4.25, "y":3}, | ||
57 | {"label":"V", "x":5.25, "y":3}, | ||
58 | {"label":"B", "x":6.25, "y":3}, | ||
59 | {"label":"N", "x":7.25, "y":3}, | ||
60 | {"label":"M", "x":8.25, "y":3}, | ||
61 | {"label":"<", "x":9.25, "y":3}, | ||
62 | {"label":">", "x":10.25, "y":3}, | ||
63 | {"label":"?", "x":11.25, "y":3}, | ||
64 | {"label":"Delete", "x":12.25, "y":3}, | ||
65 | {"label":"Shift", "x":13.25, "y":3, "w":1.75}, | ||
66 | {"label":"Ctrl", "x":0, "y":4, "w":1.5}, | ||
67 | {"label":"Win", "x":1.5, "y":4}, | ||
68 | {"label":"Alt", "x":2.5, "y":4, "w":1.5}, | ||
69 | {"label":"Space","x":4, "y":4, "w":2.25}, | ||
70 | {"label":"Fn","x":6.25, "y":4}, | ||
71 | {"label":"Space","x":7.25, "y":4, "w":2.75}, | ||
72 | {"label":"Alt", "x":10, "y":4}, | ||
73 | {"label":"Win", "x":11, "y":4, "w":1.5}, | ||
74 | {"label":"Menu", "x":12.5, "y":4}, | ||
75 | {"label":"Ctrl", "x":13.5, "y":4, "w":1.5} | ||
76 | ] | ||
77 | }, | ||
78 | "LAYOUT_wkl_standard": { | ||
79 | "layout": [ | ||
80 | {"label":"Esc", "x":0, "y":0}, | ||
81 | {"label":"!", "x":1, "y":0}, | ||
82 | {"label":"@", "x":2, "y":0}, | ||
83 | {"label":"#", "x":3, "y":0}, | ||
84 | {"label":"$", "x":4, "y":0}, | ||
85 | {"label":"%", "x":5, "y":0}, | ||
86 | {"label":"^", "x":6, "y":0}, | ||
87 | {"label":"&", "x":7, "y":0}, | ||
88 | {"label":"*", "x":8, "y":0}, | ||
89 | {"label":"(", "x":9, "y":0}, | ||
90 | {"label":")", "x":10, "y":0}, | ||
91 | {"label":"_", "x":11, "y":0}, | ||
92 | {"label":"+", "x":12, "y":0}, | ||
93 | {"label":"Backspace", "x":13, "y":0}, | ||
94 | {"label":"Delete", "x":14, "y":0}, | ||
95 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
96 | {"label":"Q", "x":1.5, "y":1}, | ||
97 | {"label":"W", "x":2.5, "y":1}, | ||
98 | {"label":"E", "x":3.5, "y":1}, | ||
99 | {"label":"R", "x":4.5, "y":1}, | ||
100 | {"label":"T", "x":5.5, "y":1}, | ||
101 | {"label":"Y", "x":6.5, "y":1}, | ||
102 | {"label":"U", "x":7.5, "y":1}, | ||
103 | {"label":"I", "x":8.5, "y":1}, | ||
104 | {"label":"O", "x":9.5, "y":1}, | ||
105 | {"label":"P", "x":10.5, "y":1}, | ||
106 | {"label":"{", "x":11.5, "y":1}, | ||
107 | {"label":"}", "x":12.5, "y":1}, | ||
108 | {"label":"|", "x":13.5, "y":1, "w":1.5}, | ||
109 | {"label":"CapsLock", "x":0, "y":2, "w":1.75}, | ||
110 | {"label":"A", "x":1.75, "y":2}, | ||
111 | {"label":"S", "x":2.75, "y":2}, | ||
112 | {"label":"D", "x":3.75, "y":2}, | ||
113 | {"label":"F", "x":4.75, "y":2}, | ||
114 | {"label":"G", "x":5.75, "y":2}, | ||
115 | {"label":"H", "x":6.75, "y":2}, | ||
116 | {"label":"J", "x":7.75, "y":2}, | ||
117 | {"label":"K", "x":8.75, "y":2}, | ||
118 | {"label":"L", "x":9.75, "y":2}, | ||
119 | {"label":":", "x":10.75, "y":2}, | ||
120 | {"label":"\"", "x":11.75, "y":2}, | ||
121 | {"label":"Enter", "x":12.75, "y":2, "w":2.25}, | ||
122 | {"label":"Shift", "x":0, "y":3, "w":2.25}, | ||
123 | {"label":"Z", "x":2.25, "y":3}, | ||
124 | {"label":"X", "x":3.25, "y":3}, | ||
125 | {"label":"C", "x":4.25, "y":3}, | ||
126 | {"label":"V", "x":5.25, "y":3}, | ||
127 | {"label":"B", "x":6.25, "y":3}, | ||
128 | {"label":"N", "x":7.25, "y":3}, | ||
129 | {"label":"M", "x":8.25, "y":3}, | ||
130 | {"label":"<", "x":9.25, "y":3}, | ||
131 | {"label":">", "x":10.25, "y":3}, | ||
132 | {"label":"?", "x":11.25, "y":3}, | ||
133 | {"label":"Delete", "x":12.25, "y":3}, | ||
134 | {"label":"Shift", "x":13.25, "y":3, "w":1.75}, | ||
135 | {"label":"Ctrl", "x":0, "y":4, "w":1.5}, | ||
136 | {"label":"Alt", "x":2.5, "y":4, "w":1.5}, | ||
137 | {"label":"Space","x":4, "y":4, "w":7}, | ||
138 | {"label":"Win", "x":11, "y":4, "w":1.5}, | ||
139 | {"label":"Ctrl", "x":13.5, "y":4, "w":1.5} | ||
140 | ] | ||
141 | }, | ||
142 | "LAYOUT_hhkb_standard": { | ||
143 | "layout": [ | ||
144 | {"label":"Esc", "x":0, "y":0}, | ||
145 | {"label":"!", "x":1, "y":0}, | ||
146 | {"label":"@", "x":2, "y":0}, | ||
147 | {"label":"#", "x":3, "y":0}, | ||
148 | {"label":"$", "x":4, "y":0}, | ||
149 | {"label":"%", "x":5, "y":0}, | ||
150 | {"label":"^", "x":6, "y":0}, | ||
151 | {"label":"&", "x":7, "y":0}, | ||
152 | {"label":"*", "x":8, "y":0}, | ||
153 | {"label":"(", "x":9, "y":0}, | ||
154 | {"label":")", "x":10, "y":0}, | ||
155 | {"label":"_", "x":11, "y":0}, | ||
156 | {"label":"+", "x":12, "y":0}, | ||
157 | {"label":"Backspace", "x":13, "y":0}, | ||
158 | {"label":"Delete", "x":14, "y":0}, | ||
159 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
160 | {"label":"Q", "x":1.5, "y":1}, | ||
161 | {"label":"W", "x":2.5, "y":1}, | ||
162 | {"label":"E", "x":3.5, "y":1}, | ||
163 | {"label":"R", "x":4.5, "y":1}, | ||
164 | {"label":"T", "x":5.5, "y":1}, | ||
165 | {"label":"Y", "x":6.5, "y":1}, | ||
166 | {"label":"U", "x":7.5, "y":1}, | ||
167 | {"label":"I", "x":8.5, "y":1}, | ||
168 | {"label":"O", "x":9.5, "y":1}, | ||
169 | {"label":"P", "x":10.5, "y":1}, | ||
170 | {"label":"{", "x":11.5, "y":1}, | ||
171 | {"label":"}", "x":12.5, "y":1}, | ||
172 | {"label":"|", "x":13.5, "y":1, "w":1.5}, | ||
173 | {"label":"CapsLock", "x":0, "y":2, "w":1.75}, | ||
174 | {"label":"A", "x":1.75, "y":2}, | ||
175 | {"label":"S", "x":2.75, "y":2}, | ||
176 | {"label":"D", "x":3.75, "y":2}, | ||
177 | {"label":"F", "x":4.75, "y":2}, | ||
178 | {"label":"G", "x":5.75, "y":2}, | ||
179 | {"label":"H", "x":6.75, "y":2}, | ||
180 | {"label":"J", "x":7.75, "y":2}, | ||
181 | {"label":"K", "x":8.75, "y":2}, | ||
182 | {"label":"L", "x":9.75, "y":2}, | ||
183 | {"label":":", "x":10.75, "y":2}, | ||
184 | {"label":"\"", "x":11.75, "y":2}, | ||
185 | {"label":"Enter", "x":12.75, "y":2, "w":2.25}, | ||
186 | {"label":"Shift", "x":0, "y":3, "w":2.25}, | ||
187 | {"label":"Z", "x":2.25, "y":3}, | ||
188 | {"label":"X", "x":3.25, "y":3}, | ||
189 | {"label":"C", "x":4.25, "y":3}, | ||
190 | {"label":"V", "x":5.25, "y":3}, | ||
191 | {"label":"B", "x":6.25, "y":3}, | ||
192 | {"label":"N", "x":7.25, "y":3}, | ||
193 | {"label":"M", "x":8.25, "y":3}, | ||
194 | {"label":"<", "x":9.25, "y":3}, | ||
195 | {"label":">", "x":10.25, "y":3}, | ||
196 | {"label":"?", "x":11.25, "y":3}, | ||
197 | {"label":"Delete", "x":12.25, "y":3}, | ||
198 | {"label":"Shift", "x":13.25, "y":3, "w":1.75}, | ||
199 | {"label":"Win", "x":1.5, "y":4}, | ||
200 | {"label":"Alt", "x":2.5, "y":4, "w":1.5}, | ||
201 | {"label":"Space","x":4, "y":4, "w":7}, | ||
202 | {"label":"Win", "x":11, "y":4, "w":1.5}, | ||
203 | {"label":"Menu", "x":12.5, "y":4} | ||
204 | ] | ||
205 | }, | ||
206 | "LAYOUT_wkl_iso": { | ||
207 | "layout": [ | ||
208 | {"label":"Esc", "x":0, "y":0}, | ||
209 | {"label":"!", "x":1, "y":0}, | ||
210 | {"label":"@", "x":2, "y":0}, | ||
211 | {"label":"#", "x":3, "y":0}, | ||
212 | {"label":"$", "x":4, "y":0}, | ||
213 | {"label":"%", "x":5, "y":0}, | ||
214 | {"label":"^", "x":6, "y":0}, | ||
215 | {"label":"&", "x":7, "y":0}, | ||
216 | {"label":"*", "x":8, "y":0}, | ||
217 | {"label":"(", "x":9, "y":0}, | ||
218 | {"label":")", "x":10, "y":0}, | ||
219 | {"label":"_", "x":11, "y":0}, | ||
220 | {"label":"+", "x":12, "y":0}, | ||
221 | {"label":"Backspace", "x":13, "y":0}, | ||
222 | {"label":"Delete", "x":14, "y":0}, | ||
223 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
224 | {"label":"Q", "x":1.5, "y":1}, | ||
225 | {"label":"W", "x":2.5, "y":1}, | ||
226 | {"label":"E", "x":3.5, "y":1}, | ||
227 | {"label":"R", "x":4.5, "y":1}, | ||
228 | {"label":"T", "x":5.5, "y":1}, | ||
229 | {"label":"Y", "x":6.5, "y":1}, | ||
230 | {"label":"U", "x":7.5, "y":1}, | ||
231 | {"label":"I", "x":8.5, "y":1}, | ||
232 | {"label":"O", "x":9.5, "y":1}, | ||
233 | {"label":"P", "x":10.5, "y":1}, | ||
234 | {"label":"{", "x":11.5, "y":1}, | ||
235 | {"label":"}", "x":12.5, "y":1}, | ||
236 | {"label":"CapsLock", "x":0, "y":2, "w":1.75}, | ||
237 | {"label":"A", "x":1.75, "y":2}, | ||
238 | {"label":"S", "x":2.75, "y":2}, | ||
239 | {"label":"D", "x":3.75, "y":2}, | ||
240 | {"label":"F", "x":4.75, "y":2}, | ||
241 | {"label":"G", "x":5.75, "y":2}, | ||
242 | {"label":"H", "x":6.75, "y":2}, | ||
243 | {"label":"J", "x":7.75, "y":2}, | ||
244 | {"label":"K", "x":8.75, "y":2}, | ||
245 | {"label":"L", "x":9.75, "y":2}, | ||
246 | {"label":":", "x":10.75, "y":2}, | ||
247 | {"label":"\"", "x":11.75, "y":2}, | ||
248 | {"label":"|", "x":12.75, "y":2}, | ||
249 | {"label":"Enter", "x":13.75, "y":1, "w":1.25,"h":2}, | ||
250 | {"label":"Shift", "x":0, "y":3, "w":1.25}, | ||
251 | {"label":"~", "x":1.25, "y":3}, | ||
252 | {"label":"Z", "x":2.25, "y":3}, | ||
253 | {"label":"X", "x":3.25, "y":3}, | ||
254 | {"label":"C", "x":4.25, "y":3}, | ||
255 | {"label":"V", "x":5.25, "y":3}, | ||
256 | {"label":"B", "x":6.25, "y":3}, | ||
257 | {"label":"N", "x":7.25, "y":3}, | ||
258 | {"label":"M", "x":8.25, "y":3}, | ||
259 | {"label":"<", "x":9.25, "y":3}, | ||
260 | {"label":">", "x":10.25, "y":3}, | ||
261 | {"label":"?", "x":11.25, "y":3}, | ||
262 | {"label":"Delete", "x":12.25, "y":3}, | ||
263 | {"label":"Shift", "x":13.25, "y":3, "w":1.75}, | ||
264 | {"label":"Ctrl", "x":0, "y":4, "w":1.5}, | ||
265 | {"label":"Alt", "x":2.5, "y":4, "w":1.5}, | ||
266 | {"label":"Space","x":4, "y":4, "w":7}, | ||
267 | {"label":"Win", "x":11, "y":4, "w":1.5}, | ||
268 | {"label":"Ctrl", "x":13.5, "y":4, "w":1.5} | ||
269 | ] | ||
270 | }, | ||
271 | "LAYOUT_hhkb_iso": { | ||
272 | "layout": [ | ||
273 | {"label":"Esc", "x":0, "y":0}, | ||
274 | {"label":"!", "x":1, "y":0}, | ||
275 | {"label":"@", "x":2, "y":0}, | ||
276 | {"label":"#", "x":3, "y":0}, | ||
277 | {"label":"$", "x":4, "y":0}, | ||
278 | {"label":"%", "x":5, "y":0}, | ||
279 | {"label":"^", "x":6, "y":0}, | ||
280 | {"label":"&", "x":7, "y":0}, | ||
281 | {"label":"*", "x":8, "y":0}, | ||
282 | {"label":"(", "x":9, "y":0}, | ||
283 | {"label":")", "x":10, "y":0}, | ||
284 | {"label":"_", "x":11, "y":0}, | ||
285 | {"label":"+", "x":12, "y":0}, | ||
286 | {"label":"Backspace", "x":13, "y":0}, | ||
287 | {"label":"Delete", "x":14, "y":0}, | ||
288 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
289 | {"label":"Q", "x":1.5, "y":1}, | ||
290 | {"label":"W", "x":2.5, "y":1}, | ||
291 | {"label":"E", "x":3.5, "y":1}, | ||
292 | {"label":"R", "x":4.5, "y":1}, | ||
293 | {"label":"T", "x":5.5, "y":1}, | ||
294 | {"label":"Y", "x":6.5, "y":1}, | ||
295 | {"label":"U", "x":7.5, "y":1}, | ||
296 | {"label":"I", "x":8.5, "y":1}, | ||
297 | {"label":"O", "x":9.5, "y":1}, | ||
298 | {"label":"P", "x":10.5, "y":1}, | ||
299 | {"label":"{", "x":11.5, "y":1}, | ||
300 | {"label":"}", "x":12.5, "y":1}, | ||
301 | {"label":"CapsLock", "x":0, "y":2, "w":1.75}, | ||
302 | {"label":"A", "x":1.75, "y":2}, | ||
303 | {"label":"S", "x":2.75, "y":2}, | ||
304 | {"label":"D", "x":3.75, "y":2}, | ||
305 | {"label":"F", "x":4.75, "y":2}, | ||
306 | {"label":"G", "x":5.75, "y":2}, | ||
307 | {"label":"H", "x":6.75, "y":2}, | ||
308 | {"label":"J", "x":7.75, "y":2}, | ||
309 | {"label":"K", "x":8.75, "y":2}, | ||
310 | {"label":"L", "x":9.75, "y":2}, | ||
311 | {"label":":", "x":10.75, "y":2}, | ||
312 | {"label":"\"", "x":11.75, "y":2}, | ||
313 | {"label":"|", "x":12.75, "y":2}, | ||
314 | {"label":"Enter", "x":13.75, "y":1, "w":1.25,"h":2}, | ||
315 | {"label":"Shift", "x":0, "y":3, "w":1.25}, | ||
316 | {"label":"~", "x":1.25, "y":3}, | ||
317 | {"label":"Z", "x":2.25, "y":3}, | ||
318 | {"label":"X", "x":3.25, "y":3}, | ||
319 | {"label":"C", "x":4.25, "y":3}, | ||
320 | {"label":"V", "x":5.25, "y":3}, | ||
321 | {"label":"B", "x":6.25, "y":3}, | ||
322 | {"label":"N", "x":7.25, "y":3}, | ||
323 | {"label":"M", "x":8.25, "y":3}, | ||
324 | {"label":"<", "x":9.25, "y":3}, | ||
325 | {"label":">", "x":10.25, "y":3}, | ||
326 | {"label":"?", "x":11.25, "y":3}, | ||
327 | {"label":"Delete", "x":12.25, "y":3}, | ||
328 | {"label":"Shift", "x":13.25, "y":3, "w":1.75}, | ||
329 | {"label":"Win", "x":1.5, "y":4}, | ||
330 | {"label":"Alt", "x":2.5, "y":4, "w":1.5}, | ||
331 | {"label":"Space","x":4, "y":4, "w":7}, | ||
332 | {"label":"Win", "x":11, "y":4, "w":1.5}, | ||
333 | {"label":"Menu", "x":12.5, "y":4} | ||
334 | ] | ||
335 | }, | ||
336 | "LAYOUT_wkl_splitspace": { | ||
337 | "layout": [ | ||
338 | {"label":"Esc", "x":0, "y":0}, | ||
339 | {"label":"!", "x":1, "y":0}, | ||
340 | {"label":"@", "x":2, "y":0}, | ||
341 | {"label":"#", "x":3, "y":0}, | ||
342 | {"label":"$", "x":4, "y":0}, | ||
343 | {"label":"%", "x":5, "y":0}, | ||
344 | {"label":"^", "x":6, "y":0}, | ||
345 | {"label":"&", "x":7, "y":0}, | ||
346 | {"label":"*", "x":8, "y":0}, | ||
347 | {"label":"(", "x":9, "y":0}, | ||
348 | {"label":")", "x":10, "y":0}, | ||
349 | {"label":"_", "x":11, "y":0}, | ||
350 | {"label":"+", "x":12, "y":0}, | ||
351 | {"label":"Backspace", "x":13, "y":0}, | ||
352 | {"label":"Delete", "x":14, "y":0}, | ||
353 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
354 | {"label":"Q", "x":1.5, "y":1}, | ||
355 | {"label":"W", "x":2.5, "y":1}, | ||
356 | {"label":"E", "x":3.5, "y":1}, | ||
357 | {"label":"R", "x":4.5, "y":1}, | ||
358 | {"label":"T", "x":5.5, "y":1}, | ||
359 | {"label":"Y", "x":6.5, "y":1}, | ||
360 | {"label":"U", "x":7.5, "y":1}, | ||
361 | {"label":"I", "x":8.5, "y":1}, | ||
362 | {"label":"O", "x":9.5, "y":1}, | ||
363 | {"label":"P", "x":10.5, "y":1}, | ||
364 | {"label":"{", "x":11.5, "y":1}, | ||
365 | {"label":"}", "x":12.5, "y":1}, | ||
366 | {"label":"|", "x":13.5, "y":1, "w":1.5}, | ||
367 | {"label":"CapsLock", "x":0, "y":2, "w":1.75}, | ||
368 | {"label":"A", "x":1.75, "y":2}, | ||
369 | {"label":"S", "x":2.75, "y":2}, | ||
370 | {"label":"D", "x":3.75, "y":2}, | ||
371 | {"label":"F", "x":4.75, "y":2}, | ||
372 | {"label":"G", "x":5.75, "y":2}, | ||
373 | {"label":"H", "x":6.75, "y":2}, | ||
374 | {"label":"J", "x":7.75, "y":2}, | ||
375 | {"label":"K", "x":8.75, "y":2}, | ||
376 | {"label":"L", "x":9.75, "y":2}, | ||
377 | {"label":":", "x":10.75, "y":2}, | ||
378 | {"label":"\"", "x":11.75, "y":2}, | ||
379 | {"label":"Enter", "x":12.75, "y":2, "w":2.25}, | ||
380 | {"label":"Shift", "x":0, "y":3, "w":2.25}, | ||
381 | {"label":"Z", "x":2.25, "y":3}, | ||
382 | {"label":"X", "x":3.25, "y":3}, | ||
383 | {"label":"C", "x":4.25, "y":3}, | ||
384 | {"label":"V", "x":5.25, "y":3}, | ||
385 | {"label":"B", "x":6.25, "y":3}, | ||
386 | {"label":"N", "x":7.25, "y":3}, | ||
387 | {"label":"M", "x":8.25, "y":3}, | ||
388 | {"label":"<", "x":9.25, "y":3}, | ||
389 | {"label":">", "x":10.25, "y":3}, | ||
390 | {"label":"?", "x":11.25, "y":3}, | ||
391 | {"label":"Delete", "x":12.25, "y":3}, | ||
392 | {"label":"Shift", "x":13.25, "y":3, "w":1.75}, | ||
393 | {"label":"Ctrl", "x":0, "y":4, "w":1.5}, | ||
394 | {"label":"Alt", "x":2.5, "y":4, "w":1.5}, | ||
395 | {"label":"Space","x":4, "y":4, "w":2.25}, | ||
396 | {"label":"Fn","x":6.25, "y":4}, | ||
397 | {"label":"Space","x":7.25, "y":4, "w":2.75}, | ||
398 | {"label":"Alt", "x":10, "y":4}, | ||
399 | {"label":"Win", "x":11, "y":4, "w":1.5}, | ||
400 | {"label":"Ctrl", "x":13.5, "y":4, "w":1.5} | ||
401 | ] | ||
402 | }, | ||
403 | "LAYOUT_hhkb_splitspace": { | ||
404 | "layout": [ | ||
405 | {"label":"Esc", "x":0, "y":0}, | ||
406 | {"label":"!", "x":1, "y":0}, | ||
407 | {"label":"@", "x":2, "y":0}, | ||
408 | {"label":"#", "x":3, "y":0}, | ||
409 | {"label":"$", "x":4, "y":0}, | ||
410 | {"label":"%", "x":5, "y":0}, | ||
411 | {"label":"^", "x":6, "y":0}, | ||
412 | {"label":"&", "x":7, "y":0}, | ||
413 | {"label":"*", "x":8, "y":0}, | ||
414 | {"label":"(", "x":9, "y":0}, | ||
415 | {"label":")", "x":10, "y":0}, | ||
416 | {"label":"_", "x":11, "y":0}, | ||
417 | {"label":"+", "x":12, "y":0}, | ||
418 | {"label":"Backspace", "x":13, "y":0}, | ||
419 | {"label":"Delete", "x":14, "y":0}, | ||
420 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
421 | {"label":"Q", "x":1.5, "y":1}, | ||
422 | {"label":"W", "x":2.5, "y":1}, | ||
423 | {"label":"E", "x":3.5, "y":1}, | ||
424 | {"label":"R", "x":4.5, "y":1}, | ||
425 | {"label":"T", "x":5.5, "y":1}, | ||
426 | {"label":"Y", "x":6.5, "y":1}, | ||
427 | {"label":"U", "x":7.5, "y":1}, | ||
428 | {"label":"I", "x":8.5, "y":1}, | ||
429 | {"label":"O", "x":9.5, "y":1}, | ||
430 | {"label":"P", "x":10.5, "y":1}, | ||
431 | {"label":"{", "x":11.5, "y":1}, | ||
432 | {"label":"}", "x":12.5, "y":1}, | ||
433 | {"label":"|", "x":13.5, "y":1, "w":1.5}, | ||
434 | {"label":"CapsLock", "x":0, "y":2, "w":1.75}, | ||
435 | {"label":"A", "x":1.75, "y":2}, | ||
436 | {"label":"S", "x":2.75, "y":2}, | ||
437 | {"label":"D", "x":3.75, "y":2}, | ||
438 | {"label":"F", "x":4.75, "y":2}, | ||
439 | {"label":"G", "x":5.75, "y":2}, | ||
440 | {"label":"H", "x":6.75, "y":2}, | ||
441 | {"label":"J", "x":7.75, "y":2}, | ||
442 | {"label":"K", "x":8.75, "y":2}, | ||
443 | {"label":"L", "x":9.75, "y":2}, | ||
444 | {"label":":", "x":10.75, "y":2}, | ||
445 | {"label":"\"", "x":11.75, "y":2}, | ||
446 | {"label":"Enter", "x":12.75, "y":2, "w":2.25}, | ||
447 | {"label":"Shift", "x":0, "y":3, "w":2.25}, | ||
448 | {"label":"Z", "x":2.25, "y":3}, | ||
449 | {"label":"X", "x":3.25, "y":3}, | ||
450 | {"label":"C", "x":4.25, "y":3}, | ||
451 | {"label":"V", "x":5.25, "y":3}, | ||
452 | {"label":"B", "x":6.25, "y":3}, | ||
453 | {"label":"N", "x":7.25, "y":3}, | ||
454 | {"label":"M", "x":8.25, "y":3}, | ||
455 | {"label":"<", "x":9.25, "y":3}, | ||
456 | {"label":">", "x":10.25, "y":3}, | ||
457 | {"label":"?", "x":11.25, "y":3}, | ||
458 | {"label":"Delete", "x":12.25, "y":3}, | ||
459 | {"label":"Shift", "x":13.25, "y":3, "w":1.75}, | ||
460 | {"label":"Win", "x":1.5, "y":4}, | ||
461 | {"label":"Alt", "x":2.5, "y":4, "w":1.5}, | ||
462 | {"label":"Space","x":4, "y":4, "w":2.25}, | ||
463 | {"label":"Fn","x":6.25, "y":4}, | ||
464 | {"label":"Space","x":7.25, "y":4, "w":2.75}, | ||
465 | {"label":"Alt", "x":10, "y":4}, | ||
466 | {"label":"Win", "x":11, "y":4, "w":1.5}, | ||
467 | {"label":"Menu", "x":12.5, "y":4} | ||
468 | ] | ||
469 | } | ||
470 | } | ||
471 | } | ||
diff --git a/keyboards/lazydesigners/the60/rev2/keymaps/default/keymap.c b/keyboards/lazydesigners/the60/rev2/keymaps/default/keymap.c new file mode 100755 index 000000000..b7bece8b3 --- /dev/null +++ b/keyboards/lazydesigners/the60/rev2/keymaps/default/keymap.c | |||
@@ -0,0 +1,49 @@ | |||
1 | /* | ||
2 | Copyright 2021 LAZYDESIGNERS | ||
3 | |||
4 | This program is free software: you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation, either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | ||
17 | |||
18 | #include QMK_KEYBOARD_H | ||
19 | |||
20 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
21 | [0] = LAYOUT_all( | ||
22 | KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_DEL, | ||
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_RBRC, KC_BSLS, | ||
24 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, | ||
25 | KC_LSFT, KC_BSLS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), | ||
26 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL | ||
27 | ), | ||
28 | [1] = LAYOUT_all( | ||
29 | RESET, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_BSPC, | ||
30 | _______, _______, KC_PGUP, _______, _______, _______, _______, _______, KC_UP, _______, KC_MPRV, KC_MPLY, KC_MNXT, BL_STEP, | ||
31 | _______, KC_HOME, KC_PGDN, KC_END, _______, KC_VOLD, KC_VOLU, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, | ||
32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, _______, | ||
33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
34 | ), | ||
35 | [2] = LAYOUT_all( | ||
36 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
37 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
38 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
39 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
41 | ), | ||
42 | [3] = LAYOUT_all( | ||
43 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
44 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
45 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
46 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
47 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
48 | ), | ||
49 | }; | ||
diff --git a/keyboards/lazydesigners/the60/rev2/keymaps/via/keymap.c b/keyboards/lazydesigners/the60/rev2/keymaps/via/keymap.c new file mode 100755 index 000000000..b7bece8b3 --- /dev/null +++ b/keyboards/lazydesigners/the60/rev2/keymaps/via/keymap.c | |||
@@ -0,0 +1,49 @@ | |||
1 | /* | ||
2 | Copyright 2021 LAZYDESIGNERS | ||
3 | |||
4 | This program is free software: you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation, either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | ||
17 | |||
18 | #include QMK_KEYBOARD_H | ||
19 | |||
20 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
21 | [0] = LAYOUT_all( | ||
22 | KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_DEL, | ||
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_RBRC, KC_BSLS, | ||
24 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, | ||
25 | KC_LSFT, KC_BSLS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(1), | ||
26 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL | ||
27 | ), | ||
28 | [1] = LAYOUT_all( | ||
29 | RESET, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_BSPC, | ||
30 | _______, _______, KC_PGUP, _______, _______, _______, _______, _______, KC_UP, _______, KC_MPRV, KC_MPLY, KC_MNXT, BL_STEP, | ||
31 | _______, KC_HOME, KC_PGDN, KC_END, _______, KC_VOLD, KC_VOLU, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, | ||
32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, _______, | ||
33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
34 | ), | ||
35 | [2] = LAYOUT_all( | ||
36 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
37 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
38 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
39 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
41 | ), | ||
42 | [3] = LAYOUT_all( | ||
43 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
44 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
45 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
46 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
47 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
48 | ), | ||
49 | }; | ||
diff --git a/keyboards/lazydesigners/the60/rev2/keymaps/via/rules.mk b/keyboards/lazydesigners/the60/rev2/keymaps/via/rules.mk new file mode 100755 index 000000000..36b7ba9cb --- /dev/null +++ b/keyboards/lazydesigners/the60/rev2/keymaps/via/rules.mk | |||
@@ -0,0 +1,2 @@ | |||
1 | VIA_ENABLE = yes | ||
2 | LTO_ENABLE = yes | ||
diff --git a/keyboards/lazydesigners/the60/rev2/readme.md b/keyboards/lazydesigners/the60/rev2/readme.md new file mode 100755 index 000000000..2c01cee1d --- /dev/null +++ b/keyboards/lazydesigners/the60/rev2/readme.md | |||
@@ -0,0 +1,21 @@ | |||
1 | # THE60Rev2 | ||
2 | |||
3 |  | ||
4 | |||
5 | A 60% keyboard designed and produced in 2021 by [LAZYDESIGNERS](http://lazydesigners.cn). | ||
6 | |||
7 | * Keyboard Maintainer: [LAZYDESIGNERS](https://github.com/jackytrabbit) | ||
8 | * Hardware Supported: THE60 Rev 2 | ||
9 | * Hardware Availability: Check [LAZYDESIGNERS's homepage.](http://lazydesigners.cn) | ||
10 | |||
11 | Make example for this keyboard (after setting up your build environment): | ||
12 | |||
13 | make lazydesigners/the60/rev2:default | ||
14 | |||
15 | Flashing example for this keyboard: | ||
16 | |||
17 | make lazydesigners/the60/rev2:default:flash | ||
18 | |||
19 | **Reset Key:** To enter the bootloader, either push the RESET button on the PCB or the RESET button on the FN layer. | ||
20 | |||
21 | 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). \ No newline at end of file | ||
diff --git a/keyboards/lazydesigners/the60/rev2/rev2.c b/keyboards/lazydesigners/the60/rev2/rev2.c new file mode 100755 index 000000000..b1af81707 --- /dev/null +++ b/keyboards/lazydesigners/the60/rev2/rev2.c | |||
@@ -0,0 +1 @@ | |||
#include "rev2.h" | |||
diff --git a/keyboards/lazydesigners/the60/rev2/rev2.h b/keyboards/lazydesigners/the60/rev2/rev2.h new file mode 100755 index 000000000..1742fa6bf --- /dev/null +++ b/keyboards/lazydesigners/the60/rev2/rev2.h | |||
@@ -0,0 +1,125 @@ | |||
1 | /* | ||
2 | Copyright 2021 LAZYDESIGNERS | ||
3 | |||
4 | This program is free software: you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation, either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | ||
17 | |||
18 | #pragma once | ||
19 | |||
20 | #include "quantum.h" | ||
21 | |||
22 | #define LAYOUT_all( \ | ||
23 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K212, \ | ||
24 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, \ | ||
25 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K213, \ | ||
26 | K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, \ | ||
27 | K400, K401, K402, K404, K406, K408, K410, K411, K412, K413 \ | ||
28 | ) \ | ||
29 | { \ | ||
30 | { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013 }, \ | ||
31 | { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113 }, \ | ||
32 | { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213 }, \ | ||
33 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313 }, \ | ||
34 | { K400, K401, K402, KC_NO, K404, KC_NO, K406, KC_NO, K408, KC_NO, K410, K411, K412, K413 }, \ | ||
35 | } | ||
36 | |||
37 | #define LAYOUT_wkl_standard( \ | ||
38 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K212, \ | ||
39 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, \ | ||
40 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K213, \ | ||
41 | K300, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, \ | ||
42 | K400, K402, K406, K411, K413 \ | ||
43 | ) \ | ||
44 | { \ | ||
45 | { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013 }, \ | ||
46 | { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113 }, \ | ||
47 | { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213 }, \ | ||
48 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313 }, \ | ||
49 | { K400, K401, K402, KC_NO, K404, KC_NO, K406, KC_NO, K408, KC_NO, K410, K411, K412, K413 }, \ | ||
50 | } | ||
51 | |||
52 | #define LAYOUT_hhkb_standard( \ | ||
53 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K212, \ | ||
54 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, \ | ||
55 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K213, \ | ||
56 | K300, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, \ | ||
57 | K401, K402, K406, K411, K412 \ | ||
58 | ) \ | ||
59 | { \ | ||
60 | { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013 }, \ | ||
61 | { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113 }, \ | ||
62 | { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213 }, \ | ||
63 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313 }, \ | ||
64 | { K400, K401, K402, KC_NO, K404, KC_NO, K406, KC_NO, K408, KC_NO, K410, K411, K412, K413 }, \ | ||
65 | } | ||
66 | |||
67 | #define LAYOUT_wkl_iso( \ | ||
68 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K212, \ | ||
69 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, \ | ||
70 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K113, K213, \ | ||
71 | K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, \ | ||
72 | K400, K402, K404, K406, K408, K410, K411, K413 \ | ||
73 | ) \ | ||
74 | { \ | ||
75 | { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013 }, \ | ||
76 | { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113 }, \ | ||
77 | { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213 }, \ | ||
78 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313 }, \ | ||
79 | { K400, K401, K402, KC_NO, K404, KC_NO, K406, KC_NO, K408, KC_NO, K410, K411, K412, K413 }, \ | ||
80 | } | ||
81 | |||
82 | #define LAYOUT_hhkb_iso( \ | ||
83 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K212, \ | ||
84 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, \ | ||
85 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K113, K213, \ | ||
86 | K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, \ | ||
87 | K401, K402, K404, K406, K408, K410, K411, K412 \ | ||
88 | ) \ | ||
89 | { \ | ||
90 | { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013 }, \ | ||
91 | { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113 }, \ | ||
92 | { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213 }, \ | ||
93 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313 }, \ | ||
94 | { K400, K401, K402, KC_NO, K404, KC_NO, K406, KC_NO, K408, KC_NO, K410, K411, K412, K413 }, \ | ||
95 | } | ||
96 | |||
97 | #define LAYOUT_wkl_splitspace( \ | ||
98 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K212, \ | ||
99 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, \ | ||
100 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K213, \ | ||
101 | K300, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, \ | ||
102 | K400, K402, K404, K406, K408, K410, K411, K413 \ | ||
103 | ) \ | ||
104 | { \ | ||
105 | { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013 }, \ | ||
106 | { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113 }, \ | ||
107 | { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213 }, \ | ||
108 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313 }, \ | ||
109 | { K400, K401, K402, KC_NO, K404, KC_NO, K406, KC_NO, K408, KC_NO, K410, K411, K412, K413 }, \ | ||
110 | } | ||
111 | |||
112 | #define LAYOUT_hhkb_splitspace( \ | ||
113 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K212, \ | ||
114 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, \ | ||
115 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K213, \ | ||
116 | K300, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, \ | ||
117 | K401, K402, K404, K406, K408, K410, K411, K412 \ | ||
118 | ) \ | ||
119 | { \ | ||
120 | { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013 }, \ | ||
121 | { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113 }, \ | ||
122 | { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213 }, \ | ||
123 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313 }, \ | ||
124 | { K400, K401, K402, KC_NO, K404, KC_NO, K406, KC_NO, K408, KC_NO, K410, K411, K412, K413 }, \ | ||
125 | } | ||
diff --git a/keyboards/lazydesigners/the60/rev2/rules.mk b/keyboards/lazydesigners/the60/rev2/rules.mk new file mode 100755 index 000000000..82eccdb40 --- /dev/null +++ b/keyboards/lazydesigners/the60/rev2/rules.mk | |||
@@ -0,0 +1,22 @@ | |||
1 | # MCU name | ||
2 | MCU = atmega32u4 | ||
3 | |||
4 | # Bootloader selection | ||
5 | BOOTLOADER = atmel-dfu | ||
6 | |||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
13 | CONSOLE_ENABLE = no # Console for debug | ||
14 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
18 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
20 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | ||
22 | AUDIO_ENABLE = no # Audio output | ||
diff --git a/keyboards/lazydesigners/the60/the60.c b/keyboards/lazydesigners/the60/the60.c deleted file mode 100644 index 09eeb63cf..000000000 --- a/keyboards/lazydesigners/the60/the60.c +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | #include "the60.h" | ||
2 | |||