[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:
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user