diff options
author | Drashna Jaelre <drashna@live.com> | 2021-07-22 00:53:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 00:53:18 -0700 |
commit | 8158473464935ff51a364450898ba78b6206c073 (patch) | |
tree | 733c219a1dd4e0d3a116cd046b2b4b00430b8d29 /keyboards/clawsome | |
parent | 336c8d3efeaf709f8d80033976141968f478fc59 (diff) |
[Keyboard] Fix clawsome/hatchback and reviung5 compile issues (#13607)
Diffstat (limited to 'keyboards/clawsome')
-rw-r--r-- | keyboards/clawsome/hatchback/hatchback.h (renamed from keyboards/clawsome/hatchback/hatcback.h) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/clawsome/hatchback/hatcback.h b/keyboards/clawsome/hatchback/hatchback.h index b30eda09f4..b55f6adc28 100644 --- a/keyboards/clawsome/hatchback/hatcback.h +++ b/keyboards/clawsome/hatchback/hatchback.h @@ -18,6 +18,7 @@ #include "quantum.h" +// clang-format off #define LAYOUT( \ K00, K01, K11, K02, K12, K03, K13, K04, K14, K05, K15, K06, K16, K07, K18, K09, \ K20, K30, K21, K31, K22, K32, K23, K33, K24, K34, K25, K35, K26, K36, K27, K38, K29, \ @@ -39,3 +40,4 @@ { KA0, KA1, KA2, KA3, KA4, KA5, KA6, KA7, KC_NO, KA9 }, \ { KB0, KC_NO, KC_NO, KC_NO, KC_NO, KB5, KB6, KC_NO, KB8, KC_NO }, \ } +// clang-format on |