matrix scan & default keymap
This commit is contained in:
parent
20711b59e7
commit
8cfb3712d5
7 changed files with 467 additions and 38 deletions
9
keymap.h
Normal file
9
keymap.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef KEYMAP_H
|
||||
#define KEYMAP_H 1
|
||||
|
||||
#include <stdint.h>
|
||||
#include "usbkeycodes.h"
|
||||
|
||||
uint8_t get_keycode(uint8_t row, uint8_t col);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue