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

26 lines
473 B
C

#include QMK_KEYBOARD_H
#define C_PRIM {HSV_PURPLE}
#define C_SECO {HSV_GOLD}
#define C_MODI {HSV_MAGENTA}
#define C_TALI {HSV_RED}
#define C_TAL2 {HSV_YELLOW}
#define C_TAL3 {HSV_GREEN}
enum layout_names {
_TYPING_LAYER=0,
_FUNCTION_LAYER,
_GAME_LAYER,
_TALI_LAYER,
_TALI_LAYER2,
_TALI_LAYER3,
};
extern bool g_suspend_state;
extern rgb_config_t rgb_matrix_config;
bool disable_layer_color;
bool gui_key_down;
bool gui_combo_pressed;
bool gui_disable_tap;