]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/d4mation/d4mation.h
[Keymap] Added userspace for d4mation. Included their keymap for the Atreus62 (#7483)
[qmk_firmware.git] / users / d4mation / d4mation.h
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
13 bool process_record_keymap( uint16_t keycode, keyrecord_t *record );
14
15 void matrix_init_keymap( void );
16
17 void matrix_scan_keymap( void );