forked from forks/qmk_firmware
55843480ff
* fix abacus so it works with configurator
* create the keymap path if it doesn't exist
* bpiphany/unloved_bastard: remove the nested macros, move default keymap to json
* readd the unloved_bastard default keymap
* fix clueboard/card
* fixup handwired/2x5keypad
* fixup hub16
* matrix/noah: remove the broken matrix print code to fix compilation
* reinstate matrix_print with the right include
* Revert "create the keymap path if it doesn't exist"
This reverts commit af732776a5
.
26 lines
721 B
Makefile
26 lines
721 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
# Teensy halfkay
|
|
# Pro Micro caterina
|
|
# Atmel DFU atmel-dfu
|
|
# LUFA DFU lufa-dfu
|
|
# QMK DFU qmk-dfu
|
|
# ATmega32A bootloadHID
|
|
# ATmega328P USBasp
|
|
BOOTLOADER = caterina
|
|
|
|
|
|
AUDIO_ENABLE = no
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
CONSOLE_ENABLE= no # Console for debug
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
NKRO_ENABLE = yes # USB Nkey Rollover -
|
|
|
|
RGBLIGHT_ENABLE = no
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|