summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-01-11 00:58:59 +0100
committerDrashna Jaelre <drashna@live.com>2019-01-12 03:32:43 +0100
commit3ea7c2a4340d129266ecea2e38185455059274d2 (patch)
tree1e0d07ae2ce9e7ef2e0353570eaf146473cd757e /keyboards/planck
parent67adc29aa35719eea2de43bacf9cd5e8b5dfd79e (diff)
downloadqmk_firmware-3ea7c2a4340d129266ecea2e38185455059274d2.tar.gz
qmk_firmware-3ea7c2a4340d129266ecea2e38185455059274d2.tar.xz
Remove empty action_function()
Diffstat (limited to 'keyboards/planck')
-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] = {
}
};
-/*enum function_id {
-
-};*/
-
const uint16_t PROGMEM fn_actions[] = {
[0] = ACTION_LAYER_TAP_KEY(_RGB, KC_SPC),
};
@@ -81,9 +77,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
}
return MACRO_NONE;
};
-
-void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
- switch (id) {
-
- }
-}