summary refs log tree commit diff
path: root/users/konstantin/rules.mk
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2020-05-16 08:36:08 +0200
committerGitHub <noreply@github.com>2020-05-15 23:36:08 -0700
commit9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5 (patch)
treea8975904801263891684351944e566a1d1a1a767 /users/konstantin/rules.mk
parentc6cf1ae4e71f6d520c415e02b6b50f482c936698 (diff)
[Keymap] Update personal userspace and keymaps (#9082)
* Replace custom RCTRL implementation with built-in LM

Caveat: sends LCtrl instead of RCtrl

* Enable VIA support in KBD6X keymap

* Disable LTO on ChibiOS boards

* Disable locking support and Magic keycodes for all keymaps

* Organize and annotate rules.mk and config.h files

* Enable Console for Melody96 keymap

* L_RANGE_KEYMAP → LAYERS_KEYMAP

* Revert "Replace custom RCTRL implementation with built-in LM"

This reverts commit 17d706a82d7e31b53cd84efeb9b2ddb9922a2368.

* Set DYNAMIC_KEYMAP_LAYER_COUNT to 3 in Doro67 and Wasdat keymaps

* Enable Bootmagic Lite for all VIA keymaps
Diffstat (limited to 'users/konstantin/rules.mk')
-rw-r--r--users/konstantin/rules.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/users/konstantin/rules.mk b/users/konstantin/rules.mk
index d989f486c5..6fe3a8ad83 100644
--- a/users/konstantin/rules.mk
+++ b/users/konstantin/rules.mk
@@ -13,4 +13,6 @@ ifneq (,$(filter yes,$(UNICODE_ENABLE) $(UNICODEMAP_ENABLE)))
     SRC += unicode.c
 endif
 
-LTO_ENABLE = yes
+ifneq ($(PLATFORM),CHIBIOS)
+    LTO_ENABLE = yes
+endif