2010-10-10 01:50:36 +09:00
|
|
|
#ifndef KEYMAP_H
|
|
|
|
#define KEYMAP_H 1
|
|
|
|
|
|
|
|
#include <stdint.h>
|
2010-10-14 17:36:00 +09:00
|
|
|
#include <stdbool.h>
|
2010-10-10 01:50:36 +09:00
|
|
|
#include "usb_keycodes.h"
|
2010-10-24 01:17:26 +09:00
|
|
|
#include "keymap_skel.h"
|
2010-10-13 22:13:41 +09:00
|
|
|
|
2010-10-10 01:50:36 +09:00
|
|
|
#endif
|