mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-30 06:55:51 +00:00
9 lines
344 B
Makefile
9 lines
344 B
Makefile
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
AUDIO_ENABLE = no # Audio output
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
ISSI_ENABLE = no # 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
|