mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-21 20:57:09 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
7b2cb73b66
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