summaryrefslogtreecommitdiff
path: root/keyboards/arrayperipherals
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-14 03:56:42 +0000
committerGitHub <noreply@github.com>2024-03-14 03:56:42 +0000
commit8e5cd981e1cb8580cde65ac99f335b59d65da632 (patch)
tree3fe2d43bf0b7db23d0f266759fe82b8f44e8a6c9 /keyboards/arrayperipherals
parentf217cd46577a5014bc8439339ec0a5471febbfda (diff)
Migrate features from rules.mk to DD (#23247)
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.mk14
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#
4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = yes # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = no # Console for debug
8COMMAND_ENABLE = no # Commands for debug and configuration
9NKRO_ENABLE = yes # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13UNICODE_ENABLE = yes
14ENCODER_ENABLE = yes