2020-03-10 01:38:37 -07:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-06 23:59:56 -07:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-03-10 01:38:37 -07:00
|
|
|
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
|
2021-12-08 21:05:44 -08:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2020-03-10 01:38:37 -07:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2021-09-21 03:04:03 -07:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2020-03-10 01:38:37 -07:00
|
|
|
ENCODER_ENABLE = yes # Enable support for rotary encoders
|
2021-08-23 23:28:26 -07:00
|
|
|
OLED_ENABLE = yes
|
|
|
|
OLED_DRIVER = SSD1306 # Enable support for OLED display
|
2020-03-10 01:38:37 -07:00
|
|
|
|
|
|
|
# Additional code
|
|
|
|
SRC += lib/oled_helper.c # Adding OLED
|