2017-11-13 23:44:53 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
2019-09-21 05:06:32 +00:00
|
|
|
# Bootloader selection
|
|
|
|
# Teensy halfkay
|
|
|
|
# Pro Micro caterina
|
|
|
|
# Atmel DFU atmel-dfu
|
|
|
|
# LUFA DFU lufa-dfu
|
|
|
|
# QMK DFU qmk-dfu
|
|
|
|
# ATmega32A bootloadHID
|
|
|
|
# ATmega328P USBasp
|
2017-11-28 04:08:21 +00:00
|
|
|
BOOTLOADER = bootloadHID
|
|
|
|
|
2017-11-13 23:44:53 +00:00
|
|
|
# build options
|
2020-06-15 10:06:10 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ # nkro-doesnt-work
|
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
MIDI_ENABLE = no # MIDI controls
|
|
|
|
AUDIO_ENABLE = no # Audio output on port C6
|
|
|
|
UNICODE_ENABLE = no # Unicode
|
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
2019-11-03 22:43:13 +00:00
|
|
|
WS2812_DRIVER = i2c
|
2017-11-13 23:44:53 +00:00
|
|
|
TAP_DANCE_ENABLE = no
|
|
|
|
|
2018-07-12 17:28:23 +00:00
|
|
|
LAYOUTS = planck_mit
|
2018-05-14 14:11:12 +00:00
|
|
|
LAYOUTS_HAS_RGB = no
|