diff options
Diffstat (limited to 'keyboards/handwired/nicekey/nicekey.h')
| -rw-r--r-- | keyboards/handwired/nicekey/nicekey.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/keyboards/handwired/nicekey/nicekey.h b/keyboards/handwired/nicekey/nicekey.h index ee5bcfd6b..f008be168 100644 --- a/keyboards/handwired/nicekey/nicekey.h +++ b/keyboards/handwired/nicekey/nicekey.h | |||
| @@ -1,12 +1,9 @@ | |||
| 1 | #ifndef NICEKEY_H | 1 | #pragma once |
| 2 | #define NICEKEY_H | ||
| 3 | 2 | ||
| 4 | #include "quantum.h" | 3 | #include "quantum.h" |
| 5 | 4 | ||
| 6 | #define LAYOUT( \ | 5 | #define LAYOUT( \ |
| 7 | k00 \ | 6 | k00 \ |
| 8 | ) { \ | 7 | ) { \ |
| 9 | { k00 } \ | 8 | { k00 } \ |
| 10 | } | 9 | } |
| 11 | |||
| 12 | #endif | ||
