14 lines
517 B
Makefile
14 lines
517 B
Makefile
# If you are using a custom Pro Micro-compatible dev board (Elite-C, Sea-Micro, etc)
|
|
# you may need to uncomment and modify this BOOTLOADER setting to use the correct
|
|
# bootloader. (e.g. Elite-Cs use "atmel-dfu", not "caterina".)
|
|
#
|
|
# See the QMK docs for more information:
|
|
# https://docs.qmk.fm/#/flashing
|
|
# https://docs.qmk.fm/#/driver_installation_zadig?id=list-of-known-bootloaders
|
|
|
|
# BOOTLOADER = caterina
|
|
|
|
# If you are not using an encoder, set these options to no.
|
|
ENCODER_ENABLE = yes
|
|
ENCODER_MAP_ENABLE = yes
|