diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-03 12:24:37 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 12:24:37 +1000 |
commit | fb48db4c8f59feb2ad64b41d53d708a0673b0df4 (patch) | |
tree | 712692b68a7cd9217d6a6f77839b43ea0795ef46 /keyboards/handwired | |
parent | 8b47aafdab5dee26c0effbbcf7b8d214f363f821 (diff) |
Remove more junk files and scripts (#20682)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/promethium/keymaps/default/flash.sh | 4 | ||||
-rwxr-xr-x | keyboards/handwired/promethium/keymaps/priyadi/flash.sh | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/handwired/promethium/keymaps/default/flash.sh b/keyboards/handwired/promethium/keymaps/default/flash.sh deleted file mode 100644 index 14a3b43789..0000000000 --- a/keyboards/handwired/promethium/keymaps/default/flash.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -sleep 10 -avrdude -p m32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:../../../../../.build/handwired_promethium_priyadi.hex diff --git a/keyboards/handwired/promethium/keymaps/priyadi/flash.sh b/keyboards/handwired/promethium/keymaps/priyadi/flash.sh deleted file mode 100755 index 14a3b43789..0000000000 --- a/keyboards/handwired/promethium/keymaps/priyadi/flash.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -sleep 10 -avrdude -p m32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:../../../../../.build/handwired_promethium_priyadi.hex |