Skip to content

Commit

Permalink
manually run formatting job (#11503)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Jan 10, 2021
1 parent acdcc62 commit d58d7dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion keyboards/zinc/keymaps/via/readme_en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The VIA Zinc Layout
# The VIA Zinc Layout
## layout

### Qwerty
Expand Down
8 changes: 4 additions & 4 deletions tmk_core/common/action_tapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ uint16_t get_event_keycode(keyevent_t event, bool update_layer_cache);
void action_tapping_process(keyrecord_t record);

uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record);
bool get_permissive_hold(uint16_t keycode, keyrecord_t *record);
bool get_ignore_mod_tap_interrupt(uint16_t keycode, keyrecord_t *record);
bool get_tapping_force_hold(uint16_t keycode, keyrecord_t *record);
bool get_retro_tapping(uint16_t keycode, keyrecord_t *record);
bool get_permissive_hold(uint16_t keycode, keyrecord_t *record);
bool get_ignore_mod_tap_interrupt(uint16_t keycode, keyrecord_t *record);
bool get_tapping_force_hold(uint16_t keycode, keyrecord_t *record);
bool get_retro_tapping(uint16_t keycode, keyrecord_t *record);
#endif

0 comments on commit d58d7dd

Please sign in to comment.