No description
- C 65.2%
- Shell 24.6%
- Makefile 10.2%
| .gitignore | ||
| compile.sh | ||
| config.h | ||
| flash.sh | ||
| keyboard.png | ||
| keymap.c | ||
| keymap.json | ||
| README.md | ||
| rules.mk | ||
corne crkbd split
Open the cloned repo, then run:
./compile.sh
./flash.sh
Manual setup
Create a named directory under the keyboards then copy the files
mkdir -p ~/qmk_firmware/keyboards/crkbd/keymaps/"$(whoami)"
cp *.c *.h *.mk ~/qmk_firmware/keyboards/crkbd/keymaps/"$(whoami)"
Compile the code and flash it
qmk compile -kb crkbd/rev1 -km "$(whoami)"
qmk flash -kb crkdb/rev1 -km "$(whoami)
