summaryrefslogtreecommitdiff
path: root/keymap_hhkb.h
blob: d2af65e969c6d9514c0f4cfc28d95fa020fdf2b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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