diff options
author | Conor Burns <mail@conor-burns.com> | 2021-07-20 22:07:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 13:07:53 -0700 |
commit | 81cac8eec66ab98d5091e5b704215dc96fe830d4 (patch) | |
tree | 168828fe5430f1235f4f76b5a0638d9fe9b05db6 /keyboards/0xcb/1337/1337.h | |
parent | c1ba35363d4f7d76d63173312a0785401c6bff9f (diff) |
[Keyboard] 0xcb 1337 - Added keymap "conor" and fixed some minor stuff (#12744)
Co-authored-by: Drashna Jaelre <drashna@live.com>
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 |