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