diff options
| author | James Young | 2024-04-14 19:31:26 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-14 19:31:26 +0200 |
| commit | bc8ff28a5841c8b12261bf7e085aaa67757ec5a2 (patch) | |
| tree | f08ab94afc89a77ae3112e653c44d277b8ff4001 /keyboards/fallacy | |
| parent | 22b3cf4e9102aa6d746f9ac2b5ee5b529e884010 (diff) | |
Data-Driven Keyboard Conversions: F (#23516)
Diffstat (limited to 'keyboards/fallacy')
| -rw-r--r-- | keyboards/fallacy/info.json | 8 | ||||
| -rwxr-xr-x | keyboards/fallacy/rules.mk | 13 |
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 |