|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
|
|
|
|
|
# MCU name
|
|
|
|
|
#MCU = at90usb1287
|
|
|
|
|
MCU = atmega32u4
|
|
|
|
@ -66,6 +65,7 @@ BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID
|
|
|
|
|
RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
|
|
|
|
|
PS2_MOUSE_ENABLE ?= yes
|
|
|
|
|
PS2_USE_INT ?= yes
|
|
|
|
|
ADAFRUIT_BLE_ENABLE ?= yes
|
|
|
|
|
|
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
|
SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend
|
|
|
|
|