Hi, I have been spending hours trying to get this to work, to no avail. I appear to be compiling and flashing correctly, but my keyboard doesn’t change. I have checked out the github repo. I have a directory framework-git/qmk_firmware/keyboards/framework and in there I have copied the ansi directory in its entirety and created a “schwager” directory. I have edited my info.json file and given my keyboard a new name, and that name shows up in lsusb. So the keyboard thinks it’s a Schwager.
I edited framework.h and added
#elif KEYBOARD_framework_schwager
#include “schwager.h”
to the #ifdef at the top. (but I don’t think it matters)
Still, when I compile my uf2 in my schwager directory my keymap doesn’t change. I know this because I created a Dvorak layout so it’s radically different.
I have run “find” commands to ensure that I don’t have strange uf2 files lying around. In pretty sure I’m compiling the uf2, right now, that I’m uploading to my laptop.
qmk compile -kb framework/schwager -km default
qmk flash -kb framework/schwager -km default
Those are my commands.
qmk config user.qmk_home # shows:
user.qmk_home=/home/schwager/Projects/Keyboard/keyboards/Framework/qmk_firmware
I have tried to copy the files to the RPI-RP2 as root to flash it after booting the keyboard but that doesn’t change anything.