summaryrefslogtreecommitdiff
path: root/keyboards/evolv
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 01:42:55 +0000
committerGitHub <noreply@github.com>2024-03-15 01:42:55 +0000
commit01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (patch)
treefe4f7b504ab90f5ff82162adc8366eccd8163b0b /keyboards/evolv
parent80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff)
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/evolv')
-rw-r--r--keyboards/evolv/keyboard.json (renamed from keyboards/evolv/info.json)10
-rw-r--r--keyboards/evolv/rules.mk14
2 files changed, 10 insertions, 14 deletions
diff --git a/keyboards/evolv/info.json b/keyboards/evolv/keyboard.json
index 4274e9e437..ab4ccfd9d7 100644
--- a/keyboards/evolv/info.json
+++ b/keyboards/evolv/keyboard.json
@@ -8,6 +8,16 @@
8 "pid": "0x0E75", 8 "pid": "0x0E75",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "features": {
12 "bootmagic": true,
13 "command": false,
14 "console": false,
15 "encoder": true,
16 "extrakey": true,
17 "mousekey": true,
18 "nkro": true,
19 "rgblight": true
20 },
11 "matrix_pins": { 21 "matrix_pins": {
12 "cols": ["A6", "A5", "A4", "A3", "A2", "A1", "A0", "C14", "F0", "C15", "B9", "B8", "B7", "B6", "B5", "B4"], 22 "cols": ["A6", "A5", "A4", "A3", "A2", "A1", "A0", "C14", "F0", "C15", "B9", "B8", "B7", "B6", "B5", "B4"],
13 "rows": ["B10", "B11", "A7", "B0", "B1", "B2"] 23 "rows": ["B10", "B11", "A7", "B0", "B1", "B2"]
diff --git a/keyboards/evolv/rules.mk b/keyboards/evolv/rules.mk
deleted file mode 100644
index 87802fbd6f..0000000000
--- a/keyboards/evolv/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 = yes # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13ENCODER_ENABLE = yes
14