No description
  • C 65.2%
  • Shell 24.6%
  • Makefile 10.2%
Find a file
2025-11-23 09:28:06 +01:00
.gitignore Add basic config 2025-01-05 14:58:15 +01:00
compile.sh Use QMK on Linux 2025-11-23 09:18:02 +01:00
config.h Use QMK on Linux 2025-11-23 09:18:02 +01:00
flash.sh Use QMK on Linux 2025-11-23 09:18:02 +01:00
keyboard.png Improve config 2025-10-16 20:23:54 +02:00
keymap.c Automate build 2025-10-16 23:52:14 +02:00
keymap.json Improve config 2025-10-16 20:23:54 +02:00
README.md Update README 2025-11-23 09:28:06 +01:00
rules.mk Automate build 2025-10-16 23:52:14 +02:00

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)

keyboard