ploopyco / adept-trackball

A high-performance, open-source trackball with six buttons, powered by QMK.
CERN Open Hardware Licence Version 2 - Strongly Reciprocal
212 stars 21 forks source link

invalid keyboard_folder value #2

Closed omgitsraven closed 9 months ago

omgitsraven commented 9 months ago

I'm trying to follow the "QMK Firmware Programming" page on the wiki, but when I run: qmk compile -kb ploopyco/madromys/rev1_001 -km via

it returns the following: qmk.exe compile: error: argument -kb/--keyboard: invalid keyboard_folder value: 'ploopyco/madromys/rev1_001'

itsnoteasy commented 9 months ago

It compiles fine for me. try git pull to update your qmk installation and retry.

omgitsraven commented 9 months ago

That's what I was missing, thank you!