aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorJoel Challis2025-07-10 11:41:58 +0200
committerGitHub2025-07-10 11:41:58 +0200
commit4b295009ae9595e5bc07e6f4445abe91629458ea (patch)
tree8153172d30531712ac9a983f07f3cee789be8979 /keyboards/handwired
parent3d6113956707f9e90a6cca2025e5fa5db35013b3 (diff)
Migrate `usb.force_nkro` to `host.default.nkro` (#25468)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/arrow_pad/keyboard.json8
-rw-r--r--keyboards/handwired/datahand/keyboard.json8
-rw-r--r--keyboards/handwired/mutepad/keyboard.json8
-rw-r--r--keyboards/handwired/retro_refit/keyboard.json8
-rw-r--r--keyboards/handwired/split_cloud/keyboard.json8
-rw-r--r--keyboards/handwired/twig/twig50/keyboard.json8
-rw-r--r--keyboards/handwired/wulkan/keyboard.json8
-rw-r--r--keyboards/handwired/xealous/rev1/keyboard.json8
8 files changed, 48 insertions, 16 deletions
diff --git a/keyboards/handwired/arrow_pad/keyboard.json b/keyboards/handwired/arrow_pad/keyboard.json
index f70645fe2a..a9d0c0d818 100644
--- a/keyboards/handwired/arrow_pad/keyboard.json
+++ b/keyboards/handwired/arrow_pad/keyboard.json
@@ -5,8 +5,12 @@
"usb": {
"vid": "0xFEED",
"pid": "0x4096",
- "device_version": "0.0.1",
- "force_nkro": true
+ "device_version": "0.0.1"
+ },
+ "host": {
+ "default": {
+ "nkro": true
+ }
},
"features": {
"backlight": true,
diff --git a/keyboards/handwired/datahand/keyboard.json b/keyboards/handwired/datahand/keyboard.json
index 1f1ebc07ee..3684dcc706 100644
--- a/keyboards/handwired/datahand/keyboard.json
+++ b/keyboards/handwired/datahand/keyboard.json
@@ -5,8 +5,12 @@
"usb": {
"vid": "0x13BA",
"pid": "0x0017",
- "device_version": "0.0.1",
- "force_nkro": true
+ "device_version": "0.0.1"
+ },
+ "host": {
+ "default": {
+ "nkro": true
+ }
},
"processor": "at90usb1286",
"bootloader": "halfkay",
diff --git a/keyboards/handwired/mutepad/keyboard.json b/keyboards/handwired/mutepad/keyboard.json
index fd16cd7447..fdbfa025df 100644
--- a/keyboards/handwired/mutepad/keyboard.json
+++ b/keyboards/handwired/mutepad/keyboard.json
@@ -6,8 +6,12 @@
"usb": {
"vid": "0xFEED",
"pid": "0x0000",
- "device_version": "0.0.1",
- "force_nkro": true
+ "device_version": "0.0.1"
+ },
+ "host": {
+ "default": {
+ "nkro": true
+ }
},
"features": {
"bootmagic": true,
diff --git a/keyboards/handwired/retro_refit/keyboard.json b/keyboards/handwired/retro_refit/keyboard.json
index 73e747fffa..cc1904cb0c 100644
--- a/keyboards/handwired/retro_refit/keyboard.json
+++ b/keyboards/handwired/retro_refit/keyboard.json
@@ -5,8 +5,12 @@
"usb": {
"vid": "0xFEED",
"pid": "0x6060",
- "device_version": "0.0.1",
- "force_nkro": true
+ "device_version": "0.0.1"
+ },
+ "host": {
+ "default": {
+ "nkro": true
+ }
},
"features": {
"bootmagic": true,
diff --git a/keyboards/handwired/split_cloud/keyboard.json b/keyboards/handwired/split_cloud/keyboard.json
index fc1d2498df..b1e716ecde 100644
--- a/keyboards/handwired/split_cloud/keyboard.json
+++ b/keyboards/handwired/split_cloud/keyboard.json
@@ -6,8 +6,12 @@
"usb": {
"vid": "0xCC43",
"pid": "0x0001",
- "device_version": "0.0.1",
- "force_nkro": true
+ "device_version": "0.0.1"
+ },
+ "host": {
+ "default": {
+ "nkro": true
+ }
},
"diode_direction": "ROW2COL",
"matrix_pins": {
diff --git a/keyboards/handwired/twig/twig50/keyboard.json b/keyboards/handwired/twig/twig50/keyboard.json
index 836caf3ebc..6fc90a97c1 100644
--- a/keyboards/handwired/twig/twig50/keyboard.json
+++ b/keyboards/handwired/twig/twig50/keyboard.json
@@ -5,8 +5,12 @@
"usb": {
"vid": "0xFEED",
"pid": "0x6060",
- "device_version": "0.2.1",
- "force_nkro": true
+ "device_version": "0.2.1"
+ },
+ "host": {
+ "default": {
+ "nkro": true
+ }
},
"tapping": {
"term": 150
diff --git a/keyboards/handwired/wulkan/keyboard.json b/keyboards/handwired/wulkan/keyboard.json
index c804409b7d..c79b71ce49 100644
--- a/keyboards/handwired/wulkan/keyboard.json
+++ b/keyboards/handwired/wulkan/keyboard.json
@@ -5,8 +5,12 @@
"usb": {
"vid": "0xFEED",
"pid": "0x6060",
- "device_version": "0.0.1",
- "force_nkro": true
+ "device_version": "0.0.1"
+ },
+ "host": {
+ "default": {
+ "nkro": true
+ }
},
"matrix_pins": {
"cols": ["B13", "B14", "B15", "B9", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "B0"],
diff --git a/keyboards/handwired/xealous/rev1/keyboard.json b/keyboards/handwired/xealous/rev1/keyboard.json
index 55e99eeb54..ac7b27208f 100644
--- a/keyboards/handwired/xealous/rev1/keyboard.json
+++ b/keyboards/handwired/xealous/rev1/keyboard.json
@@ -5,8 +5,12 @@
"usb": {
"vid": "0x4131",
"pid": "0x5141",
- "device_version": "0.0.1",
- "force_nkro": true
+ "device_version": "0.0.1"
+ },
+ "host": {
+ "default": {
+ "nkro": true
+ }
},
"build": {
"debounce_type": "sym_eager_pk"