aboutsummaryrefslogtreecommitdiff
path: root/keyboards/nullbitsco/nibble/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nullbitsco/nibble/rules.mk')
-rw-r--r--keyboards/nullbitsco/nibble/rules.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/nullbitsco/nibble/rules.mk b/keyboards/nullbitsco/nibble/rules.mk
index 683e29086..934021402 100644
--- a/keyboards/nullbitsco/nibble/rules.mk
+++ b/keyboards/nullbitsco/nibble/rules.mk
@@ -1,9 +1,6 @@
1# MCU name 1# MCU name
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4# Interrupt driven control endpoint task(+60)
5OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
6
7# Bootloader selection 4# Bootloader selection
8BOOTLOADER = atmel-dfu 5BOOTLOADER = atmel-dfu
9 6
@@ -31,5 +28,5 @@ CUSTOM_MATRIX = lite # Lite custom matrix
31SRC += matrix.c \ 28SRC += matrix.c \
32 bitc_led.c \ 29 bitc_led.c \
33 big_led.c \ 30 big_led.c \
34 remote_kb.c \ 31 remote_kb.c
35 tmk_core/common/uart.c 32QUANTUM_LIB_SRC += uart.c