blob: 1d20f1e2817cc678860ac2a1c9dd3ddcf6f59556 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = halfkay
# Build Options
# change yes to no to disable
#
RGBLIGHT_ENABLE = no # TODO: Enable keyboard RGB underglow
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
|