1
0
Fork 0

matrix scan & default keymap

This commit is contained in:
tmk 2010-08-22 23:58:37 +09:00
parent 20711b59e7
commit 8cfb3712d5
7 changed files with 467 additions and 38 deletions

9
keymap.h Normal file
View 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