aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/linworks/fave87
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 02:42:33 +0100
committerGitHub2024-03-15 02:42:33 +0100
commit80b72487ce053f128817c5d4c625a63cb3cf9c10 (patch)
treef81c6a7254e9489f36d50f3f451f4421f1bc5a35 /keyboards/linworks/fave87
parent539fa21bf80308a21048334909b6512917aa3c7b (diff)
Migrate features from rules.mk to data drive - LMN (#23277)
Diffstat (limited to 'keyboards/linworks/fave87')
-rw-r--r--keyboards/linworks/fave87/keyboard.json (renamed from keyboards/linworks/fave87/info.json)10
-rw-r--r--keyboards/linworks/fave87/rules.mk11
2 files changed, 10 insertions, 11 deletions
diff --git a/keyboards/linworks/fave87/info.json b/keyboards/linworks/fave87/keyboard.json
index 8f551d8d39..9083b8c8ec 100644
--- a/keyboards/linworks/fave87/info.json
+++ b/keyboards/linworks/fave87/keyboard.json
@@ -8,6 +8,16 @@
"device_version": "0.0.1",
"force_nkro": true
},
+ "features": {
+ "backlight": true,
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": true,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["F1", "F0", "E6", "B0", "B1", "B2", "B3", "D6", "D7"],
"rows": ["D3", "D5", "D1", "D2", "D4", "D0", "F5", "F4", "F7", "F6", "B5", "B4"]
diff --git a/keyboards/linworks/fave87/rules.mk b/keyboards/linworks/fave87/rules.mk
deleted file mode 100644
index dd1bb7c54f..0000000000
--- a/keyboards/linworks/fave87/rules.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # 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 = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow