diff options
Diffstat (limited to 'keyboards/maxipad')
-rw-r--r-- | keyboards/maxipad/info.json | 8 | ||||
-rw-r--r-- | keyboards/maxipad/promicro/keyboard.json (renamed from keyboards/maxipad/promicro/info.json) | 0 | ||||
-rw-r--r-- | keyboards/maxipad/promicro/rules.mk | 0 | ||||
-rw-r--r-- | keyboards/maxipad/rules.mk | 13 | ||||
-rw-r--r-- | keyboards/maxipad/teensy2/keyboard.json (renamed from keyboards/maxipad/teensy2/info.json) | 0 | ||||
-rw-r--r-- | keyboards/maxipad/teensy2/rules.mk | 0 |
6 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/maxipad/info.json b/keyboards/maxipad/info.json index 4b8e3fa0a0..00cc16e887 100644 --- a/keyboards/maxipad/info.json +++ b/keyboards/maxipad/info.json @@ -3,6 +3,14 @@ "manufacturer": "wootpatoot", "url": "", "maintainer": "qmk", + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true + }, "usb": { "vid": "0xFEED", "pid": "0x6060", diff --git a/keyboards/maxipad/promicro/info.json b/keyboards/maxipad/promicro/keyboard.json index 1499162155..1499162155 100644 --- a/keyboards/maxipad/promicro/info.json +++ b/keyboards/maxipad/promicro/keyboard.json diff --git a/keyboards/maxipad/promicro/rules.mk b/keyboards/maxipad/promicro/rules.mk deleted file mode 100644 index e69de29bb2..0000000000 --- a/keyboards/maxipad/promicro/rules.mk +++ /dev/null diff --git a/keyboards/maxipad/rules.mk b/keyboards/maxipad/rules.mk index c21aaab851..98a712a7b8 100644 --- a/keyboards/maxipad/rules.mk +++ b/keyboards/maxipad/rules.mk @@ -1,14 +1 @@ -# 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 = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output - DEFAULT_FOLDER = maxipad/promicro diff --git a/keyboards/maxipad/teensy2/info.json b/keyboards/maxipad/teensy2/keyboard.json index d7f78b4175..d7f78b4175 100644 --- a/keyboards/maxipad/teensy2/info.json +++ b/keyboards/maxipad/teensy2/keyboard.json diff --git a/keyboards/maxipad/teensy2/rules.mk b/keyboards/maxipad/teensy2/rules.mk deleted file mode 100644 index e69de29bb2..0000000000 --- a/keyboards/maxipad/teensy2/rules.mk +++ /dev/null |