Add connection type to menu core.

This commit is contained in:
sorgelig
2018-01-14 15:25:13 +08:00
parent a0c05a2291
commit c8b776c087
3 changed files with 32 additions and 15 deletions

View File

@@ -44,7 +44,7 @@
#if 1
// ikbd debug output in red
#define IKBD_DEBUG
#define ikbd_debugf(a, ...) printf("\033[1;31mIKBD: " a "\033[0m\n", ##__VA_ARGS__)
#define ikbd_debugf(a, ...) printf("\033[1;32mIKBD: " a "\033[0m\n", ##__VA_ARGS__)
#else
#define ikbd_debugf(...)
#endif