HHKB support.
This commit is contained in:
13
keymap_hhkb.h
Normal file
13
keymap_hhkb.h
Normal 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
|
||||
Reference in New Issue
Block a user