mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-21 04:47:50 -04:00
Alchemist Keyboards OGRN Layout Addition (#22080)
* Add layout/matrix diagram [docs] * Friendly-format `info.json` [style] * Add `LAYOUT_ortho_5x4` [enhancement] * Touch-up keymaps - update grid-alignment (layer-to-layer consistency) - fix box drawings [style] * Extend Community Layout support Add `ortho_5x4` to supported Community Layouts. [enhancement]
This commit is contained in:
parent
63709d1206
commit
1276900aa0
1 changed files with 5 additions and 5 deletions
|
@ -22,21 +22,21 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
KC_P7, KC_P8, KC_P9,
|
KC_P7, KC_P8, KC_P9,
|
||||||
KC_P4, KC_P5, KC_P6, KC_PPLS,
|
KC_P4, KC_P5, KC_P6, KC_PPLS,
|
||||||
KC_P1, KC_P2, KC_P3,
|
KC_P1, KC_P2, KC_P3,
|
||||||
KC_P0, KC_PDOT, KC_PENT
|
KC_P0, KC_PDOT, KC_PENT
|
||||||
),
|
),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ┌───┬───┬───┬───┐
|
* ┌───┬───┬───┬───┐
|
||||||
* │ │ / │ * │ - │
|
* │NUM│ / │ * │ - │
|
||||||
* ┌───┬───┬───┐───┤
|
* ├───┼───┼───┼───┤
|
||||||
* │Hom│ ↑ │PgU│ │
|
* │Hom│ ↑ │PgU│ │
|
||||||
* ├───┼───┼───┤ + │
|
* ├───┼───┼───┤ + │
|
||||||
* │ ← │ │ → │ │
|
* │ ← │ │ → │ │
|
||||||
* ├───┼───┼───┤───┤
|
* ├───┼───┼───┼───┤
|
||||||
* │End│ ↓ │PgD│ │
|
* │End│ ↓ │PgD│ │
|
||||||
* ├───┴───┼───┤Ent│
|
* ├───┴───┼───┤Ent│
|
||||||
* │Insert │Del│ │
|
* │Insert │Del│ │
|
||||||
* └───────┴───┘───┘
|
* └───────┴───┴───┘
|
||||||
*/
|
*/
|
||||||
[1] = LAYOUT_numpad_5x4(
|
[1] = LAYOUT_numpad_5x4(
|
||||||
_______, _______, _______, _______,
|
_______, _______, _______, _______,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue