aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kakunpc
diff options
context:
space:
mode:
authorJoel Challis2024-04-13 09:45:27 +0200
committerGitHub2024-04-13 09:45:27 +0200
commit2eea2cdc46b3e920578ed75c4545a8b5160135bd (patch)
treebbc7b12b4b7320f278c1334f066254baff0e52bf /keyboards/kakunpc
parent8ad3a36fb60d75b5f0279f0cd4d9c24dde6b6330 (diff)
Miscellaneous keyboard.json migrations (#23486)
Diffstat (limited to 'keyboards/kakunpc')
-rw-r--r--keyboards/kakunpc/rabbit_capture_plan/keyboard.json (renamed from keyboards/kakunpc/rabbit_capture_plan/info.json)9
-rw-r--r--keyboards/kakunpc/rabbit_capture_plan/rules.mk13
2 files changed, 9 insertions, 13 deletions
diff --git a/keyboards/kakunpc/rabbit_capture_plan/info.json b/keyboards/kakunpc/rabbit_capture_plan/keyboard.json
index fe6cf5bd01..7667e5e41b 100644
--- a/keyboards/kakunpc/rabbit_capture_plan/info.json
+++ b/keyboards/kakunpc/rabbit_capture_plan/keyboard.json
@@ -31,6 +31,15 @@
"twinkle": true
}
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"],
"rows": ["D4", "C6", "D7", "E6", "B4"]
diff --git a/keyboards/kakunpc/rabbit_capture_plan/rules.mk b/keyboards/kakunpc/rabbit_capture_plan/rules.mk
deleted file mode 100644
index 698712de91..0000000000
--- a/keyboards/kakunpc/rabbit_capture_plan/rules.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-OLED_ENABLE = no