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