]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/gingham/rules.mk
[Keyboard] RGB updates on NK65 and HS60 (#6795)
[qmk_firmware.git] / keyboards / gingham / rules.mk
1 SRC = matrix.c \
2       i2c_master.c
3
4 # MCU name
5 MCU = atmega328p
6
7 # Bootloader selection
8 #   Teensy       halfkay
9 #   Pro Micro    caterina
10 #   Atmel DFU    atmel-dfu
11 #   LUFA DFU     lufa-dfu
12 #   QMK DFU      qmk-dfu
13 #   ATmega32A    bootloadHID
14 #   ATmega328P   USBasp
15 BOOTLOADER = USBasp
16
17 # Flash program via avrdude, but default command is not suitable.
18 # You can use plaid:default:program
19 PROGRAM_CMD = avrdude -c usbasp -p m328p -U flash:w:$(BUILD_DIR)/$(TARGET).hex
20
21 # disable debug code
22 OPT_DEFS = -DDEBUG_LEVEL=0
23
24 # Build Options
25 #   change yes to no to disable
26 #
27 BOOTMAGIC_ENABLE = lite      # Virtual DIP switch configuration(+1000)
28 MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
29 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
30 CONSOLE_ENABLE = no        # Console for debug(+400)
31 COMMAND_ENABLE = no        # Commands for debug and configuration
32 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
33 SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
34 # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
35 NKRO_ENABLE = no            # USB Nkey Rollover
36 BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality on B7 by default
37 RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
38 MIDI_ENABLE = no            # MIDI support (+2400 to 4200, depending on config)
39 UNICODE_ENABLE = no         # Unicode
40 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
41 AUDIO_ENABLE = no           # Audio output on port C6
42 FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches
43 HD44780_ENABLE = no             # Enable support for HD44780 based LCDs (+400)
44
45 CUSTOM_MATRIX           = yes