summaryrefslogtreecommitdiff
path: root/keyboards/edda
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/edda
parent80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff)
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/edda')
-rw-r--r--keyboards/edda/keyboard.json (renamed from keyboards/edda/info.json)8
-rw-r--r--keyboards/edda/rules.mk12
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/edda/info.json b/keyboards/edda/keyboard.json
index 3cf050fb9e..4a997abeac 100644
--- a/keyboards/edda/info.json
+++ b/keyboards/edda/keyboard.json
@@ -8,6 +8,14 @@
"pid": "0x4544",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false
+ },
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "C7", "C6", "B6", "B3", "D7", "D6", "D4", "D5", "D3", "D2", "D1", "D0"],
"rows": ["F1", "F0", "E6", "B5", "B4"]
diff --git a/keyboards/edda/rules.mk b/keyboards/edda/rules.mk
deleted file mode 100644
index ab2c49da70..0000000000
--- a/keyboards/edda/rules.mk
+++ /dev/null
@@ -1,12 +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