aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hhkb/ansi/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hhkb/ansi/rules.mk')
-rw-r--r--keyboards/hhkb/ansi/rules.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/hhkb/ansi/rules.mk b/keyboards/hhkb/ansi/rules.mk
index 3f60f47d7..c59ee34f9 100644
--- a/keyboards/hhkb/ansi/rules.mk
+++ b/keyboards/hhkb/ansi/rules.mk
@@ -32,26 +32,6 @@ MIDI_ENABLE = no # MIDI support
32# project specific files 32# project specific files
33SRC = matrix.c 33SRC = matrix.c
34 34
35ifeq ($(strip $(HHKB_RN42_ENABLE)), yes)
36
37OPT_DEFS += -DHHKB_RN42_ENABLE
38
39# Support for the RN42 Bluetooth module. This is the BT module in Hasu's BT
40# HHKB Alt controller.
41RN42_DIR = ../rn42
42
43SRC += serial_uart.c \
44 ../rn42/suart.S \
45 ../rn42/rn42.c \
46 ../rn42/rn42_task.c \
47 ../rn42/battery.c \
48 ../rn42/main.c
49
50VPATH += $(RN42_DIR)
51
52endif
53
54
55# debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION 35# debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION
56# debug-on: all 36# debug-on: all
57 37