I finally have my Chouchou keyboard (partly) put together, and now i’m trying to set up the firmware for the Taipo layout. This is my first mechanical keyboard so I’m pretty new to QMK.
I followed this page up to the part where i use qmk compile
, when it complains that keymap.c for Taipo says to include “dlip.h”, which is missing. I don’t know what that file is supposed to be, and i don’t see anything like that here where i got the keymap file.
I can rename dlip/config.h to dlip.h and put it in ~/qmk_firmware/quantum, but then the console complains that every key is “undeclared here (not in a function)”.
So what’s this dlip.h file that i can’t find? What are the other files at that second link for? How am i supposed to tell this keyboard how the keys are chorded?
Thanks in advance.
Also, the instructions for Chouchou say to flash the firmware before adding the keyswitches. Is there any reason why i shouldn’t add those first while i’m waiting for answers here?