diff options
author | Jarrett Drouillard <jarrett@thestyl.us> | 2018-12-05 12:08:05 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-05 09:08:05 -0800 |
commit | 7d4955b2c453828ab8ba315720ce73e4dae0a0c3 (patch) | |
tree | ef0415def08e2feeac49e4c2f045097bfb37ec4f /users | |
parent | d115abfd8d1e2a7e34cc7809165e413efc1eb9ce (diff) |
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.h | 2 | ||||
-rw-r--r-- | users/kuatsure/rules.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/users/kuatsure/kuatsure.h b/users/kuatsure/kuatsure.h index 56fb684ec0..23d3c617cb 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 11262d0ecf..f0d295aad0 100644 --- a/users/kuatsure/rules.mk +++ b/users/kuatsure/rules.mk @@ -1 +1,3 @@ +CONSOLE_ENABLE = no + SRC += kuatsure.c |