mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-19 08:05:01 +00:00
Generate layouts for other launch prototypes
This commit is contained in:
parent
262e107eaa
commit
c985683ec8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user