summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/onekey.h
blob: 8ce6fec2d081641949022ef8f40daeddc8f158c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef ONEKEY_H
#define ONEKEY_H

#include "quantum.h"

#define LAYOUT( \
    k00 \
  ) { \
    { k00 }  \
}

#endif