forked from mirrors/qmk_firmware
4ace960b98
* rules.mk: Build Options sorting and white space * use QMK 3-character notation * info.json: apply friendly formatting * info.json: use 3-character notation * move layout macro alias to info.json * number matrix identifiers by electrical position
21 lines
752 B
Makefile
21 lines
752 B
Makefile
# MCU name
|
|
MCU = atmega32a
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = bootloadhid
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
|
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 # Enable N-Key Rollover
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
WS2812_DRIVER = i2c # This driver powers the RGB Lighting and RGB Matrix features
|
|
LTO_ENABLE = yes # Enable link time optimization
|
|
|
|
LAYOUTS = ortho_5x12
|