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
|
@ -27,16 +27,16 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
|
||||
/*
|
||||
* ┌───┬───┬───┬───┐
|
||||
* │ │ / │ * │ - │
|
||||
* ┌───┬───┬───┐───┤
|
||||
* │NUM│ / │ * │ - │
|
||||
* ├───┼───┼───┼───┤
|
||||
* │Hom│ ↑ │PgU│ │
|
||||
* ├───┼───┼───┤ + │
|
||||
* │ ← │ │ → │ │
|
||||
* ├───┼───┼───┤───┤
|
||||
* ├───┼───┼───┼───┤
|
||||
* │End│ ↓ │PgD│ │
|
||||
* ├───┴───┼───┤Ent│
|
||||
* │Insert │Del│ │
|
||||
* └───────┴───┘───┘
|
||||
* └───────┴───┴───┘
|
||||
*/
|
||||
[1] = LAYOUT_numpad_5x4(
|
||||
_______, _______, _______, _______,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue