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/draytronics | |
| parent | e5e2b8a2620cc1c44916b9d024e7ac341f25448f (diff) | |
Migrate build target markers to keyboard.json - DE (#23515)
Diffstat (limited to 'keyboards/draytronics')
| -rw-r--r-- | keyboards/draytronics/scarlet/config.h | 37 | ||||
| -rw-r--r-- | keyboards/draytronics/scarlet/keyboard.json (renamed from keyboards/draytronics/scarlet/info.json) | 6 |
2 files changed, 6 insertions, 37 deletions
diff --git a/keyboards/draytronics/scarlet/config.h b/keyboards/draytronics/scarlet/config.h deleted file mode 100644 index 4ae200c6a6..0000000000 --- a/keyboards/draytronics/scarlet/config.h +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | /*Copyright 2020 Blake Drayson / Draytronics | ||
| 2 | |||
| 3 | Contact info@draytronics.co.uk | ||
| 4 | |||
| 5 | This program is free software: you can redistribute it and/or modify | ||
| 6 | it under the terms of the GNU General Public License as published by | ||
| 7 | the Free Software Foundation, either version 2 of the License, or | ||
| 8 | (at your option) any later version. | ||
| 9 | |||
| 10 | This program is distributed in the hope that it will be useful, | ||
| 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | GNU General Public License for more details. | ||
| 14 | |||
| 15 | You should have received a copy of the GNU General Public License | ||
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 17 | */ | ||
| 18 | |||
| 19 | #pragma once | ||
| 20 | |||
| 21 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 22 | #define LOCKING_SUPPORT_ENABLE | ||
| 23 | /* Locking resynchronize hack */ | ||
| 24 | #define LOCKING_RESYNC_ENABLE | ||
| 25 | |||
| 26 | /* | ||
| 27 | * Feature disable options | ||
| 28 | * These options are also useful to firmware size reduction. | ||
| 29 | */ | ||
| 30 | /* disable debug print */ | ||
| 31 | //#define NO_DEBUG | ||
| 32 | /* disable print */ | ||
| 33 | //#define NO_PRINT | ||
| 34 | /* disable action features */ | ||
| 35 | //#define NO_ACTION_LAYER | ||
| 36 | //#define NO_ACTION_TAPPING | ||
| 37 | //#define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/draytronics/scarlet/info.json b/keyboards/draytronics/scarlet/keyboard.json index b70c7bfae6..0eabd378da 100644 --- a/keyboards/draytronics/scarlet/info.json +++ b/keyboards/draytronics/scarlet/keyboard.json | |||
| @@ -20,6 +20,12 @@ | |||
| 20 | "mousekey": true, | 20 | "mousekey": true, |
| 21 | "extrakey": true | 21 | "extrakey": true |
| 22 | }, | 22 | }, |
| 23 | "qmk": { | ||
| 24 | "locking": { | ||
| 25 | "enabled": true, | ||
| 26 | "resync": true | ||
| 27 | } | ||
| 28 | }, | ||
| 23 | "community_layouts": ["numpad_5x4"], | 29 | "community_layouts": ["numpad_5x4"], |
| 24 | "layouts": { | 30 | "layouts": { |
| 25 | "LAYOUT_numpad_5x4": { | 31 | "LAYOUT_numpad_5x4": { |
