Skip to content

Instantly share code, notes, and snippets.

View Sonificant's full-sized avatar

Sonia Yap Sonificant

View GitHub Profile
@Sonificant
Sonificant / keymap.c
Created December 19, 2018 04:49
Staryu Macropad
#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,