diff options
Diffstat (limited to 'users/danielo515/alt_tab.h')
-rw-r--r-- | users/danielo515/alt_tab.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/danielo515/alt_tab.h b/users/danielo515/alt_tab.h new file mode 100644 index 000000000..f84350c29 --- /dev/null +++ b/users/danielo515/alt_tab.h @@ -0,0 +1,4 @@ +#pragma once +#include "quantum.h" + +bool process_alt_tab(uint16_t keycode, keyrecord_t *record); |