summaryrefslogtreecommitdiff
path: root/keyboards/kinesis/alvicstep/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kinesis/alvicstep/matrix.c')
-rw-r--r--keyboards/kinesis/alvicstep/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kinesis/alvicstep/matrix.c b/keyboards/kinesis/alvicstep/matrix.c
index 07df19e966..e1e637725b 100644
--- a/keyboards/kinesis/alvicstep/matrix.c
+++ b/keyboards/kinesis/alvicstep/matrix.c
@@ -116,7 +116,7 @@ uint8_t matrix_scan(void)
if (matrix_debouncing[i] != row) {
matrix_debouncing[i] = row;
if (debouncing) {
- debug("bounce!: "); debug_hex(debouncing); debug("\n");
+ dprintf("bounce!: %02X\n", debouncing);
}
debouncing = DEBOUNCE;
}