diff options
author | Eric <22215921+ericywl@users.noreply.github.com> | 2018-04-30 22:45:38 +0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-30 07:45:38 -0700 |
commit | bc89c4f104a9066a6d5eb80c92c504724a976cd5 (patch) | |
tree | ffe8d796a17bed39460259702e4c06a5f03d1a57 /keyboards/rama/m6_a/m6_a.h | |
parent | 2054f20b69f7806943a95956c8f13c03f1f1a3ea (diff) |
QMK Configurator Support for KBD66 and RAMA M6-A (#2849)
* Added KBD66 Config
* Added RAMA M6-A Config
* Changed KEYMAP to LAYOUT for KBD66 and M6-A
Diffstat (limited to 'keyboards/rama/m6_a/m6_a.h')
-rw-r--r-- | keyboards/rama/m6_a/m6_a.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/rama/m6_a/m6_a.h b/keyboards/rama/m6_a/m6_a.h index 6809c2cc92..d3c7bad332 100644 --- a/keyboards/rama/m6_a/m6_a.h +++ b/keyboards/rama/m6_a/m6_a.h @@ -21,9 +21,9 @@ // This a shortcut to help you visually see your layout. // The first section contains all of the arguments // The second converts the arguments into a two-dimensional array -#define KEYMAP( \ - K00, K01, K02, K03, K04, K05 \ -) { \ - { K00, K01, K02, K03, K04, K05 }, \ -} +#define LAYOUT( \ + K00, K01, K02, K03, K04, K05) \ + { \ + {K00, K01, K02, K03, K04, K05}, \ + } #endif // RAMA_M6_A |