added install option to makefile and a manpage

This commit is contained in:
2021-09-28 00:33:33 +10:00
parent ad7b81f448
commit 8e3683340d
7 changed files with 69 additions and 12 deletions

View File

@ -12,6 +12,7 @@
#define K_CLOSE 5
#define K_HOTKS 6
#define K_USPLT 7
#define K_SKIP 8
struct keymap
{
@ -22,6 +23,7 @@ struct keymap
uint16_t CLOSE;
uint16_t HOTKS;
uint16_t USPLT;
uint16_t SKIP;
};
extern char buf;