You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
352 B

#pragma once
#include "quantum.h"
#include "custom_tap_dance.h"
enum layer_number {
_QWERTY = 0,
#ifndef GAMELAYER_DISABLE
_GAME,
#endif
_LOWER,
_RAISE,
#ifdef TRILAYER_ENABLED
_ADJUST
#endif
};
bool process_record_keymap(uint16_t keycode, keyrecord_t *record);
bool process_record_encoder(uint16_t keycode, keyrecord_t *record);