mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-03 14:32:05 +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"
|
"$binary" | tee "$D/keymap.csv"
|
||||||
|
|
||||||
cd keyboards/
|
cd keyboards/
|
||||||
for board in system76/launch_1
|
for board in system76/launch_*
|
||||||
do
|
do
|
||||||
file="$board/launch_1.h"
|
file="$board/$(basename "$board").h"
|
||||||
if [ ! -e "$file" ]
|
if [ ! -e "$file" ]
|
||||||
then
|
then
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user