1
0
Fork 0

[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:
zvecr 2019-02-13 01:04:47 +00:00 committed by Drashna Jaelre
parent b2ee290c9f
commit 6fcc6538c7
5 changed files with 29 additions and 35 deletions

View file

@ -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, \