HHKB support.

This commit is contained in:
tmk 2010-10-10 01:50:36 +09:00
parent 2c453c7269
commit 958875247c
7 changed files with 874 additions and 9 deletions

13
keymap_hhkb.h Normal file
View file

@ -0,0 +1,13 @@
#ifndef KEYMAP_H
#define KEYMAP_H 1
#include <stdint.h>
#include "usb_keycodes.h"
int get_layer(void);
uint8_t get_keycode(int layer, int row, int col);
#define MATRIX_ROWS 8
#define MATRIX_COLS 8
#endif