diff options
Diffstat (limited to 'keyboards/arrayperipherals')
| -rw-r--r-- | keyboards/arrayperipherals/1x4p1/keyboard.json (renamed from keyboards/arrayperipherals/1x4p1/info.json) | 10 | ||||
| -rw-r--r-- | keyboards/arrayperipherals/1x4p1/rules.mk | 14 |
2 files changed, 10 insertions, 14 deletions
diff --git a/keyboards/arrayperipherals/1x4p1/info.json b/keyboards/arrayperipherals/1x4p1/keyboard.json index 6d450188c9..f9344e3538 100644 --- a/keyboards/arrayperipherals/1x4p1/info.json +++ b/keyboards/arrayperipherals/1x4p1/keyboard.json | |||
| @@ -15,6 +15,16 @@ | |||
| 15 | }, | 15 | }, |
| 16 | "processor": "atmega32u4", | 16 | "processor": "atmega32u4", |
| 17 | "bootloader": "caterina", | 17 | "bootloader": "caterina", |
| 18 | "features": { | ||
| 19 | "bootmagic": true, | ||
| 20 | "command": false, | ||
| 21 | "console": false, | ||
| 22 | "encoder": true, | ||
| 23 | "extrakey": true, | ||
| 24 | "mousekey": true, | ||
| 25 | "nkro": true, | ||
| 26 | "unicode": true | ||
| 27 | }, | ||
| 18 | "matrix_pins": { | 28 | "matrix_pins": { |
| 19 | "direct": [ | 29 | "direct": [ |
| 20 | ["C7", "B7", "D6", "F5", "F7"] | 30 | ["C7", "B7", "D6", "F5", "F7"] |
diff --git a/keyboards/arrayperipherals/1x4p1/rules.mk b/keyboards/arrayperipherals/1x4p1/rules.mk deleted file mode 100644 index 125977e027..0000000000 --- a/keyboards/arrayperipherals/1x4p1/rules.mk +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | UNICODE_ENABLE = yes | ||
| 14 | ENCODER_ENABLE = yes | ||
