diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-07 08:15:14 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-07 08:15:14 -0700 |
commit | e3c10a73ac0857a60fba5530c2dceee954fe89d4 (patch) | |
tree | b5704a9f84fb69e4f74f0f78777475e5ac901e47 /keyboards/gherkin/gherkin.h | |
parent | 66a35aded1bdab44fd4d79290899059ba3b97645 (diff) | |
download | qmk_firmware-e3c10a73ac0857a60fba5530c2dceee954fe89d4.tar.gz |
Gherkin: Refactor and Configurator support [resolved] (#3140)
* Refactor KEYMAP to LAYOUT_ortho_3x10
* Configurator support
* Renamed @Talljoe's keymap folder
* Renamed matrix_init_user to matrix_init_keymap
Diffstat (limited to 'keyboards/gherkin/gherkin.h')
-rw-r--r-- | keyboards/gherkin/gherkin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gherkin/gherkin.h b/keyboards/gherkin/gherkin.h index ebb2303ac..f8674be40 100644 --- a/keyboards/gherkin/gherkin.h +++ b/keyboards/gherkin/gherkin.h @@ -3,7 +3,7 @@ #include "quantum.h" -#define KEYMAP( \ +#define LAYOUT_ortho_3x10( \ K00, K01, K02, K03, K04, K05, K10, K11, K12, K13 , \ K14, K15, K20, K21, K22, K23, K24, K25, K30, K31 , \ K32, K33, K34, K35, K40, K41, K42, K43, K44, K45 \ |