[Keyboard] wilba.tech PCB refactoring (#6982)
[jackhill/qmk/firmware.git] / keyboards / wilba_tech / rama_works_m6_b / rules.mk
CommitLineData
66ef1e3d 1# project specific files
bffbb4b4
W
2SRC = keyboards/wilba_tech/wt_main.c \
3 keyboards/wilba_tech/wt_rgb_backlight.c \
66ef1e3d
W
4 quantum/color.c \
5 drivers/issi/is31fl3218.c \
6 drivers/avr/i2c_master.c
7
66ef1e3d
W
8# MCU name
9MCU = atmega32u4
10
e47ab6a5
W
11# Bootloader selection
12# Teensy halfkay
13# Pro Micro caterina
14# Atmel DFU atmel-dfu
15# LUFA DFU lufa-dfu
16# QMK DFU qmk-dfu
17# ATmega32A bootloadHID
18# ATmega328P USBasp
66ef1e3d
W
19BOOTLOADER = atmel-dfu
20
21# Do not put the microcontroller into power saving mode
22# when we get USB suspend event. We want it to keep updating
23# backlight effects.
24OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
25
26
27# Build Options
28# change yes to no to disable
29#
2dea540a 30BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
66ef1e3d
W
31MOUSEKEY_ENABLE = no # Mouse keys(+4700)
32EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
2dea540a 33CONSOLE_ENABLE = no # Console for debug(+400)
66ef1e3d 34COMMAND_ENABLE = no # Commands for debug and configuration
2dea540a
W
35NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
36BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
37MIDI_ENABLE = no # MIDI controls
38AUDIO_ENABLE = no # Audio output on port C6
66ef1e3d
W
39UNICODE_ENABLE = no # Unicode
40BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
2dea540a
W
41RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
42
43# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
44SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
66ef1e3d
W
45
46RAW_ENABLE = yes
47DYNAMIC_KEYMAP_ENABLE = yes
48CIE1931_CURVE = yes
2dea540a 49