diff options
Diffstat (limited to 'users/d4mation/d4mation.h')
-rw-r--r-- | users/d4mation/d4mation.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/users/d4mation/d4mation.h b/users/d4mation/d4mation.h new file mode 100644 index 0000000000..94c63526db --- /dev/null +++ b/users/d4mation/d4mation.h @@ -0,0 +1,17 @@ +#pragma once + +#include "quantum.h" + +#ifdef UNICODE_ENABLE +#include "macros.h" +#endif + +#ifdef TAP_DANCE_ENABLE +#include "tap-dance.h" +#endif + +bool process_record_keymap( uint16_t keycode, keyrecord_t *record ); + +void matrix_init_keymap( void ); + +void matrix_scan_keymap( void );
\ No newline at end of file |