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/ferris/0_2/rules.mk | |
| parent | 22b3cf4e9102aa6d746f9ac2b5ee5b529e884010 (diff) | |
Data-Driven Keyboard Conversions: F (#23516)
Diffstat (limited to 'keyboards/ferris/0_2/rules.mk')
| -rw-r--r-- | keyboards/ferris/0_2/rules.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/ferris/0_2/rules.mk b/keyboards/ferris/0_2/rules.mk index 6f67e3dece..11b9d33a69 100644 --- a/keyboards/ferris/0_2/rules.mk +++ b/keyboards/ferris/0_2/rules.mk @@ -1,19 +1,4 @@ -# 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 = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -UNICODE_ENABLE = yes CUSTOM_MATRIX = lite -NO_USB_STARTUP_CHECK = yes -LTO_ENABLE = no SRC += matrix.c I2C_DRIVER_REQUIRED = yes |