summaryrefslogtreecommitdiff
path: root/keyboards/stenokeyboards/the_uni/rp_2040
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-05-01 13:33:10 +1000
committerGitHub <noreply@github.com>2023-05-01 13:33:10 +1000
commit12d42cedd2624db0d5cfe6f538211f9dfcd19822 (patch)
tree6220d782fbfa4fa231184532009b95076ea9cae5 /keyboards/stenokeyboards/the_uni/rp_2040
parent3bc4aeac6cc940d10bc73589ea67e0eaa7c7a878 (diff)
Move `FORCE_NKRO` to data driven (#20604)
Diffstat (limited to 'keyboards/stenokeyboards/the_uni/rp_2040')
-rw-r--r--keyboards/stenokeyboards/the_uni/rp_2040/config.h2
-rw-r--r--keyboards/stenokeyboards/the_uni/rp_2040/info.json3
2 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/stenokeyboards/the_uni/rp_2040/config.h b/keyboards/stenokeyboards/the_uni/rp_2040/config.h
index a2c060d424..bf60719a67 100644
--- a/keyboards/stenokeyboards/the_uni/rp_2040/config.h
+++ b/keyboards/stenokeyboards/the_uni/rp_2040/config.h
@@ -21,5 +21,3 @@
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
//#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP25
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
-
-#define FORCE_NKRO
diff --git a/keyboards/stenokeyboards/the_uni/rp_2040/info.json b/keyboards/stenokeyboards/the_uni/rp_2040/info.json
index e4c86b9312..0fc56dff8d 100644
--- a/keyboards/stenokeyboards/the_uni/rp_2040/info.json
+++ b/keyboards/stenokeyboards/the_uni/rp_2040/info.json
@@ -1,6 +1,7 @@
{
"usb": {
- "device_version": "0.0.4"
+ "device_version": "0.0.4",
+ "force_nkro": true
},
"matrix_pins": {
"cols": ["GP24", "GP23", "GP21", "GP20", "GP19", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"],