summaryrefslogtreecommitdiff
path: root/keyboards/draytronics
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-04-14 18:28:15 +0100
committerGitHub <noreply@github.com>2024-04-14 18:28:15 +0100
commit22b3cf4e9102aa6d746f9ac2b5ee5b529e884010 (patch)
tree8b99c986ba754d9aa2b916b030e5959fe04b3b3a /keyboards/draytronics
parente5e2b8a2620cc1c44916b9d024e7ac341f25448f (diff)
Migrate build target markers to keyboard.json - DE (#23515)
Diffstat (limited to 'keyboards/draytronics')
-rw-r--r--keyboards/draytronics/scarlet/config.h37
-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
3Contact info@draytronics.co.uk
4
5This program is free software: you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation, either version 2 of the License, or
8(at your option) any later version.
9
10This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along 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": {