diff options
Diffstat (limited to 'keyboards/jj40/matrix.c')
| -rw-r--r-- | keyboards/jj40/matrix.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/jj40/matrix.c b/keyboards/jj40/matrix.c index a9e9cb539..2932976dd 100644 --- a/keyboards/jj40/matrix.c +++ b/keyboards/jj40/matrix.c | |||
| @@ -91,12 +91,6 @@ uint8_t matrix_scan(void) { | |||
| 91 | return 1; | 91 | return 1; |
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | void matrix_scan_kb(void) { | ||
| 95 | // Looping keyboard code goes here | ||
| 96 | // This runs every cycle (a lot) | ||
| 97 | matrix_scan_user(); | ||
| 98 | }; | ||
| 99 | |||
| 100 | // declarations | 94 | // declarations |
| 101 | void matrix_set_row_status(uint8_t row) { | 95 | void matrix_set_row_status(uint8_t row) { |
| 102 | DDRB = (1 << row); | 96 | DDRB = (1 << row); |
