This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard/keymap_hhkb.h
2010-10-10 01:50:36 +09:00

13 lines
208 B
C

#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