diff options
| author | jotix <47826561+jotix@users.noreply.github.com> | 2019-02-26 13:12:56 -0300 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-26 08:12:56 -0800 |
| commit | 11bdf28001382239949541e0442aa170eb561c41 (patch) | |
| tree | b55994c654c5ee3361f5b8b0eb6582cf01e3a567 | |
| parent | 0d936b2fe6a2518f2562c59f7f84692590d77aa0 (diff) | |
| download | qmk_firmware-11bdf28001382239949541e0442aa170eb561c41.tar.gz qmk_firmware-11bdf28001382239949541e0442aa170eb561c41.zip | |
LAYOUT_ortho_4x4 (#5257)
| -rw-r--r-- | layouts/community/ortho_4x4/jotix/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/community/ortho_4x4/jotix/keymap.c b/layouts/community/ortho_4x4/jotix/keymap.c index 561084f8a..91d0ed74d 100644 --- a/layouts/community/ortho_4x4/jotix/keymap.c +++ b/layouts/community/ortho_4x4/jotix/keymap.c | |||
| @@ -24,7 +24,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 24 | * | | 0 | . | * | | 24 | * | | 0 | . | * | |
| 25 | * +-------+-------+-------+-------+ | 25 | * +-------+-------+-------+-------+ |
| 26 | */ | 26 | */ |
| 27 | [_NUMPAD] = LAYOUT_jotpad16 ( | 27 | [_NUMPAD] = LAYOUT_ortho_4x4 ( |
| 28 | KC_P7, KC_P8, KC_P9, KC_PMNS, | 28 | KC_P7, KC_P8, KC_P9, KC_PMNS, |
| 29 | KC_P4, KC_P5, KC_P6, KC_PPLS, | 29 | KC_P4, KC_P5, KC_P6, KC_PPLS, |
| 30 | KC_P1, KC_P2, KC_P3, KC_PSLS, | 30 | KC_P1, KC_P2, KC_P3, KC_PSLS, |
| @@ -32,7 +32,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 32 | ), | 32 | ), |
| 33 | 33 | ||
| 34 | /* Lower */ | 34 | /* Lower */ |
| 35 | [_LOWER] = LAYOUT_jotpad16 ( | 35 | [_LOWER] = LAYOUT_ortho_4x4 ( |
| 36 | KC_NLCK,_______,_______,RESET , | 36 | KC_NLCK,_______,_______,RESET , |
| 37 | _______,_______,_______,_______, | 37 | _______,_______,_______,_______, |
| 38 | _______,_______,_______,_______, | 38 | _______,_______,_______,_______, |
