summaryrefslogtreecommitdiff
path: root/keyboards/kumaokobo
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-05-22 13:59:35 -0700
committerGitHub <noreply@github.com>2024-05-22 21:59:35 +0100
commit030d503d35c01aad65ecfec171b08a963da9866e (patch)
treef14f1a4c1217ec75b870bd27aa637dbc651ab3e8 /keyboards/kumaokobo
parent199f01cc5760055dfbdc89f426bf5a8f9b49bfb7 (diff)
Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 3 (#23770)
Affects: - `kindakeyboards/conone65` - `kinesis` - `kingly_keys/ave/ortho` - `kingly_keys/ave/staggered` - `kingly_keys/little_foot` - `kingly_keys/romac` - `kingly_keys/romac_plus` - `kingly_keys/ropro` - `kingly_keys/smd_milk` - `kingly_keys/soap` - `kira/kira75` - `kisakeyluxury/qtz` - `kiserdesigns/madeline` - `kiwikeebs/macro` - `kiwikeebs/macro_v2` - `kiwikey/borderland` - `kiwikey/kawii9` - `kiwikey/wanderland` - `kkatano/bakeneko60` - `kkatano/bakeneko65/rev2` - `kkatano/bakeneko65/rev3` - `kkatano/bakeneko80` - `kkatano/wallaby` - `kkatano/yurei` - `knops/mini` - `kona_classic` - `kopibeng/mnk60_stm32` - `kopibeng/mnk65` - `kopibeng/mnk65_stm32` - `kopibeng/mnk88` - `kopibeng/typ65` - `kopibeng/xt60` - `kopibeng/xt60_singa` - `kopibeng/xt65` - `kopibeng/xt8x` - `kprepublic/bm16s` - `kprepublic/bm40hsrgb/rev1` - `kprepublic/bm65hsrgb/rev1` - `kprepublic/bm68hsrgb/rev1` - `kprepublic/bm980hsrgb` - `kprepublic/cospad` - `ktec/daisy` - `kumaokobo/kudox/columner` - `kumaokobo/kudox/rev1` - `kumaokobo/kudox/rev2` - `kumaokobo/kudox/rev3` - `kumaokobo/kudox_full/rev1` - `kumaokobo/kudox_game/rev1` - `kumaokobo/kudox_game/rev2` - `kumaokobo/pico/65keys` - `kumaokobo/pico/70keys` - `kv/revt` - `kwub/bloop` - `ky01`
Diffstat (limited to 'keyboards/kumaokobo')
-rw-r--r--keyboards/kumaokobo/kudox/columner/config.h5
-rw-r--r--keyboards/kumaokobo/kudox/columner/keyboard.json6
-rw-r--r--keyboards/kumaokobo/kudox/rev1/config.h5
-rw-r--r--keyboards/kumaokobo/kudox/rev1/keyboard.json6
-rw-r--r--keyboards/kumaokobo/kudox/rev2/config.h5
-rw-r--r--keyboards/kumaokobo/kudox/rev2/keyboard.json6
-rw-r--r--keyboards/kumaokobo/kudox/rev3/config.h5
-rw-r--r--keyboards/kumaokobo/kudox/rev3/keyboard.json6
-rw-r--r--keyboards/kumaokobo/kudox_full/rev1/config.h25
-rw-r--r--keyboards/kumaokobo/kudox_full/rev1/keyboard.json6
-rw-r--r--keyboards/kumaokobo/kudox_game/rev1/config.h5
-rw-r--r--keyboards/kumaokobo/kudox_game/rev1/keyboard.json6
-rw-r--r--keyboards/kumaokobo/kudox_game/rev2/config.h5
-rw-r--r--keyboards/kumaokobo/kudox_game/rev2/keyboard.json6
-rw-r--r--keyboards/kumaokobo/pico/65keys/config.h5
-rw-r--r--keyboards/kumaokobo/pico/65keys/keyboard.json6
-rw-r--r--keyboards/kumaokobo/pico/70keys/config.h5
-rw-r--r--keyboards/kumaokobo/pico/70keys/keyboard.json6
18 files changed, 54 insertions, 65 deletions
diff --git a/keyboards/kumaokobo/kudox/columner/config.h b/keyboards/kumaokobo/kudox/columner/config.h
index 04bc8cb2d2..fc2549733e 100644
--- a/keyboards/kumaokobo/kudox/columner/config.h
+++ b/keyboards/kumaokobo/kudox/columner/config.h
@@ -16,11 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
20#define LOCKING_SUPPORT_ENABLE
21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE
23
24/* 19/*
25 * Feature disable options 20 * Feature disable options
26 * These options are also useful to firmware size reduction. 21 * These options are also useful to firmware size reduction.
diff --git a/keyboards/kumaokobo/kudox/columner/keyboard.json b/keyboards/kumaokobo/kudox/columner/keyboard.json
index 903d0d97a5..2fde419205 100644
--- a/keyboards/kumaokobo/kudox/columner/keyboard.json
+++ b/keyboards/kumaokobo/kudox/columner/keyboard.json
@@ -46,6 +46,12 @@
46 "command": true, 46 "command": true,
47 "rgblight": true 47 "rgblight": true
48 }, 48 },
49 "qmk": {
50 "locking": {
51 "enabled": true,
52 "resync": true
53 }
54 },
49 "layouts": { 55 "layouts": {
50 "LAYOUT": { 56 "LAYOUT": {
51 "layout": [ 57 "layout": [
diff --git a/keyboards/kumaokobo/kudox/rev1/config.h b/keyboards/kumaokobo/kudox/rev1/config.h
index 666cb49b2e..1bf4f3c026 100644
--- a/keyboards/kumaokobo/kudox/rev1/config.h
+++ b/keyboards/kumaokobo/kudox/rev1/config.h
@@ -16,11 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
20#define LOCKING_SUPPORT_ENABLE
21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE
23
24/* 19/*
25 * Feature disable options 20 * Feature disable options
26 * These options are also useful to firmware size reduction. 21 * These options are also useful to firmware size reduction.
diff --git a/keyboards/kumaokobo/kudox/rev1/keyboard.json b/keyboards/kumaokobo/kudox/rev1/keyboard.json
index 2be4cefc56..ba4dbe7ae3 100644
--- a/keyboards/kumaokobo/kudox/rev1/keyboard.json
+++ b/keyboards/kumaokobo/kudox/rev1/keyboard.json
@@ -46,6 +46,12 @@
46 "command": true, 46 "command": true,
47 "rgblight": true 47 "rgblight": true
48 }, 48 },
49 "qmk": {
50 "locking": {
51 "enabled": true,
52 "resync": true
53 }
54 },
49 "layouts": { 55 "layouts": {
50 "LAYOUT": { 56 "LAYOUT": {
51 "layout": [ 57 "layout": [
diff --git a/keyboards/kumaokobo/kudox/rev2/config.h b/keyboards/kumaokobo/kudox/rev2/config.h
index 666cb49b2e..1bf4f3c026 100644
--- a/keyboards/kumaokobo/kudox/rev2/config.h
+++ b/keyboards/kumaokobo/kudox/rev2/config.h
@@ -16,11 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
20#define LOCKING_SUPPORT_ENABLE
21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE
23
24/* 19/*
25 * Feature disable options 20 * Feature disable options
26 * These options are also useful to firmware size reduction. 21 * These options are also useful to firmware size reduction.
diff --git a/keyboards/kumaokobo/kudox/rev2/keyboard.json b/keyboards/kumaokobo/kudox/rev2/keyboard.json
index a5dad94322..a7423adf11 100644
--- a/keyboards/kumaokobo/kudox/rev2/keyboard.json
+++ b/keyboards/kumaokobo/kudox/rev2/keyboard.json
@@ -46,6 +46,12 @@
46 "command": true, 46 "command": true,
47 "rgblight": true 47 "rgblight": true
48 }, 48 },
49 "qmk": {
50 "locking": {
51 "enabled": true,
52 "resync": true
53 }
54 },
49 "layouts": { 55 "layouts": {
50 "LAYOUT": { 56 "LAYOUT": {
51 "layout": [ 57 "layout": [
diff --git a/keyboards/kumaokobo/kudox/rev3/config.h b/keyboards/kumaokobo/kudox/rev3/config.h
index 04bc8cb2d2..fc2549733e 100644
--- a/keyboards/kumaokobo/kudox/rev3/config.h
+++ b/keyboards/kumaokobo/kudox/rev3/config.h
@@ -16,11 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
20#define LOCKING_SUPPORT_ENABLE
21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE
23
24/* 19/*
25 * Feature disable options 20 * Feature disable options
26 * These options are also useful to firmware size reduction. 21 * These options are also useful to firmware size reduction.
diff --git a/keyboards/kumaokobo/kudox/rev3/keyboard.json b/keyboards/kumaokobo/kudox/rev3/keyboard.json
index 1fe349a99e..25ead43505 100644
--- a/keyboards/kumaokobo/kudox/rev3/keyboard.json
+++ b/keyboards/kumaokobo/kudox/rev3/keyboard.json
@@ -46,6 +46,12 @@
46 "command": true, 46 "command": true,
47 "rgblight": true 47 "rgblight": true
48 }, 48 },
49 "qmk": {
50 "locking": {
51 "enabled": true,
52 "resync": true
53 }
54 },
49 "layouts": { 55 "layouts": {
50 "LAYOUT": { 56 "LAYOUT": {
51 "layout": [ 57 "layout": [
diff --git a/keyboards/kumaokobo/kudox_full/rev1/config.h b/keyboards/kumaokobo/kudox_full/rev1/config.h
deleted file mode 100644
index f1dcbbcf3d..0000000000
--- a/keyboards/kumaokobo/kudox_full/rev1/config.h
+++ /dev/null
@@ -1,25 +0,0 @@
1// Copyright 2021 Kumao Kobo (@kumaokobo)
2// SPDX-License-Identifier: GPL-2.0+
3
4#pragma once
5
6/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
7#define LOCKING_SUPPORT_ENABLE
8/* Locking resynchronize hack */
9#define LOCKING_RESYNC_ENABLE
10
11/*
12 * Feature disable options
13 * These options are also useful to firmware size reduction.
14 */
15
16/* disable debug print */
17// #define NO_DEBUG
18
19/* disable print */
20// #define NO_PRINT
21
22/* disable action features */
23//#define NO_ACTION_LAYER
24//#define NO_ACTION_TAPPING
25//#define NO_ACTION_ONESHOT
diff --git a/keyboards/kumaokobo/kudox_full/rev1/keyboard.json b/keyboards/kumaokobo/kudox_full/rev1/keyboard.json
index 046bc8e182..09d1cd152c 100644
--- a/keyboards/kumaokobo/kudox_full/rev1/keyboard.json
+++ b/keyboards/kumaokobo/kudox_full/rev1/keyboard.json
@@ -44,6 +44,12 @@
44 "unicode": true, 44 "unicode": true,
45 "oled": true 45 "oled": true
46 }, 46 },
47 "qmk": {
48 "locking": {
49 "enabled": true,
50 "resync": true
51 }
52 },
47 "build": { 53 "build": {
48 "lto": true 54 "lto": true
49 }, 55 },
diff --git a/keyboards/kumaokobo/kudox_game/rev1/config.h b/keyboards/kumaokobo/kudox_game/rev1/config.h
index b0b9607f4b..0a8c5278dc 100644
--- a/keyboards/kumaokobo/kudox_game/rev1/config.h
+++ b/keyboards/kumaokobo/kudox_game/rev1/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/* 20/*
26 * Feature disable options 21 * Feature disable options
27 * These options are also useful to firmware size reduction. 22 * These options are also useful to firmware size reduction.
diff --git a/keyboards/kumaokobo/kudox_game/rev1/keyboard.json b/keyboards/kumaokobo/kudox_game/rev1/keyboard.json
index 2163b89d97..975fbcd546 100644
--- a/keyboards/kumaokobo/kudox_game/rev1/keyboard.json
+++ b/keyboards/kumaokobo/kudox_game/rev1/keyboard.json
@@ -35,6 +35,12 @@
35 "mousekey": true, 35 "mousekey": true,
36 "nkro": false 36 "nkro": false
37 }, 37 },
38 "qmk": {
39 "locking": {
40 "enabled": true,
41 "resync": true
42 }
43 },
38 "layouts": { 44 "layouts": {
39 "LAYOUT": { 45 "LAYOUT": {
40 "layout": [ 46 "layout": [
diff --git a/keyboards/kumaokobo/kudox_game/rev2/config.h b/keyboards/kumaokobo/kudox_game/rev2/config.h
index 37fde91599..f1572e18d5 100644
--- a/keyboards/kumaokobo/kudox_game/rev2/config.h
+++ b/keyboards/kumaokobo/kudox_game/rev2/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/* 20/*
26 * Feature disable options 21 * Feature disable options
27 * These options are also useful to firmware size reduction. 22 * These options are also useful to firmware size reduction.
diff --git a/keyboards/kumaokobo/kudox_game/rev2/keyboard.json b/keyboards/kumaokobo/kudox_game/rev2/keyboard.json
index 554d03c76b..ac13e1b216 100644
--- a/keyboards/kumaokobo/kudox_game/rev2/keyboard.json
+++ b/keyboards/kumaokobo/kudox_game/rev2/keyboard.json
@@ -36,6 +36,12 @@
36 "nkro": false, 36 "nkro": false,
37 "rgblight": true 37 "rgblight": true
38 }, 38 },
39 "qmk": {
40 "locking": {
41 "enabled": true,
42 "resync": true
43 }
44 },
39 "layouts": { 45 "layouts": {
40 "LAYOUT": { 46 "LAYOUT": {
41 "layout": [ 47 "layout": [
diff --git a/keyboards/kumaokobo/pico/65keys/config.h b/keyboards/kumaokobo/pico/65keys/config.h
index 04bc8cb2d2..fc2549733e 100644
--- a/keyboards/kumaokobo/pico/65keys/config.h
+++ b/keyboards/kumaokobo/pico/65keys/config.h
@@ -16,11 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
20#define LOCKING_SUPPORT_ENABLE
21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE
23
24/* 19/*
25 * Feature disable options 20 * Feature disable options
26 * These options are also useful to firmware size reduction. 21 * These options are also useful to firmware size reduction.
diff --git a/keyboards/kumaokobo/pico/65keys/keyboard.json b/keyboards/kumaokobo/pico/65keys/keyboard.json
index efcc96e1dc..00113a931f 100644
--- a/keyboards/kumaokobo/pico/65keys/keyboard.json
+++ b/keyboards/kumaokobo/pico/65keys/keyboard.json
@@ -46,6 +46,12 @@
46 "command": true, 46 "command": true,
47 "rgblight": true 47 "rgblight": true
48 }, 48 },
49 "qmk": {
50 "locking": {
51 "enabled": true,
52 "resync": true
53 }
54 },
49 "layouts": { 55 "layouts": {
50 "LAYOUT": { 56 "LAYOUT": {
51 "layout": [ 57 "layout": [
diff --git a/keyboards/kumaokobo/pico/70keys/config.h b/keyboards/kumaokobo/pico/70keys/config.h
index 04bc8cb2d2..fc2549733e 100644
--- a/keyboards/kumaokobo/pico/70keys/config.h
+++ b/keyboards/kumaokobo/pico/70keys/config.h
@@ -16,11 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
20#define LOCKING_SUPPORT_ENABLE
21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE
23
24/* 19/*
25 * Feature disable options 20 * Feature disable options
26 * These options are also useful to firmware size reduction. 21 * These options are also useful to firmware size reduction.
diff --git a/keyboards/kumaokobo/pico/70keys/keyboard.json b/keyboards/kumaokobo/pico/70keys/keyboard.json
index 8fe91b84cc..a820c7eee3 100644
--- a/keyboards/kumaokobo/pico/70keys/keyboard.json
+++ b/keyboards/kumaokobo/pico/70keys/keyboard.json
@@ -46,6 +46,12 @@
46 "command": true, 46 "command": true,
47 "rgblight": true 47 "rgblight": true
48 }, 48 },
49 "qmk": {
50 "locking": {
51 "enabled": true,
52 "resync": true
53 }
54 },
49 "layouts": { 55 "layouts": {
50 "LAYOUT": { 56 "LAYOUT": {
51 "layout": [ 57 "layout": [