summaryrefslogtreecommitdiff
path: root/keyboards/rmkeebs/rm_numpad
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rmkeebs/rm_numpad')
-rw-r--r--keyboards/rmkeebs/rm_numpad/keyboard.json (renamed from keyboards/rmkeebs/rm_numpad/info.json)9
-rw-r--r--keyboards/rmkeebs/rm_numpad/rules.mk13
2 files changed, 9 insertions, 13 deletions
diff --git a/keyboards/rmkeebs/rm_numpad/info.json b/keyboards/rmkeebs/rm_numpad/keyboard.json
index 86ab94653a..eb3d11ca86 100644
--- a/keyboards/rmkeebs/rm_numpad/info.json
+++ b/keyboards/rmkeebs/rm_numpad/keyboard.json
@@ -8,6 +8,15 @@
"pid": "0x524E",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "encoder": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false
+ },
"matrix_pins": {
"cols": ["F4", "F5", "F6", "B5", "B6"],
"rows": ["B4", "F7", "C7", "C6", "F1", "F0"]
diff --git a/keyboards/rmkeebs/rm_numpad/rules.mk b/keyboards/rmkeebs/rm_numpad/rules.mk
deleted file mode 100644
index f024adf5c4..0000000000
--- a/keyboards/rmkeebs/rm_numpad/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 = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-ENCODER_ENABLE = yes