diff options
author | Drashna Jaelre <drashna@live.com> | 2021-04-19 20:34:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 20:34:14 -0700 |
commit | c02137a0d245a7be8ca44cf46f05a632cc8fc702 (patch) | |
tree | 6576acdd6f248631b0dd9f3f0c313fcd41f6be16 /quantum/process_keycode/process_auto_shift.h | |
parent | 49efd6abb0cf4c35a0d8f7ce2d9d112fe83d35e2 (diff) | |
download | qmk_firmware-c02137a0d245a7be8ca44cf46f05a632cc8fc702.tar.gz qmk_firmware-c02137a0d245a7be8ca44cf46f05a632cc8fc702.zip |
Add Per Key functionality for AutoShift (#11536)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'quantum/process_keycode/process_auto_shift.h')
-rw-r--r-- | quantum/process_keycode/process_auto_shift.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_auto_shift.h b/quantum/process_keycode/process_auto_shift.h index 5b2718f11..00a9ab036 100644 --- a/quantum/process_keycode/process_auto_shift.h +++ b/quantum/process_keycode/process_auto_shift.h | |||
@@ -31,3 +31,4 @@ bool get_autoshift_state(void); | |||
31 | uint16_t get_autoshift_timeout(void); | 31 | uint16_t get_autoshift_timeout(void); |
32 | void set_autoshift_timeout(uint16_t timeout); | 32 | void set_autoshift_timeout(uint16_t timeout); |
33 | void autoshift_matrix_scan(void); | 33 | void autoshift_matrix_scan(void); |
34 | bool get_auto_shifted_key(uint16_t keycode, keyrecord_t *record); | ||