I’m trying to build the keyboard firmware (only need to remap one of the two space keys so that I can differentiate them in the software-level remapper I want to use: kanata)
I followed the multiple steps:
installed fw dependencies
build.sh: unfortunately that fails (towards the end I think) as one of the header is not found… I can find it in the pico_sdk folder above though… Looks like something isn’t quite right with the include paths? Haven’t touched a C-family language for ages, so not too sure where to look, I could try and decipher what the CMakeLists.txt does… But if someone has a tip would be much appreciated!!!