Keyquest Enclave-1: rename LAYOUT to LAYOUT_ortho_3x3 (#18494)

* rename LAYOUT to LAYOUT_ortho_3x3

* info.json: correct maintainer value

Field is intended to reference the maintainer's GitHub username.
This commit is contained in:
James Young
2022-09-26 16:43:33 -07:00
committed by GitHub
parent b521641c50
commit 357eeafd39
3 changed files with 14 additions and 11 deletions

View File

@@ -25,25 +25,25 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* │ M7 │ M8 │ M9 │
* └────┴────┴────┘
*/
[0] = LAYOUT(
[0] = LAYOUT_ortho_3x3(
KC_MEDIA_PREV_TRACK, KC_MEDIA_PLAY_PAUSE, KC_MEDIA_NEXT_TRACK,
C(KC_C), C(KC_V), G(KC_V),
KC_AUDIO_VOL_UP, KC_AUDIO_VOL_DOWN, MO(1)
),
[1] = LAYOUT(
[1] = LAYOUT_ortho_3x3(
_______, _______, _______,
_______, _______, _______,
_______, MO(2), _______
),
[2] = LAYOUT(
[2] = LAYOUT_ortho_3x3(
_______, _______, _______,
_______, _______, _______,
MO(3), _______, _______
),
[3] = LAYOUT(
[3] = LAYOUT_ortho_3x3(
RGB_TOG, RGB_MODE_PLAIN, RGB_MODE_BREATHE,
RGB_MODE_RAINBOW, RGB_MODE_SWIRL, RGB_MODE_GRADIENT,
_______, _______, _______