]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/converter/palm_usb/rules.mk
Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)
[qmk_firmware.git] / keyboards / converter / palm_usb / rules.mk
1 MCU = atmega32u4       # Teensy 2.0
2 F_CPU = 16000000
3 ARCH = AVR8
4 F_USB = $(F_CPU)
5
6 # Interrupt driven control endpoint task
7 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
8
9 BOOTLOADER = caterina
10
11 # Build Options
12 #   change to "no" to disable the options, or define them in the Makefile in
13 #   the appropriate keymap folder that will get included automatically
14 #
15 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
16 MOUSEKEY_ENABLE = no        # Mouse keys(+4700)
17 EXTRAKEY_ENABLE = no        # Audio control and System control(+450)
18 CONSOLE_ENABLE = yes        # Console for debug(+400)
19 COMMAND_ENABLE = yes        # Commands for debug and configuration
20 NKRO_ENABLE = no            # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
21 BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
22 MIDI_ENABLE = no            # MIDI controls
23 AUDIO_ENABLE = no           # Audio output on port C6
24 UNICODE_ENABLE = no         # Unicode
25 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
26 RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
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 #HARDWARE_SERIAL = yes
30 CUSTOM_MATRIX = yes
31
32 SRC += matrix.c
33 ifdef HARDWARE_SERIAL
34   # Untested with palm_usb
35   SRC += protocol/serial_uart.c
36   OPT_DEFS += -DHARDWARE_SERIAL
37 else
38   SRC += protocol/serial_soft.c
39 endif
40
41 DEFAULT_FOLDER = converter/palm_usb/stowaway