1234567891011121314151617181920212223242526 |
- #pragma once
- #include <stdbool.h>
- #include "action.h"
- #ifndef DYNAMIC_TAPPING_TERM_INCREMENT
- # define DYNAMIC_TAPPING_TERM_INCREMENT 5
- #endif
- bool process_dynamic_tapping_term(uint16_t keycode, keyrecord_t *record);
|