Skip to content

Commit

Permalink
updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
smierx committed Aug 15, 2024
1 parent ece9751 commit 3ae7989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
result = subprocess.run([
"qmk",
"c2json",
"/home/smierx/qmk_firmware/keyboards/splitkb/aurora/lily58/keymaps/smierx-colemak-dh/keymap.c",
"keyboards/splitkb/aurora/lily58/keymaps/smierx-colemak-dh/keymap.c",
"--no-cpp",
],capture_output=True,text=True)

Expand Down

0 comments on commit 3ae7989

Please sign in to comment.