mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-09 02:59:31 +00:00
8 lines
141 B
Makefile
8 lines
141 B
Makefile
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
EEPROM_DRIVER = wear_leveling
|
||
|
WEAR_LEVELING_DRIVER = embedded_flash
|
||
|
SERIAL_DRIVER = usart
|
||
|
|