2017-11-14 00:44:53 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
2019-09-21 07:06:32 +02: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 05:08:21 +01:00
|
|
|
BOOTLOADER = bootloadHID
|
|
|
|
|
2017-11-14 00:44:53 +01:00
|
|
|
# build options
|
2020-06-15 12:06:10 +02: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 23:43:13 +01:00
|
|
|
WS2812_DRIVER = i2c
|
2017-11-14 00:44:53 +01:00
|
|
|
TAP_DANCE_ENABLE = no
|
|
|
|
|
2018-07-12 19:28:23 +02:00
|
|
|
LAYOUTS = planck_mit
|
2018-05-14 16:11:12 +02:00
|
|
|
LAYOUTS_HAS_RGB = no
|