1
0
Fork 0

simple keymap layers.

This commit is contained in:
tmk 2010-09-16 21:05:15 +09:00
parent 82309deefc
commit f777960c72
5 changed files with 88 additions and 21 deletions

View file

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