aboutsummaryrefslogtreecommitdiff
path: root/keyboards/treadstone32
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/treadstone32')
-rw-r--r--keyboards/treadstone32/keymaps/default/keymap.c2
-rw-r--r--keyboards/treadstone32/keymaps/like_jis/keymap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/treadstone32/keymaps/default/keymap.c b/keyboards/treadstone32/keymaps/default/keymap.c
index 7ca797fcc..791fed059 100644
--- a/keyboards/treadstone32/keymaps/default/keymap.c
+++ b/keyboards/treadstone32/keymaps/default/keymap.c
@@ -110,7 +110,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
110 ) 110 )
111}; 111};
112 112
113uint16_t get_tapping_term(uint16_t keycode) { 113uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
114 switch (keycode) { 114 switch (keycode) {
115 case KC_BSLO: 115 case KC_BSLO:
116 return TAPPING_LAYER_TERM; 116 return TAPPING_LAYER_TERM;
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
114uint16_t get_tapping_term(uint16_t keycode) { 114uint16_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;