summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorJarrett Drouillard <jarrett@thestyl.us>2018-12-05 18:08:05 +0100
committerDrashna Jaelre <drashna@live.com>2018-12-05 18:08:05 +0100
commit7d4955b2c453828ab8ba315720ce73e4dae0a0c3 (patch)
treeef0415def08e2feeac49e4c2f045097bfb37ec4f /users
parentd115abfd8d1e2a7e34cc7809165e413efc1eb9ce (diff)
downloadqmk_firmware-7d4955b2c453828ab8ba315720ce73e4dae0a0c3.tar.gz
qmk_firmware-7d4955b2c453828ab8ba315720ce73e4dae0a0c3.tar.xz
Keymap: Preonic kuatsure updates 2018-Nov (#4500)
* preonic-kuatsure: ctrl / esc in one key + hello ` again * preonic-kuatsure: remove esc on lower * preonic-kuatsure: programmy macros * user-kuatsure: turn off console all the time * preonic-kuatsure: auto shift, but only for numbers * preonic-kuatsure: remove programmery macros * preonic-kuatsure: move braces, parens, etc over to raise backwards compat move &*() on lower * preonic-kuatsure: stop with the full rep of game layer
Diffstat (limited to 'users')
-rw-r--r--users/kuatsure/kuatsure.h2
-rw-r--r--users/kuatsure/rules.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/users/kuatsure/kuatsure.h b/users/kuatsure/kuatsure.h
index 56fb684ec..23d3c617c 100644
--- a/users/kuatsure/kuatsure.h
+++ b/users/kuatsure/kuatsure.h
@@ -8,6 +8,8 @@ void tmux_pane_zoom(void);
void tmux_pane_switch(uint16_t keycode);
void tmux_window_switch(uint16_t keycode);
+#define KT_CESC CTL_T(KC_ESC)
+
#undef LEADER_TIMEOUT
#define LEADER_TIMEOUT 300
diff --git a/users/kuatsure/rules.mk b/users/kuatsure/rules.mk
index 11262d0ec..f0d295aad 100644
--- a/users/kuatsure/rules.mk
+++ b/users/kuatsure/rules.mk
@@ -1 +1,3 @@
+CONSOLE_ENABLE = no
+
SRC += kuatsure.c