diff options
Diffstat (limited to 'keyboards/xelus/dawn60/rules.mk')
| -rw-r--r-- | keyboards/xelus/dawn60/rules.mk | 49 |
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 | ||
| 2 | MCU = 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 | ||
| 12 | BOOTLOADER = 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. | ||
| 17 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | ||
| 18 | |||
| 19 | # Build Options | ||
| 20 | # change yes to no to disable | ||
| 21 | # | ||
| 22 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | ||
| 23 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 24 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 25 | CONSOLE_ENABLE = no # Console for debug | ||
| 26 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 27 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 28 | SLEEP_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 | ||
| 30 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 31 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | ||
| 32 | MIDI_ENABLE = no # MIDI support | ||
| 33 | UNICODE_ENABLE = no # Unicode | ||
| 34 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 35 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 36 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 37 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. - We have custom RGB underglow | ||
| 38 | |||
| 39 | CIE1931_CURVE = yes | ||
| 40 | |||
| 41 | |||
| 42 | # project specific files | ||
| 43 | SRC += 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 | |||
| 49 | QUANTUM_LIB_SRC += i2c_master.c | ||
