[Keyboard] Refactor jj4x4 to enable ortho_4x4 LAYOUT (#5112)
* Correct configurator info.json * Refactor to support ortho_4x4 * Refactor to support ortho_4x4 - remove commented out code
This commit is contained in:
parent
b2ee290c9f
commit
6fcc6538c7
5 changed files with 29 additions and 35 deletions
|
@ -20,7 +20,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
* | M | N | O | P |
|
||||
* ----------------------------'
|
||||
*/
|
||||
[_QWERTY] = LAYOUT( \
|
||||
[_QWERTY] = LAYOUT_ortho_4x4( \
|
||||
KC_A, KC_B, KC_C, KC_D, \
|
||||
KC_E, KC_F, KC_G, KC_H, \
|
||||
KC_I, KC_J, KC_K, KC_L, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue