diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-06 23:45:47 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-06 23:45:47 +0000 |
commit | d5293e1f4301dc2b86ff373f955fc9506af87821 (patch) | |
tree | 27eaf4b2f107900b370e0a915e5a77b8a763aa9e /keyboards/mechbrewery/mb65s/mb65s.h | |
parent | 005949ff25ed876c816e484b442096a165624794 (diff) | |
parent | 58d27129369151cddbebad05da1652c6adb1ed97 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |