summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/algernon/rules.mk
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2017-10-01 15:37:41 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-03 19:54:56 +0200
commit1cd336dde4dad00864cfef643c501e2a32704426 (patch)
treed176c4af27b93310680afe207d46199867b8d0e9 /layouts/community/ergodox/algernon/rules.mk
parentcc52ac5b1634f61c8333bb653be0bc3d0a3c3da6 (diff)
downloadqmk_firmware-1cd336dde4dad00864cfef643c501e2a32704426.tar.gz
qmk_firmware-1cd336dde4dad00864cfef643c501e2a32704426.tar.xz
ergodox: Update algernon's layout to v1.11
Overall changes =============== * Updated to work with QMK master. * The `$` and `^` symbols on the number row were swapped on both the base and the ADORE layers. * The bracket tap-dance keys can now be used to input Japanese brackets, `「` and `」` with a third tap. * The second column of the top row on the right side will act as a "Social" application selector on the `AppSel` layer. * The third key on the same column will select a password manager. * The `GUI` key will now launch `rofi` when triple-tapped. Miscellaneous ============= * The `👶` symbol can be entered with UCIS. * The `👪` symbol can be entered with UCIS. Tools ===== * `tools/hid-commands` can now find the `Mstdn`, not just `Slack`, as the "Slack"/chat app. * `tools/hid-commands` can now find the Plex web app as a music/media player. * `tools/hid-commands` now understands the "Social" application selector. It raises the `Mstdn` and `Tweetdeck` windows, but keeps focus on the previous window. * `tools/hid-commands` now understands the "Social2" application selector, which raises `Signal` and `Viber`, but keeps focus on the previous window. * `tools/hid-commands` is now able to select a password manager (KeePass*). * `tools/hid-commands` can now run `rofi` when receiving an `appsel_helper` command (triggered by a triple-tapped `GUI` key). Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'layouts/community/ergodox/algernon/rules.mk')
-rw-r--r--layouts/community/ergodox/algernon/rules.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/layouts/community/ergodox/algernon/rules.mk b/layouts/community/ergodox/algernon/rules.mk
index 4487dd812..f795a8676 100644
--- a/layouts/community/ergodox/algernon/rules.mk
+++ b/layouts/community/ergodox/algernon/rules.mk
@@ -1,15 +1,15 @@
BOOTMAGIC_ENABLE=no
COMMAND_ENABLE=no
SLEEP_LED_ENABLE=no
-FORCE_NKRO = yes
+FORCE_NKRO ?= yes
DEBUG_ENABLE = no
CONSOLE_ENABLE = no
TAP_DANCE_ENABLE = yes
-KEYLOGGER_ENABLE = yes
+KEYLOGGER_ENABLE ?= yes
UCIS_ENABLE = yes
MOUSEKEY_ENABLE = no
-AUTOLOG_ENABLE = no
+AUTOLOG_ENABLE ?= no
ifeq (${FORCE_NKRO},yes)
OPT_DEFS += -DFORCE_NKRO
@@ -39,5 +39,3 @@ LAYOUT_ergodox_BRANCH = $(shell \
git rev-parse --abbrev-ref HEAD 2>/dev/null)
OPT_DEFS += -DLAYOUT_ergodox_VERSION=\"$(LAYOUT_ergodox_VERSION)\\\#$(LAYOUT_ergodox_BRANCH)\"
-
-