This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include QMK_KEYBOARD_H | |
#include "action_layer.h" | |
#include "../../backlight_staryu.h" | |
#define IS_LAYER_ON(layer) (layer_state & (1UL << (layer))) | |
enum layers { | |
_LAYER0, | |
_LAYER1, | |
_LAYER2, |