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

#include "quantum.h"

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

#endif