aboutsummaryrefslogtreecommitdiff
path: root/keyboards/moon/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/moon/rules.mk')
-rw-r--r--keyboards/moon/rules.mk16
1 files changed, 9 insertions, 7 deletions
diff --git a/keyboards/moon/rules.mk b/keyboards/moon/rules.mk
index 699fc3395..c8b39e8b7 100644
--- a/keyboards/moon/rules.mk
+++ b/keyboards/moon/rules.mk
@@ -1,6 +1,3 @@
1# Project specific files
2SRC += i2c_master.c pca9555.c matrix.c
3
4# MCU name 1# MCU name
5MCU = atmega32u4 2MCU = atmega32u4
6 3
@@ -50,10 +47,6 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
50# atmega32a bootloadHID 47# atmega32a bootloadHID
51BOOTLOADER = atmel-dfu 48BOOTLOADER = atmel-dfu
52 49
53
54# Supported layouts
55LAYOUTS = tkl_ansi tkl_iso
56
57# Build Options 50# Build Options
58# change yes to no to disable 51# change yes to no to disable
59# 52#
@@ -74,4 +67,13 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
74AUDIO_ENABLE = no # Audio output on port C6 67AUDIO_ENABLE = no # Audio output on port C6
75FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 68FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
76HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) 69HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
70
71# custom matrix setup
77CUSTOM_MATRIX = yes 72CUSTOM_MATRIX = yes
73
74VPATH += drivers/gpio
75SRC += pca9555.c matrix.c
76QUANTUM_LIB_SRC += i2c_master.c
77
78# Supported layouts
79LAYOUTS = tkl_ansi tkl_iso