summaryrefslogtreecommitdiff
path: root/keyboards/labyrinth75
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-05-22 03:17:43 -0700
committerGitHub <noreply@github.com>2024-05-22 11:17:43 +0100
commit071434c04f77c3c277199982b3c4b5ffcd97618c (patch)
treef3559e0d9680ee2e48546fb546a2d232384b50b7 /keyboards/labyrinth75
parent495e83b30f86a2ce4511f84f2e9cefb8e7f99136 (diff)
Migrate `LOCKING_*_ENABLE` to Data-Driven: L (#23771)
Affects: - `labbe/labbeminiv1` - `labyrinth75` - `laneware/lpad` - `laneware/lw67` - `laneware/lw75` - `laneware/macro1` - `laneware/raindrop` - `laser_ninja/pumpkinpad` - `latincompass/latin47ble` - `lazydesigners/dimple/ortho` - `lazydesigners/dimple/staggered/rev1` - `lazydesigners/dimple/staggered/rev2` - `lazydesigners/dimple/staggered/rev3` - `lazydesigners/dimple` - `lazydesigners/the50` - `lazydesigners/the60/rev1` - `lets_split/rev1` - `lets_split/rev2` - `lfkeyboards/lfk65_hs` - `lfkeyboards/lfk78/revb` - `lfkeyboards/lfk78/revc` - `lfkeyboards/lfk78/revj` - `lfkeyboards/lfk87/reva` - `lfkeyboards/lfk87/revc` - `lfkeyboards/lfkpad` - `lfkeyboards/mini1800/reva` - `lfkeyboards/mini1800/revc` - `lfkeyboards/smk65/revb` - `lfkeyboards/smk65/revf` - `linworks/fave60` - `lizard_trick/tenkey_plusplus` - `lm_keyboard/lm60n` - `lucid/alexa` - `lucid/alexa_solder` - `lucid/kbd8x_hs` - `lucid/phantom_hs` - `lucid/phantom_solder` - `lucid/scarlet` - `lyso1/lck75` - `lyso1/lefishe`
Diffstat (limited to 'keyboards/labyrinth75')
-rw-r--r--keyboards/labyrinth75/config.h39
-rw-r--r--keyboards/labyrinth75/keyboard.json6
2 files changed, 6 insertions, 39 deletions
diff --git a/keyboards/labyrinth75/config.h b/keyboards/labyrinth75/config.h
deleted file mode 100644
index 92a3858433..0000000000
--- a/keyboards/labyrinth75/config.h
+++ /dev/null
@@ -1,39 +0,0 @@
1/*
2Copyright 2020 Livi
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along 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 * Feature disable options
27 * These options are also useful to firmware size reduction.
28 */
29
30/* disable debug print */
31//#define NO_DEBUG
32
33/* disable print */
34//#define NO_PRINT
35
36/* disable action features */
37//#define NO_ACTION_LAYER
38//#define NO_ACTION_TAPPING
39//#define NO_ACTION_ONESHOT
diff --git a/keyboards/labyrinth75/keyboard.json b/keyboards/labyrinth75/keyboard.json
index 5ff83582b1..1e70a8318d 100644
--- a/keyboards/labyrinth75/keyboard.json
+++ b/keyboards/labyrinth75/keyboard.json
@@ -17,6 +17,12 @@
17 "nkro": true, 17 "nkro": true,
18 "rgblight": true 18 "rgblight": true
19 }, 19 },
20 "qmk": {
21 "locking": {
22 "enabled": true,
23 "resync": true
24 }
25 },
20 "matrix_pins": { 26 "matrix_pins": {
21 "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "B5"], 27 "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "B5"],
22 "rows": ["B4", "E6", "D7", "C6", "D4", "D0", "D1", "D2", "D3"] 28 "rows": ["B4", "E6", "D7", "C6", "D4", "D0", "D1", "D2", "D3"]