mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 08:55:10 +00:00
8 lines
291 B
Makefile
8 lines
291 B
Makefile
LTO_ENABLE = yes # Use link time optimization for smaller firmware
|
|
|
|
# If you add a haptic board,
|
|
# enable it and set its driver here or in your keymap folder
|
|
# The Pimoroni board's driver is DRV2605L
|
|
# HAPTIC_ENABLE = yes # Enable haptic driver
|
|
# HAPTIC_DRIVER = drv2605l
|