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