aboutsummaryrefslogtreecommitdiff
path: root/keyboards/8pack
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-30 10:57:30 +0000
committerGitHub <noreply@github.com>2024-03-30 10:57:30 +0000
commit1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (patch)
treef03b67de13a64e7029c01da6755cced32ddb65d3 /keyboards/8pack
parent426bb9c651a292dce6ae01e7ed9d41d94dbba99f (diff)
Migrate features and LTO from rules.mk to data driven (#23307)
Diffstat (limited to 'keyboards/8pack')
-rw-r--r--keyboards/8pack/info.json10
-rw-r--r--keyboards/8pack/rules.mk14
2 files changed, 10 insertions, 14 deletions
diff --git a/keyboards/8pack/info.json b/keyboards/8pack/info.json
index 0145eef5e3..cf55db9815 100644
--- a/keyboards/8pack/info.json
+++ b/keyboards/8pack/info.json
@@ -32,6 +32,16 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
+ "features": {
+ "backlight": true,
+ "bootmagic": false,
+ "command": true,
+ "console": true,
+ "extrakey": false,
+ "mousekey": false,
+ "nkro": false,
+ "rgblight": true
+ },
"matrix_pins": {
"direct": [
["F4", "F5", "F6", "F7"],
diff --git a/keyboards/8pack/rules.mk b/keyboards/8pack/rules.mk
index ee44648259..81024a7119 100644
--- a/keyboards/8pack/rules.mk
+++ b/keyboards/8pack/rules.mk
@@ -1,15 +1 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = no # Audio control and System control
-CONSOLE_ENABLE = yes # Console for debug
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
-AUDIO_ENABLE = no
-RGBLIGHT_ENABLE = yes
-OLED_ENABLE = no
-
DEFAULT_FOLDER = 8pack/rev12