diff options
| author | Joel Challis <git@zvecr.com> | 2024-04-14 18:28:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-14 18:28:15 +0100 |
| commit | 22b3cf4e9102aa6d746f9ac2b5ee5b529e884010 (patch) | |
| tree | 8b99c986ba754d9aa2b916b030e5959fe04b3b3a /keyboards/edi | |
| parent | e5e2b8a2620cc1c44916b9d024e7ac341f25448f (diff) | |
Migrate build target markers to keyboard.json - DE (#23515)
Diffstat (limited to 'keyboards/edi')
| -rw-r--r-- | keyboards/edi/hardlight/mk1/config.h | 28 | ||||
| -rw-r--r-- | keyboards/edi/hardlight/mk1/keyboard.json | 6 | ||||
| -rw-r--r-- | keyboards/edi/hardlight/mk2/config.h | 5 | ||||
| -rw-r--r-- | keyboards/edi/hardlight/mk2/keyboard.json (renamed from keyboards/edi/hardlight/mk2/info.json) | 6 |
4 files changed, 12 insertions, 33 deletions
diff --git a/keyboards/edi/hardlight/mk1/config.h b/keyboards/edi/hardlight/mk1/config.h deleted file mode 100644 index 89b008296b..0000000000 --- a/keyboards/edi/hardlight/mk1/config.h +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | /* | ||
| 2 | ©2021 Everywhere Defense Industries / Fate Everywhere <fate@7storm.org> | ||
| 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 3 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 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 21 | #define LOCKING_SUPPORT_ENABLE | ||
| 22 | /* Locking resynchronize hack */ | ||
| 23 | #define LOCKING_RESYNC_ENABLE | ||
| 24 | |||
| 25 | /* | ||
| 26 | * Enable Audio Subsystem with two voices | ||
| 27 | */ | ||
| 28 | // #define AUDIO_PIN C6 | ||
diff --git a/keyboards/edi/hardlight/mk1/keyboard.json b/keyboards/edi/hardlight/mk1/keyboard.json index 7f33c26227..3cb07cb2f1 100644 --- a/keyboards/edi/hardlight/mk1/keyboard.json +++ b/keyboards/edi/hardlight/mk1/keyboard.json | |||
| @@ -16,6 +16,12 @@ | |||
| 16 | "nkro": false, | 16 | "nkro": false, |
| 17 | "rgblight": true | 17 | "rgblight": true |
| 18 | }, | 18 | }, |
| 19 | "qmk": { | ||
| 20 | "locking": { | ||
| 21 | "enabled": true, | ||
| 22 | "resync": true | ||
| 23 | } | ||
| 24 | }, | ||
| 19 | "matrix_pins": { | 25 | "matrix_pins": { |
| 20 | "cols": ["E6", "F0", "F1", "F4", "F5", "F6", "F7", "B5"], | 26 | "cols": ["E6", "F0", "F1", "F4", "F5", "F6", "F7", "B5"], |
| 21 | "rows": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4"] | 27 | "rows": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4"] |
diff --git a/keyboards/edi/hardlight/mk2/config.h b/keyboards/edi/hardlight/mk2/config.h index 52636c6484..bd604db684 100644 --- a/keyboards/edi/hardlight/mk2/config.h +++ b/keyboards/edi/hardlight/mk2/config.h | |||
| @@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 21 | #define LOCKING_SUPPORT_ENABLE | ||
| 22 | /* Locking resynchronize hack */ | ||
| 23 | #define LOCKING_RESYNC_ENABLE | ||
| 24 | |||
| 25 | #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 5 | 20 | #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 5 |
| 26 | 21 | ||
| 27 | /* PWM RGB Underglow Defines */ | 22 | /* PWM RGB Underglow Defines */ |
diff --git a/keyboards/edi/hardlight/mk2/info.json b/keyboards/edi/hardlight/mk2/keyboard.json index cb337b71c8..a1f47aabf5 100644 --- a/keyboards/edi/hardlight/mk2/info.json +++ b/keyboards/edi/hardlight/mk2/keyboard.json | |||
| @@ -43,6 +43,12 @@ | |||
| 43 | "velocikey": true, | 43 | "velocikey": true, |
| 44 | "key_lock": true | 44 | "key_lock": true |
| 45 | }, | 45 | }, |
| 46 | "qmk": { | ||
| 47 | "locking": { | ||
| 48 | "enabled": true, | ||
| 49 | "resync": true | ||
| 50 | } | ||
| 51 | }, | ||
| 46 | "community_layouts": ["ortho_4x16"], | 52 | "community_layouts": ["ortho_4x16"], |
| 47 | "layouts": { | 53 | "layouts": { |
| 48 | "LAYOUT_ortho_4x16": { | 54 | "LAYOUT_ortho_4x16": { |
