aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xelus/dawn60/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xelus/dawn60/rules.mk')
-rw-r--r--keyboards/xelus/dawn60/rules.mk49
1 files changed, 49 insertions, 0 deletions
diff --git a/keyboards/xelus/dawn60/rules.mk b/keyboards/xelus/dawn60/rules.mk
new file mode 100644
index 000000000..3ac5f9977
--- /dev/null
+++ b/keyboards/xelus/dawn60/rules.mk
@@ -0,0 +1,49 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5# Teensy halfkay
6# Pro Micro caterina
7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
12BOOTLOADER = atmel-dfu
13
14# Do not put the microcontroller into power saving mode
15# when we get USB suspend event. We want it to keep updating
16# backlight effects.
17OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
18
19# Build Options
20# change yes to no to disable
21#
22BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
23MOUSEKEY_ENABLE = no # Mouse keys
24EXTRAKEY_ENABLE = yes # Audio control and System control
25CONSOLE_ENABLE = no # Console for debug
26COMMAND_ENABLE = no # Commands for debug and configuration
27# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
28SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
29# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
30NKRO_ENABLE = yes # USB Nkey Rollover
31BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
32MIDI_ENABLE = no # MIDI support
33UNICODE_ENABLE = no # Unicode
34BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
35AUDIO_ENABLE = no # Audio output on port C6
36FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
37RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. - We have custom RGB underglow
38
39CIE1931_CURVE = yes
40
41
42# project specific files
43SRC += keyboards/wilba_tech/wt_main.c \
44 keyboards/wilba_tech/wt_rgb_backlight.c \
45 quantum/color.c \
46 drivers/issi/is31fl3731.c \
47 ws2812.c
48
49QUANTUM_LIB_SRC += i2c_master.c