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.
Getting the author to reply to your github issue would be the best outcome.
Otherwise, if you can get any keymap to work on the Chouchou, you’d be halfway there. Adapting the keymap from another keyboard with the same number of keys should not be too hard. You’d have to learn a bit more about QMK.