mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 22:15:42 +01:00
4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
|
|
php map-to-c.php factory-keymap.txt > kmap.h
|
|
gcc -o ppkbd main.c || exit 1
|