Browse Source

manually run formatting job (#11503)

pull/11508/head 0.11.41
Joel Challis 3 years ago
committed by GitHub
parent
commit
d58d7dd192
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      keyboards/zinc/keymaps/via/readme_en.md
  2. +4
    -4
      tmk_core/common/action_tapping.h

+ 1
- 1
keyboards/zinc/keymaps/via/readme_en.md View File

@ -1,4 +1,4 @@
# The VIA Zinc Layout
# The VIA Zinc Layout
## layout
### Qwerty


+ 4
- 4
tmk_core/common/action_tapping.h View File

@ -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

Loading…
Cancel
Save