simple keymap layers.
This commit is contained in:
parent
82309deefc
commit
f777960c72
5 changed files with 88 additions and 21 deletions
3
keymap.h
3
keymap.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue