Xiudi XD004: rename LAYOUT_all to LAYOUT_ortho_1x4 (#20919)

* info.json: apply friendly formatting

* rename LAYOUT_all to LAYOUT_ortho_1x4
This commit is contained in:
James Young
2023-05-13 05:18:09 -07:00
committed by GitHub
parent 327e8d5dd7
commit e950b758cc
4 changed files with 13 additions and 10 deletions

View File

@@ -19,6 +19,6 @@
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// 0: Base Layer
LAYOUT_all(HYPR(KC_F2), HYPR(KC_F1), LCTL(KC_B), LCTL(KC_X)),
LAYOUT_ortho_1x4(HYPR(KC_F2), HYPR(KC_F1), LCTL(KC_B), LCTL(KC_X)),
};