diff options
Diffstat (limited to 'keyboards/0xcb/1337/1337.h')
-rw-r--r-- | keyboards/0xcb/1337/1337.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/0xcb/1337/1337.h b/keyboards/0xcb/1337/1337.h index 7de5365d8b..e1f238c126 100644 --- a/keyboards/0xcb/1337/1337.h +++ b/keyboards/0xcb/1337/1337.h @@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * The second converts the arguments into a two-dimensional array which * represents the switch matrix. */ +// clang-format off #define LAYOUT( \ KA1, KA2, KA3, \ KB1, KB2, KB3, \ @@ -36,3 +37,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. { KB1, KB2, KB3 }, \ { KC1, KC2, KC3 } \ } +// clang-format on |