1
0
Fork 0

add directories for each keyboard: hhkb, macway

This commit is contained in:
tmk 2010-10-14 17:36:00 +09:00
parent 82637ded27
commit 54b5bafaac
26 changed files with 383 additions and 794 deletions

6
key_process.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef KEY_PROCESS_H
#define KEY_PROCESS_H 1
void proc_matrix(void);
#endif