diff options
author | AnthonyNguyen168 <89651736+AnthonyNguyen168@users.noreply.github.com> | 2022-01-07 06:45:12 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 15:45:12 -0800 |
commit | 58d27129369151cddbebad05da1652c6adb1ed97 (patch) | |
tree | bc46a7bc440a1b0ad05d1b2b94e3bb00440f5d89 /keyboards/mechbrewery/mb65s/mb65s.h | |
parent | cf8c9befff20cbe245a3a77f45a9fd9fc3480fd4 (diff) |
Update keymap for MechBrewery MB65S (#15673)
Diffstat (limited to 'keyboards/mechbrewery/mb65s/mb65s.h')
-rw-r--r-- | keyboards/mechbrewery/mb65s/mb65s.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/mechbrewery/mb65s/mb65s.h b/keyboards/mechbrewery/mb65s/mb65s.h index f1faf36984..ff03e7a0e6 100644 --- a/keyboards/mechbrewery/mb65s/mb65s.h +++ b/keyboards/mechbrewery/mb65s/mb65s.h @@ -42,7 +42,7 @@ * The second converts the arguments into a two-dimensional array which * represents the switch matrix. */ -#define LAYOUT_65_ansi_blocker_split_bs( \ +#define LAYOUT_all( \ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, \ K10, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, \ K20, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2F, \ @@ -86,3 +86,5 @@ { K30, XXX, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, XXX, K3D, K3E, K3F }, \ { K40, K41, XXX, K43, XXX, XXX, K46, XXX, XXX, XXX, K4A, K4B, XXX, K4D, K4E, K4F }, \ } + +#define LAYOUT_65_ansi_blocker_split_bs LAYOUT_all |