aboutsummaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/drashna/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/keymaps/drashna/keymap.c')
-rw-r--r--keyboards/crkbd/keymaps/drashna/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/crkbd/keymaps/drashna/keymap.c b/keyboards/crkbd/keymaps/drashna/keymap.c
index 55d51eb08..0769edf3b 100644
--- a/keyboards/crkbd/keymaps/drashna/keymap.c
+++ b/keyboards/crkbd/keymaps/drashna/keymap.c
@@ -124,7 +124,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
124oled_rotation_t oled_init_user(oled_rotation_t rotation) { return OLED_ROTATION_270; } 124oled_rotation_t oled_init_user(oled_rotation_t rotation) { return OLED_ROTATION_270; }
125#endif 125#endif
126 126
127uint16_t get_tapping_term(uint16_t keycode) { 127uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
128 switch (keycode) { 128 switch (keycode) {
129 case ALT_T(KC_A): 129 case ALT_T(KC_A):
130 return TAPPING_TERM + 100; 130 return TAPPING_TERM + 100;