summaryrefslogtreecommitdiff
path: root/keyboards/hhkb/jp/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hhkb/jp/matrix.c')
-rw-r--r--keyboards/hhkb/jp/matrix.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/hhkb/jp/matrix.c b/keyboards/hhkb/jp/matrix.c
index 81db77fca7..9d04d62849 100644
--- a/keyboards/hhkb/jp/matrix.c
+++ b/keyboards/hhkb/jp/matrix.c
@@ -190,14 +190,6 @@ void matrix_print(void)
}
}
-uint8_t matrix_key_count(void) {
- uint8_t count = 0;
- for (int8_t r = MATRIX_ROWS - 1; r >= 0; --r) {
- count += bitpop16(matrix_get_row(r));
- }
- return count;
-}
-
void matrix_power_up(void) {
KEY_POWER_ON();
}