2017-12-03 16:32:07 +01:00
|
|
|
|
2018-12-10 20:38:57 +01:00
|
|
|
# Build Options
|
2021-12-08 00:40:26 +01:00
|
|
|
# change yes to no to disable
|
2018-12-10 20:38:57 +01:00
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 19:47:48 +01:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2018-12-10 20:38:57 +01:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2020-01-31 00:44:40 +01:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2021-09-21 12:04:03 +02:00
|
|
|
AUDIO_ENABLE = yes # Audio output
|
2018-12-10 20:38:57 +01:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable RGB underlight
|
2021-12-01 11:13:00 +01:00
|
|
|
SLEEP_LED_ENABLE = yes
|
2018-12-10 20:38:57 +01:00
|
|
|
|
|
|
|
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
|
|
|
WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan isn't run every 250ms
|
2023-05-02 02:10:55 +02:00
|
|
|
|
|
|
|
# Extra source files for IS3731 lighting
|
|
|
|
SRC += TWIlib.c issi.c lighting.c
|
|
|
|
|
|
|
|
DEFAULT_FOLDER = lfkeyboards/lfk78/revc
|