blob: 329b41e4e5ddbe198c2ad665d7c43808bd0d6f47 (
plain)
1
2
3
4
5
6
7
8
9
|
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)
|