diff options
Diffstat (limited to 'keyboards/lets_split/sockets/sockets.h')
-rw-r--r-- | keyboards/lets_split/sockets/sockets.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/lets_split/sockets/sockets.h b/keyboards/lets_split/sockets/sockets.h index bd1019263..a79770bac 100644 --- a/keyboards/lets_split/sockets/sockets.h +++ b/keyboards/lets_split/sockets/sockets.h | |||
@@ -1,5 +1,4 @@ | |||
1 | #ifndef SOCKETS_H | 1 | #pragma once |
2 | #define SOCKETS_H | ||
3 | #define DISABLE_JTAG // The keyboard uses PF4 and PF7, which are used by JTAG. | 2 | #define DISABLE_JTAG // The keyboard uses PF4 and PF7, which are used by JTAG. |
4 | 3 | ||
5 | #include "lets_split.h" | 4 | #include "lets_split.h" |
@@ -59,5 +58,3 @@ | |||
59 | #endif | 58 | #endif |
60 | 59 | ||
61 | #define LAYOUT_ortho_4x12 LAYOUT | 60 | #define LAYOUT_ortho_4x12 LAYOUT |
62 | |||
63 | #endif | ||