./keyboards/moonlander/keymaps/ThomasMoonlander/keymap.c:348:62: note: (near initialization for 'tap_dance_actions[0]') 348 | [DANCE_0] = ACTION_TAP_DANCE_FN_ADVANCED(on_dance_0, dance_0_finished, dance_0_reset), | ^~~~~~~~~~~~~~~~ quantum/process_keycode/process_tap_dance.h:72:39: note: in definition of macro 'ACTION_TAP_DANCE_FN_ADVANCED' 72 | { .fn = {user_fn_on_each_tap, user_fn_on_dance_finished, user_fn_on_dance_reset}, .user_data = NULL, } | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./keyboards/moonlander/keymaps/ThomasMoonlander/keymap.c:348:80: error: 'dance_0_reset' undeclared here (not in a function) 348 | [DANCE_0] = ACTION_TAP_DANCE_FN_ADVANCED(on_dance_0, dance_0_finished, dance_0_reset), | ^~~~~~~~~~~~~ quantum/process_keycode/process_tap_dance.h:72:66: note: in definition of macro 'ACTION_TAP_DANCE_FN_ADVANCED' 72 | { .fn = {user_fn_on_each_tap, user_fn_on_dance_finished, user_fn_on_dance_reset}, .user_data = NULL, } | ^~~~~~~~~~~~~~~~~~~~~~ ./keyboards/moonlander/keymaps/ThomasMoonlander/keymap.c:348:80: error: excess elements in scalar initializer [-Werror] 348 | [DANCE_0] = ACTION_TAP_DANCE_FN_ADVANCED(on_dance_0, dance_0_finished, dance_0_reset), | ^~~~~~~~~~~~~ quantum/process_keycode/process_tap_dance.h:72:66: note: in definition of macro 'ACTION_TAP_DANCE_FN_ADVANCED' 72 | { .fn = {user_fn_on_each_tap, user_fn_on_dance_finished, user_fn_on_dance_reset}, .user_data = NULL, } | ^~~~~~~~~~~~~~~~~~~~~~ ./keyboards/moonlander/keymaps/ThomasMoonlander/keymap.c:348:80: note: (near initialization for 'tap_dance_actions[0]') 348 | [DANCE_0] = ACTION_TAP_DANCE_FN_ADVANCED(on_dance_0, dance_0_finished, dance_0_reset), | ^~~~~~~~~~~~~ quantum/process_keycode/process_tap_dance.h:72:66: note: in definition of macro 'ACTION_TAP_DANCE_FN_ADVANCED' 72 | { .fn = {user_fn_on_each_tap, user_fn_on_dance_finished, user_fn_on_dance_reset}, .user_data = NULL, } | ^~~~~~~~~~~~~~~~~~~~~~ quantum/process_keycode/process_tap_dance.h:72:91: error: field name not in record or union initializer 72 | { .fn = {user_fn_on_each_tap, user_fn_on_dance_finished, user_fn_on_dance_reset}, .user_data = NULL, } | ^ ./keyboards/moonlander/keymaps/ThomasMoonlander/keymap.c:348:21: note: in expansion of macro 'ACTION_TAP_DANCE_FN_ADVANCED' 348 | [DANCE_0] = ACTION_TAP_DANCE_FN_ADVANCED(on_dance_0, dance_0_finished, dance_0_reset), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ quantum/process_keycode/process_tap_dance.h:72:91: note: (near initialization for 'tap_dance_actions[0]') 72 | { .fn = {user_fn_on_each_tap, user_fn_on_dance_finished, user_fn_on_dance_reset}, .user_data = NULL, } | ^ ./keyboards/moonlander/keymaps/ThomasMoonlander/keymap.c:348:21: note: in expansion of macro 'ACTION_TAP_DANCE_FN_ADVANCED' 348 | [DANCE_0] = ACTION_TAP_DANCE_FN_ADVANCED(on_dance_0, dance_0_finished, dance_0_reset), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from quantum/keymap_introspection.c:5: ./keyboards/moonlander/keymaps/ThomasMoonlander/keymap.c:348:21: error: excess elements in scalar initializer [-Werror] ./keyboards/moonlander/keymaps/ThomasMoonlander/keymap.c:348:21: note: (near initialization for 'tap_dance_actions[0]') ./keyboards/moonlander/keymaps/ThomasMoonlander/keymap.c:294:12: error: 'dance_state' defined but not used [-Werror=unused-variable] 294 | static tap dance_state[1]; | ^~~~~~~~~~~ cc1.exe: all warnings being treated as errors [ERRORS] | | | make[1]: *** [builddefs/common_rules.mk:356: .build/obj_moonlander_ThomasMoonlander/quantum/keymap_introspection.o] Error 1 make[1]: *** Waiting for unfinished jobs.... Compiling: quantum/process_keycode/process_tap_dance.c [OK] Assembling: lib/chibios/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S [OK] Compiling: platforms/chibios/drivers/i2c_master.c [OK] Compiling: quantum/process_keycode/process_grave_esc.c [OK] Assembling: lib/chibios/os/common/startup/ARMCMx/compilers/GCC/vectors.S [OK] Assembling: lib/chibios/os/common/ports/ARMv7-M/compilers/GCC/chcoreasm.S [OK] Compiling: tmk_core/protocol/host.c [OK] Make finished with errors make: *** [Makefile:392: moonlander:ThomasMoonlander] Error 1 real 1m5.302s user 0m0.000s sys 0m0.031s