some fixes. LED flush for debug.

This commit is contained in:
tmk 2010-09-26 22:42:37 +09:00
parent 1bcebc2848
commit e7c6839d2d
5 changed files with 48 additions and 21 deletions

View file

@ -5,7 +5,7 @@
#include "usbkeycodes.h"
int get_layer(void);
uint8_t get_keycode(int layer, uint8_t row, uint8_t col);
uint8_t get_keycode(int layer, int row, int col);
#define MATRIX_ROWS 9
#define MATRIX_COLS 8