9 lines
371 B
Makefile
9 lines
371 B
Makefile
BOOTLOADER = caterina # Pro Micro bootloader
|
|
|
|
TAP_DANCE_ENABLE = yes # Enable Tap Dance
|
|
|
|
OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays
|
|
ENCODER_ENABLE = yes # Enables the use of one or more encoders
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
|
|
MOUSEKEY_ENABLE = no # Disable mouse (saving space)
|