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