mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 09:24:48 +00:00
4c1fd0897c
* [Keyboard] Add Hillside * Remove no longer used define, rename README * Rename to readme.md * Readme: Improve clarity, fix grammar and typos * Readme: Remove extra line pointing to QMK docs * Readme: Join consecutive source lines in .md * Readme: split lines, post spelling fix * Keymap: fix key label in readme
8 lines
350 B
Makefile
8 lines
350 B
Makefile
SPLIT_KEYBOARD = yes # Use shared split_common code
|
|
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
|