diff options
author | Gergely Nagy <me@gergo.csillger.hu> | 2018-11-22 21:53:01 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-22 13:31:30 -0800 |
commit | 3dd6d53942bd3fafb57d170ecdaccf57e459a62c (patch) | |
tree | 908df70cc0949db194f2566a597e4a240803c4e7 /layouts/community/ergodox/algernon/rules.mk | |
parent | 2943d19ecd9f91db2390da6f6d09cf58ea2f8dde (diff) | |
download | qmk_firmware-3dd6d53942bd3fafb57d170ecdaccf57e459a62c.tar.gz qmk_firmware-3dd6d53942bd3fafb57d170ecdaccf57e459a62c.zip |
ergodox: update algernon's layout to v1.12
This is the final version of my layout.
Overall changes
===============
* Updated to work with QMK master.
Miscellaneous
=============
* The `😂` symbol can be entered with UCIS.
* `LEAD r` now inputs `Right Alt`.
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
Diffstat (limited to 'layouts/community/ergodox/algernon/rules.mk')
-rw-r--r-- | layouts/community/ergodox/algernon/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/community/ergodox/algernon/rules.mk b/layouts/community/ergodox/algernon/rules.mk index 53dec5153a..1b4c0995f6 100644 --- a/layouts/community/ergodox/algernon/rules.mk +++ b/layouts/community/ergodox/algernon/rules.mk @@ -9,8 +9,9 @@ KEYLOGGER_ENABLE ?= yes UCIS_ENABLE = yes MOUSEKEY_ENABLE = no LEADER_ENABLE = yes +RGBLIGHT_ENABLE = no -AUTOLOG_ENABLE ?= no +AUTOLOG_ENABLE ?= yes ifeq (${FORCE_NKRO},yes) OPT_DEFS += -DFORCE_NKRO |