aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/fallacy
diff options
context:
space:
mode:
authorJames Young2024-04-14 19:31:26 +0200
committerGitHub2024-04-14 19:31:26 +0200
commitbc8ff28a5841c8b12261bf7e085aaa67757ec5a2 (patch)
treef08ab94afc89a77ae3112e653c44d277b8ff4001 /keyboards/fallacy
parent22b3cf4e9102aa6d746f9ac2b5ee5b529e884010 (diff)
Data-Driven Keyboard Conversions: F (#23516)
Diffstat (limited to 'keyboards/fallacy')
-rw-r--r--keyboards/fallacy/info.json8
-rwxr-xr-xkeyboards/fallacy/rules.mk13
2 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/fallacy/info.json b/keyboards/fallacy/info.json
index 9489463a4c..fbeca239d9 100644
--- a/keyboards/fallacy/info.json
+++ b/keyboards/fallacy/info.json
@@ -32,6 +32,14 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
+ "features": {
+ "bootmagic": true,
+ "mousekey": false,
+ "extrakey": true,
+ "command": true,
+ "nkro": true,
+ "rgblight": true
+ },
"community_layouts": ["alice", "alice_split_bs"],
"layout_aliases": {
"LAYOUT_all": "LAYOUT_alice_split_bs",
diff --git a/keyboards/fallacy/rules.mk b/keyboards/fallacy/rules.mk
index ee1a36c910..4b016ac9ad 100755
--- a/keyboards/fallacy/rules.mk
+++ b/keyboards/fallacy/rules.mk
@@ -1,16 +1,3 @@
-# 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 = yes # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-
# project specific files
SRC += indicators.c \
drivers/led/issi/is31fl3731-mono.c