I'm getting an error when I run the Github action to create my firmware.
/tmp/tmp.i4B5fYZ6dC/zephyr/include/generated/devicetree_generated.h:4726:118: error: 'DT_N_S_keymap_S_layer1_P_bindings_IDX_32_PH_FULL_NAME' undeclared here (not in a function); did you mean 'DT_N_S_keymap_S_layer4_P_bindings_IDX_32_PH'?
I assume that's a macro the parser is creating based on the keycodes I'm creating, and one of my codes is bad. How can I determine what's causing this and what's bad?