ef676bce48
* lbs 4 initial * LBS 4 Completed firmware * LBS 6 Completed Firmware * Cleanup LBS4 * Cleanup LBS6 * fixed keymap * Update readme.md * LBS 6 modified to info.json * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update config.h * Added default QMK keymaps
14 lines
318 B
Makefile
14 lines
318 B
Makefile
# Copyright 2022 Markus Knutsson (@TweetyDaBird)
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Link Time Optimization
|
|
LTO_ENABLE = yes # Optimize size at compile (takes longer time)
|
|
|
|
# Additional rules for VIAL
|
|
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
|
|
ENCODER_MAP_ENABLE = yes
|
|
|
|
QMK_SETTINGS = no
|
|
KEY_OVERRIDE_ENABLE = no
|