This is my current corne keyboard config, using qmk
corne - corne aurora rev1.0
qmk configurator - https://config.qmk.fm/ qmk documentation - https://docs.qmk.fm/
First setup the qmk environemnt
check - https://docs.qmk.fm/#/newbs_getting_started
qmk compile -kb splitkb/kyria/rev1 -km defaultgo to the qmk configurator and import the json file
qmk compile file.jsonqmk flash -kb splitkb/kyria/rev1 -km defaultgo to the qmk configurator and import the json file
qmk flash file.json- if you get an error like
Error: Bootloader not found. Trying again in 5s.you need to press the reset button on the keyboard. - if you get an error like
Error: Bootloader not found. Trying again in 5s.and you need to specify the bootloader, you can do it like thisqmk flash -kb splitkb/kyria/rev1 -km default -bl avrdude. - if you get an error like
Error: Bootloader not found. Trying again in 5s.and you need to specify the bootloader in therules.mkfile, you can do it by adding the lineBOOTLOADER = caterinain therules.mkfile. - if only one half of the keyboard is working, you need to flash the other half as well.
- if only one half of the keyboard is working, you need to add to the
config.hfile the#define SPLIT_USB_DETECTline.
Note: using the json may not work for all keyboards, due to the rules, so it is better to use the .c files.
