forked from mirrors/qmk_firmware
LAYOUT_ortho_4x4 (#5257)
This commit is contained in:
parent
0d936b2fe6
commit
11bdf28001
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
* | | 0 | . | * |
|
||||
* +-------+-------+-------+-------+
|
||||
*/
|
||||
[_NUMPAD] = LAYOUT_jotpad16 (
|
||||
[_NUMPAD] = LAYOUT_ortho_4x4 (
|
||||
KC_P7, KC_P8, KC_P9, KC_PMNS,
|
||||
KC_P4, KC_P5, KC_P6, KC_PPLS,
|
||||
KC_P1, KC_P2, KC_P3, KC_PSLS,
|
||||
|
@ -32,7 +32,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
),
|
||||
|
||||
/* Lower */
|
||||
[_LOWER] = LAYOUT_jotpad16 (
|
||||
[_LOWER] = LAYOUT_ortho_4x4 (
|
||||
KC_NLCK,_______,_______,RESET ,
|
||||
_______,_______,_______,_______,
|
||||
_______,_______,_______,_______,
|
||||
|
|
Loading…
Reference in a new issue