qmk-firmware/hhkb/keymap.h

10 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