add mouse function.
This commit is contained in:
parent
e7c6839d2d
commit
d3b1af9572
14 changed files with 281 additions and 123 deletions
2
keymap.h
2
keymap.h
|
@ -2,7 +2,7 @@
|
|||
#define KEYMAP_H 1
|
||||
|
||||
#include <stdint.h>
|
||||
#include "usbkeycodes.h"
|
||||
#include "usb_keycodes.h"
|
||||
|
||||
int get_layer(void);
|
||||
uint8_t get_keycode(int layer, int row, int col);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue