diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-06-19 03:49:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 11:49:27 +0100 |
commit | 939ce6a4867fa0829f60ed6eb8e432337fa01a4a (patch) | |
tree | 4d3358ed2e9491fb83de7b5388e946ab023fb50a /keyboards/bm60rgb/bm60rgb.h | |
parent | dfcefc2d5d05272c63ed8d5d0e7627c2ff5eacec (diff) |
bm60rgb: fix layout macro references (#13246)
... and enable Community Layout support
Diffstat (limited to 'keyboards/bm60rgb/bm60rgb.h')
-rw-r--r-- | keyboards/bm60rgb/bm60rgb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bm60rgb/bm60rgb.h b/keyboards/bm60rgb/bm60rgb.h index 705539fc95..4a3dc2e83d 100644 --- a/keyboards/bm60rgb/bm60rgb.h +++ b/keyboards/bm60rgb/bm60rgb.h @@ -17,7 +17,7 @@ #include "quantum.h" -#define LAYOUT( \ +#define LAYOUT_60_ansi_arrow( \ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ K20, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, \ |