forked from forks/qmk_firmware
Update rules.mk
This commit is contained in:
parent
090c12fb8f
commit
e9c460a102
|
|
@ -2,11 +2,11 @@
|
|||
MCU = atmega32u4
|
||||
|
||||
# Boot Section Size in *bytes*
|
||||
# Teensy halfKay 512
|
||||
# Teensy++ halfKay 1024
|
||||
# Atmel DFU loader 4096
|
||||
# LUFA bootloader 4096
|
||||
# USBaspLoader 2048
|
||||
# Teensy halfKay
|
||||
# Teensy++ halfKay
|
||||
# Atmel DFU loader
|
||||
# LUFA bootloader
|
||||
# USBaspLoader
|
||||
BOOTLOADER = caterina
|
||||
|
||||
# Build Options
|
||||
|
|
@ -28,4 +28,4 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
|||
IOS_DEVICE_ENABLE = no # connect to IOS Device
|
||||
ENCODER_ENABLE = yes
|
||||
|
||||
LAYOUTS = ortho
|
||||
LAYOUTS = ortho
|
||||
|
|
|
|||
Loading…
Reference in a new issue