1
0

Generate layouts for other launch prototypes

This commit is contained in:
Jeremy Soller
2020-09-30 10:55:51 -06:00
parent 262e107eaa
commit c985683ec8

View File

@@ -28,9 +28,9 @@ gcc -I. "$source" -o "$binary"
"$binary" | tee "$D/keymap.csv"
cd keyboards/
for board in system76/launch_1
for board in system76/launch_*
do
file="$board/launch_1.h"
file="$board/$(basename "$board").h"
if [ ! -e "$file" ]
then
continue