getreuer / qmk-keymap

My keymap & reusable QMK gems
Apache License 2.0
301 stars 45 forks source link

compiling hex files brings up undefined reference to caps_word_on #16

Closed morphykuffour closed 2 years ago

morphykuffour commented 2 years ago

I am trying to compile your qmk-keymaps to a hex file in order to flash it to my dactyl manuform but I am an undefined reference to caps_word_on function. The only changes I made to your repo was including your custom header for the caps word header file and define the QK_BOOT macro as RESET because I was getting implicit definition errors also. Please take at the images I have below. Is there something I am missing or messing up to get these errors and not be able to compile to the hex file. All your help would be greatly appreciated.

2022-07-13_16-25

2022-07-13_15-05

2022-07-13_16-36

getreuer commented 2 years ago

Thanks for the report! Appreciate the detail and screenshots.

I think there are two things going on.

morphykuffour commented 2 years ago

Great I finally got it to work! I appreciate all your had work.

getreuer commented 2 years ago

Excellent! Glad to hear it's all working.