]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/xulkal/process_records.h
Add missing links to features page and sidebar section (#5949)
[qmk_firmware.git] / users / xulkal / process_records.h
1 #pragma once
2 #include "quantum.h"
3 #include "custom_tap_dance.h"
4
5 enum layer_number {
6     _QWERTY = 0,
7 #ifndef GAMELAYER_DISABLE
8     _GAME,
9 #endif
10     _LOWER,
11     _RAISE,
12 #ifdef TRILAYER_ENABLED
13     _ADJUST
14 #endif
15 };
16
17 bool process_record_keymap(uint16_t keycode, keyrecord_t *record);