diff options
Diffstat (limited to 'keyboards/ergodox/keymaps/algernon/keymap.c')
-rw-r--r-- | keyboards/ergodox/keymaps/algernon/keymap.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/ergodox/keymaps/algernon/keymap.c b/keyboards/ergodox/keymaps/algernon/keymap.c index bad240337..b615f3f5f 100644 --- a/keyboards/ergodox/keymaps/algernon/keymap.c +++ b/keyboards/ergodox/keymaps/algernon/keymap.c | |||
@@ -96,8 +96,6 @@ enum { | |||
96 | 96 | ||
97 | uint16_t gui_timer = 0; | 97 | uint16_t gui_timer = 0; |
98 | 98 | ||
99 | uint16_t kf_timers[12]; | ||
100 | |||
101 | #if KEYLOGGER_ENABLE | 99 | #if KEYLOGGER_ENABLE |
102 | # ifdef AUTOLOG_ENABLE | 100 | # ifdef AUTOLOG_ENABLE |
103 | bool log_enable = true; | 101 | bool log_enable = true; |
@@ -786,7 +784,7 @@ static void ang_tap_dance_tmux_pane_select (qk_tap_dance_state_t *state, void *u | |||
786 | if (state->count >= 2) { | 784 | if (state->count >= 2) { |
787 | kc = KC_Z; | 785 | kc = KC_Z; |
788 | } | 786 | } |
789 | 787 | ||
790 | register_code(KC_LALT); | 788 | register_code(KC_LALT); |
791 | register_code(KC_SPC); | 789 | register_code(KC_SPC); |
792 | unregister_code(KC_SPC); | 790 | unregister_code(KC_SPC); |
@@ -1040,7 +1038,9 @@ const qk_ucis_symbol_t ucis_symbol_table[] = UCIS_TABLE | |||
1040 | UCIS_SYM("heart", 0x2764), | 1038 | UCIS_SYM("heart", 0x2764), |
1041 | UCIS_SYM("bolt", 0x26a1), | 1039 | UCIS_SYM("bolt", 0x26a1), |
1042 | UCIS_SYM("pi", 0x03c0), | 1040 | UCIS_SYM("pi", 0x03c0), |
1043 | UCIS_SYM("mouse", 0x1f401) | 1041 | UCIS_SYM("mouse", 0x1f401), |
1042 | UCIS_SYM("micro", 0x00b5), | ||
1043 | UCIS_SYM("tm", 0x2122) | ||
1044 | ); | 1044 | ); |
1045 | 1045 | ||
1046 | bool process_record_user (uint16_t keycode, keyrecord_t *record) { | 1046 | bool process_record_user (uint16_t keycode, keyrecord_t *record) { |