Compare commits
2 Commits
ca03dfbe31
...
c6b130cb67
| Author | SHA1 | Date | |
|---|---|---|---|
| c6b130cb67 | |||
| c891a22041 |
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.qmk_home/
|
||||
compile_commands.json
|
||||
keyboardeeroy_jenkins_default.uf2
|
||||
@@ -16,5 +16,5 @@ This repository contains the firmware for the `keyboardeeroy_jenkins` keyboard.
|
||||
```
|
||||
3. Flash both keyboard halves
|
||||
```bash
|
||||
$ picotool load qmk_firmware/keyboardeeroy_jenkins_default.uf2 # Both halves
|
||||
$ picotool load keyboardeeroy_jenkins_default.uf2 # Both halves
|
||||
```
|
||||
|
||||
9
build.sh
9
build.sh
@@ -6,4 +6,11 @@ KB_NAME="keyboardeeroy_jenkins"
|
||||
ln -sfn "$SCRIPT_DIR/keyboards/$KB_NAME" \
|
||||
"$SCRIPT_DIR/qmk_firmware/keyboards/$KB_NAME"
|
||||
|
||||
make -C "$SCRIPT_DIR/qmk_firmware" "$KB_NAME:default"
|
||||
# Isolate qmk config to this project
|
||||
export HOME="$SCRIPT_DIR/.qmk_home"
|
||||
mkdir -p "$HOME/.config/qmk"
|
||||
qmk config user.qmk_home="$SCRIPT_DIR/qmk_firmware"
|
||||
qmk config user.overlay_dir="$SCRIPT_DIR"
|
||||
|
||||
# Build and generate compile_commands.json
|
||||
qmk compile --compiledb -kb "$KB_NAME" -km default
|
||||
|
||||
Reference in New Issue
Block a user