summaryrefslogtreecommitdiff
path: root/keyboards/viendi8l
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-30 10:43:15 +0000
committerGitHub <noreply@github.com>2024-03-30 10:43:15 +0000
commit426bb9c651a292dce6ae01e7ed9d41d94dbba99f (patch)
treefbee5244f85aada3c7c17d52cd3dace080f7e06f /keyboards/viendi8l
parent86e7df0c2a75baa00238f5350a912d5a4f8b622d (diff)
Migrate features and LTO from rules.mk to data driven (#23302)
Diffstat (limited to 'keyboards/viendi8l')
-rw-r--r--keyboards/viendi8l/keyboard.json (renamed from keyboards/viendi8l/info.json)10
-rw-r--r--keyboards/viendi8l/rules.mk14
2 files changed, 10 insertions, 14 deletions
diff --git a/keyboards/viendi8l/info.json b/keyboards/viendi8l/keyboard.json
index 29dbd5b25a..4a7ac1b5ac 100644
--- a/keyboards/viendi8l/info.json
+++ b/keyboards/viendi8l/keyboard.json
@@ -18,6 +18,16 @@
"pin": "B15",
"driver": "pwm"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "encoder": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["C6", "C7", "C8", "C9", "A8", "B3", "B4", "A10", "B5", "B8", "B9", "C13", "C14", "C15", "A0", "A1", "A2", "A3"],
"rows": ["C3", "C2", "C1", "C0", "B14", "A7"]
diff --git a/keyboards/viendi8l/rules.mk b/keyboards/viendi8l/rules.mk
deleted file mode 100644
index b269d5da35..0000000000
--- a/keyboards/viendi8l/rules.mk
+++ /dev/null
@@ -1,14 +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 = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-ENCODER_ENABLE = yes
-LTO_ENABLE = no