diff options
| -rw-r--r-- | keyboards/zinc/keymaps/via/readme_en.md | 2 | ||||
| -rw-r--r-- | tmk_core/common/action_tapping.h | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/zinc/keymaps/via/readme_en.md b/keyboards/zinc/keymaps/via/readme_en.md index c49a43416..3c73a18d8 100644 --- a/keyboards/zinc/keymaps/via/readme_en.md +++ b/keyboards/zinc/keymaps/via/readme_en.md | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # The VIA Zinc Layout | 1 | # The VIA Zinc Layout |
| 2 | ## layout | 2 | ## layout |
| 3 | 3 | ||
| 4 | ### Qwerty | 4 | ### Qwerty |
diff --git a/tmk_core/common/action_tapping.h b/tmk_core/common/action_tapping.h index 4d10c668a..893ccb1ce 100644 --- a/tmk_core/common/action_tapping.h +++ b/tmk_core/common/action_tapping.h | |||
| @@ -34,8 +34,8 @@ uint16_t get_event_keycode(keyevent_t event, bool update_layer_cache); | |||
| 34 | void action_tapping_process(keyrecord_t record); | 34 | void action_tapping_process(keyrecord_t record); |
| 35 | 35 | ||
| 36 | uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record); | 36 | uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record); |
| 37 | bool get_permissive_hold(uint16_t keycode, keyrecord_t *record); | 37 | bool get_permissive_hold(uint16_t keycode, keyrecord_t *record); |
| 38 | bool get_ignore_mod_tap_interrupt(uint16_t keycode, keyrecord_t *record); | 38 | bool get_ignore_mod_tap_interrupt(uint16_t keycode, keyrecord_t *record); |
| 39 | bool get_tapping_force_hold(uint16_t keycode, keyrecord_t *record); | 39 | bool get_tapping_force_hold(uint16_t keycode, keyrecord_t *record); |
| 40 | bool get_retro_tapping(uint16_t keycode, keyrecord_t *record); | 40 | bool get_retro_tapping(uint16_t keycode, keyrecord_t *record); |
| 41 | #endif | 41 | #endif |
