aboutsummaryrefslogtreecommitdiff
path: root/users/d4mation/d4mation.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/d4mation/d4mation.h')
-rw-r--r--users/d4mation/d4mation.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/users/d4mation/d4mation.h b/users/d4mation/d4mation.h
new file mode 100644
index 000000000..94c63526d
--- /dev/null
+++ b/users/d4mation/d4mation.h
@@ -0,0 +1,17 @@
1#pragma once
2
3#include "quantum.h"
4
5#ifdef UNICODE_ENABLE
6#include "macros.h"
7#endif
8
9#ifdef TAP_DANCE_ENABLE
10#include "tap-dance.h"
11#endif
12
13bool process_record_keymap( uint16_t keycode, keyrecord_t *record );
14
15void matrix_init_keymap( void );
16
17void matrix_scan_keymap( void ); \ No newline at end of file