aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/yang/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/yang/keymap.c')
-rw-r--r--keyboards/planck/keymaps/yang/keymap.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/planck/keymaps/yang/keymap.c b/keyboards/planck/keymaps/yang/keymap.c
index e4a7a3312..477eb5031 100644
--- a/keyboards/planck/keymaps/yang/keymap.c
+++ b/keyboards/planck/keymaps/yang/keymap.c
@@ -56,10 +56,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
56} 56}
57}; 57};
58 58
59/*enum function_id {
60
61};*/
62
63const uint16_t PROGMEM fn_actions[] = { 59const uint16_t PROGMEM fn_actions[] = {
64 [0] = ACTION_LAYER_TAP_KEY(_RGB, KC_SPC), 60 [0] = ACTION_LAYER_TAP_KEY(_RGB, KC_SPC),
65}; 61};
@@ -81,9 +77,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
81 } 77 }
82 return MACRO_NONE; 78 return MACRO_NONE;
83}; 79};
84
85void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
86 switch (id) {
87
88 }
89}