summaryrefslogtreecommitdiffstats
path: root/keyboards/nullbitsco/nibble/rules.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-01-27 17:42:49 +1100
committerGitHub <noreply@github.com>2021-01-27 17:42:49 +1100
commit30b46fad5764b54ab4d47e9c4024f8030e1bf1a7 (patch)
tree9a9aa60158edf5adea802e33ee2db2ba4164145a /keyboards/nullbitsco/nibble/rules.mk
parentbe897cbc2f9d542dfcc98c8e06aeb04179cc484c (diff)
UART driver refactor (#11637)
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 683e290866..9340214027 100644
--- a/keyboards/nullbitsco/nibble/rules.mk
+++ b/keyboards/nullbitsco/nibble/rules.mk
@@ -1,9 +1,6 @@
# MCU name
MCU = atmega32u4
-# Interrupt driven control endpoint task(+60)
-OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
-
# Bootloader selection
BOOTLOADER = atmel-dfu
@@ -31,5 +28,5 @@ CUSTOM_MATRIX = lite # Lite custom matrix
SRC += matrix.c \
bitc_led.c \
big_led.c \
- remote_kb.c \
- tmk_core/common/uart.c
+ remote_kb.c
+QUANTUM_LIB_SRC += uart.c