cgxeiji / cgxkb

Build guides and schematics of the CGx Keyboard series.
MIT License
62 stars 7 forks source link

QMK Complie Not Working #2

Open WMixter20 opened 1 year ago

WMixter20 commented 1 year ago

I'm a QMK newbie however I installed QMK yet the QMK compile command: $ qmk compile -j 0 -kb cgxkb/tsbym -km default:dfu-split-right

Doesn't seem to work. It gives me the error:

qmk compile: error: argument -kb/--keyboard: invalid keyboard_folder value: 'cgxkb/tsbym'

Any help with this would be appreciated.

WMixter20 commented 1 year ago

Currently I looking at your development branch for it in the your personal fork of the qmk repo

cgxeiji commented 1 year ago

@WMixter20 Thank you so much for showing interest in this project!

This is a personal hobby of mine, so I apologize if development is slow. I was planning on releasing version 1.0.0 of the keyboard, but ran out of funds to finish development. I might have some time during the upcoming holidays to upload the QMK firmware to allow you to compile it. I hope you have the patience to wait for a little while.

Thank you!

WMixter20 commented 1 year ago

No worries I managed to find the code in your personal fork. It still gave me a good baseline to build from.

I'm pretty new when it comes to QMK so this took me a little while figure out.