summaryrefslogtreecommitdiff
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-07-10 10:41:58 +0100
committerGitHub <noreply@github.com>2025-07-10 10:41:58 +0100
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 @@
5 "usb": { 5 "usb": {
6 "vid": "0xFEED", 6 "vid": "0xFEED",
7 "pid": "0x4096", 7 "pid": "0x4096",
8 "device_version": "0.0.1", 8 "device_version": "0.0.1"
9 "force_nkro": true 9 },
10 "host": {
11 "default": {
12 "nkro": true
13 }
10 }, 14 },
11 "features": { 15 "features": {
12 "backlight": true, 16 "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 @@
5 "usb": { 5 "usb": {
6 "vid": "0x13BA", 6 "vid": "0x13BA",
7 "pid": "0x0017", 7 "pid": "0x0017",
8 "device_version": "0.0.1", 8 "device_version": "0.0.1"
9 "force_nkro": true 9 },
10 "host": {
11 "default": {
12 "nkro": true
13 }
10 }, 14 },
11 "processor": "at90usb1286", 15 "processor": "at90usb1286",
12 "bootloader": "halfkay", 16 "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 @@
6 "usb": { 6 "usb": {
7 "vid": "0xFEED", 7 "vid": "0xFEED",
8 "pid": "0x0000", 8 "pid": "0x0000",
9 "device_version": "0.0.1", 9 "device_version": "0.0.1"
10 "force_nkro": true 10 },
11 "host": {
12 "default": {
13 "nkro": true
14 }
11 }, 15 },
12 "features": { 16 "features": {
13 "bootmagic": true, 17 "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 @@
5 "usb": { 5 "usb": {
6 "vid": "0xFEED", 6 "vid": "0xFEED",
7 "pid": "0x6060", 7 "pid": "0x6060",
8 "device_version": "0.0.1", 8 "device_version": "0.0.1"
9 "force_nkro": true 9 },
10 "host": {
11 "default": {
12 "nkro": true
13 }
10 }, 14 },
11 "features": { 15 "features": {
12 "bootmagic": true, 16 "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 @@
6 "usb": { 6 "usb": {
7 "vid": "0xCC43", 7 "vid": "0xCC43",
8 "pid": "0x0001", 8 "pid": "0x0001",
9 "device_version": "0.0.1", 9 "device_version": "0.0.1"
10 "force_nkro": true 10 },
11 "host": {
12 "default": {
13 "nkro": true
14 }
11 }, 15 },
12 "diode_direction": "ROW2COL", 16 "diode_direction": "ROW2COL",
13 "matrix_pins": { 17 "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 @@
5 "usb": { 5 "usb": {
6 "vid": "0xFEED", 6 "vid": "0xFEED",
7 "pid": "0x6060", 7 "pid": "0x6060",
8 "device_version": "0.2.1", 8 "device_version": "0.2.1"
9 "force_nkro": true 9 },
10 "host": {
11 "default": {
12 "nkro": true
13 }
10 }, 14 },
11 "tapping": { 15 "tapping": {
12 "term": 150 16 "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 @@
5 "usb": { 5 "usb": {
6 "vid": "0xFEED", 6 "vid": "0xFEED",
7 "pid": "0x6060", 7 "pid": "0x6060",
8 "device_version": "0.0.1", 8 "device_version": "0.0.1"
9 "force_nkro": true 9 },
10 "host": {
11 "default": {
12 "nkro": true
13 }
10 }, 14 },
11 "matrix_pins": { 15 "matrix_pins": {
12 "cols": ["B13", "B14", "B15", "B9", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "B0"], 16 "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 @@
5 "usb": { 5 "usb": {
6 "vid": "0x4131", 6 "vid": "0x4131",
7 "pid": "0x5141", 7 "pid": "0x5141",
8 "device_version": "0.0.1", 8 "device_version": "0.0.1"
9 "force_nkro": true 9 },
10 "host": {
11 "default": {
12 "nkro": true
13 }
10 }, 14 },
11 "build": { 15 "build": {
12 "debounce_type": "sym_eager_pk" 16 "debounce_type": "sym_eager_pk"