This website requires JavaScript.
Explore
Help
Sign In
paulbsd
/
pinephone-keyboard
Watch
1
Star
0
Fork
0
You've already forked pinephone-keyboard
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a739b4b856
pinephone-keyboard
/
inputd
/
build.sh
5 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Add uinput daemon that creates an input device for the keyboard
2021-06-16 16:47:59 +02:00
#!/bin/sh
Build kmap.h as part of a build process
2021-06-16 17:19:38 +02:00
php map-to-c.php factory-keymap.txt > kmap.h
Add uinput daemon that creates an input device for the keyboard
2021-06-16 16:47:59 +02:00
gcc -o ppkbd main.c
||
exit
1
Reference in New Issue
Copy Permalink