aboutsummaryrefslogtreecommitdiff
path: root/keyboards/melody96
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 /keyboards/melody96
parentc6cf1ae4e71f6d520c415e02b6b50f482c936698 (diff)
downloadqmk_firmware-9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5.tar.gz
qmk_firmware-9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5.zip
[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 'keyboards/melody96')
-rw-r--r--keyboards/melody96/keymaps/konstantin/rules.mk16
1 files changed, 11 insertions, 5 deletions
diff --git a/keyboards/melody96/keymaps/konstantin/rules.mk b/keyboards/melody96/keymaps/konstantin/rules.mk
index 5b36eef2c..3ef19428a 100644
--- a/keyboards/melody96/keymaps/konstantin/rules.mk
+++ b/keyboards/melody96/keymaps/konstantin/rules.mk
@@ -1,12 +1,18 @@
1BACKLIGHT_ENABLE = no 1# Generic features
2BOOTMAGIC_ENABLE = no 2BOOTMAGIC_ENABLE = no
3COMMAND_ENABLE = yes 3COMMAND_ENABLE = yes
4CONSOLE_ENABLE = no 4CONSOLE_ENABLE = yes
5EXTRAKEY_ENABLE = yes 5EXTRAKEY_ENABLE = yes
6GRAVE_ESC_ENABLE = no
7MOUSEKEY_ENABLE = yes 6MOUSEKEY_ENABLE = yes
8NKRO_ENABLE = yes 7NKRO_ENABLE = yes
9RGBLIGHT_ENABLE = yes
10SPACE_CADET_ENABLE = no
11TAP_DANCE_ENABLE = yes 8TAP_DANCE_ENABLE = yes
12UNICODEMAP_ENABLE = yes 9UNICODEMAP_ENABLE = yes
10
11# Keyboard-specific features
12BACKLIGHT_ENABLE = no
13RGBLIGHT_ENABLE = yes
14
15# Firmware size reduction
16GRAVE_ESC_ENABLE = no
17MAGIC_ENABLE = no
18SPACE_CADET_ENABLE = no