mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-18 23:53:23 +00:00
61da615308
* Assign unique VID to LazyDesigners' boards * Add VIA support for LazyDesigners Dimple * Apply @fauxpark's suggestions Co-Authored-By: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
11 lines
226 B
Makefile
11 lines
226 B
Makefile
VIA_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
# These features are not (yet) supported by VIA
|
|
LEADER_ENABLE = no
|
|
FAUXCLICKY_ENABLE = no
|
|
MIDI_ENABLE = no
|
|
BLUETOOTH_ENABLE = no
|
|
KEY_LOCK_ENABLE = no
|
|
TERMINAL_ENABLE = no
|
|
MOUSEKEY_ENABLE = no
|