summaryrefslogtreecommitdiff
path: root/hhkb/matrix.h
blob: 5efffea5f50dd396024d39b2a38733ca5e6c0ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MATRIX_H
#define  MATRIX_H 1

#include <stdbool.h>
#include "matrix_skel.h"


#define MATRIX_ROWS 8
#define MATRIX_COLS 8


extern uint8_t *matrix;
extern uint8_t *matrix_prev;

#endif