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/hhkb/keymap.h
2010-10-24 01:17:26 +09:00

9 lines
137 B
C

#ifndef KEYMAP_H
#define KEYMAP_H 1
#include <stdint.h>
#include <stdbool.h>
#include "usb_keycodes.h"
#include "keymap_skel.h"
#endif