aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/gentoo_hs
diff options
context:
space:
mode:
authorJames Young2024-04-11 17:29:10 +0200
committerGitHub2024-04-11 17:29:10 +0200
commita532d1cc5a785da3d73812330aad95555efb81fa (patch)
tree7368acf53a6c68748e64a9ee02add119c338fb18 /keyboards/cannonkeys/gentoo_hs
parent8bbbe753fdaf006d0f932187eac788b89910437d (diff)
Data-driven Keyboard Conversions: C (#23453)
Diffstat (limited to 'keyboards/cannonkeys/gentoo_hs')
-rw-r--r--keyboards/cannonkeys/gentoo_hs/info.json8
-rw-r--r--keyboards/cannonkeys/gentoo_hs/rules.mk14
2 files changed, 8 insertions, 14 deletions
diff --git a/keyboards/cannonkeys/gentoo_hs/info.json b/keyboards/cannonkeys/gentoo_hs/info.json
index ef496628da..fa97ae5877 100644
--- a/keyboards/cannonkeys/gentoo_hs/info.json
+++ b/keyboards/cannonkeys/gentoo_hs/info.json
@@ -19,6 +19,14 @@
},
"processor": "STM32F072",
"bootloader": "stm32-dfu",
+ "features": {
+ "bootmagic": true,
+ "mousekey": true,
+ "extrakey": true,
+ "console": true,
+ "command": true,
+ "nkro": true
+ },
"layout_aliases": {
"LAYOUT_default": "LAYOUT_65_ansi_rwkl"
},
diff --git a/keyboards/cannonkeys/gentoo_hs/rules.mk b/keyboards/cannonkeys/gentoo_hs/rules.mk
index 4ee7a29916..0ab54aaaf7 100644
--- a/keyboards/cannonkeys/gentoo_hs/rules.mk
+++ b/keyboards/cannonkeys/gentoo_hs/rules.mk
@@ -1,16 +1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
-
-# 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 = yes # Console for debug
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-