diff options
Diffstat (limited to 'keyboards/treadstone32/keymaps/like_jis/keymap.c')
| -rw-r--r-- | keyboards/treadstone32/keymaps/like_jis/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/treadstone32/keymaps/like_jis/keymap.c b/keyboards/treadstone32/keymaps/like_jis/keymap.c index a738226d9..92518b11a 100644 --- a/keyboards/treadstone32/keymaps/like_jis/keymap.c +++ b/keyboards/treadstone32/keymaps/like_jis/keymap.c | |||
| @@ -111,7 +111,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 111 | ) | 111 | ) |
| 112 | }; | 112 | }; |
| 113 | 113 | ||
| 114 | uint16_t get_tapping_term(uint16_t keycode) { | 114 | uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) { |
| 115 | switch (keycode) { | 115 | switch (keycode) { |
| 116 | case KC_BSLO: | 116 | case KC_BSLO: |
| 117 | return TAPPING_LAYER_TERM; | 117 | return TAPPING_LAYER_TERM; |
