aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/yoruian/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/yoruian/keymap.c')
-rw-r--r--layouts/community/ergodox/yoruian/keymap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/community/ergodox/yoruian/keymap.c b/layouts/community/ergodox/yoruian/keymap.c
index 367fe3c09..b304fa070 100644
--- a/layouts/community/ergodox/yoruian/keymap.c
+++ b/layouts/community/ergodox/yoruian/keymap.c
@@ -37,9 +37,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
37 TR, TR, TR, TR, TR, TR), 37 TR, TR, TR, TR, TR, TR),
38}; 38};
39 39
40const uint16_t PROGMEM fn_actions[] = {
41};
42
43const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { 40const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
44 return MACRO_NONE; 41 return MACRO_NONE;
45}; 42};