aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymat.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-12-09 01:15:38 +0100
committerLouis Burda <quent.burda@gmail.com>2023-12-09 01:15:38 +0100
commite5022d756a6a884d7d380c5f945284068962c9f1 (patch)
tree5569321d54b8eadfd2a19f7a2ef8959367ca03a6 /src/keymat.h
parent3c76a4de3dc2c97ab95a46184975556c35cb8645 (diff)
downloadsxkbd-e5022d756a6a884d7d380c5f945284068962c9f1.tar.gz
sxkbd-e5022d756a6a884d7d380c5f945284068962c9f1.zip
Improve logging
Diffstat (limited to 'src/keymat.h')
-rw-r--r--src/keymat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keymat.h b/src/keymat.h
index 4ad6b42..2d0ad4a 100644
--- a/src/keymat.h
+++ b/src/keymat.h
@@ -17,6 +17,8 @@ void keymat_scan(void);
uint32_t keymat_encode_half(int side);
void keymat_decode_half(int side, uint32_t);
+void keymat_debug(void);
+
extern bool keymat_prev[KEY_ROWS][KEY_COLS];
extern bool keymat[KEY_ROWS][KEY_COLS];