Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2023-09-03 04:33:12 +00:00
commit cd23780c0a
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
// Copyright 2020-2022 QMK (@qmk)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_ortho_2x3(
KC_1, KC_2, KC_3,
KC_4, KC_5, KC_6
)
};

View file

@ -0,0 +1,2 @@
VIA_ENABLE = yes
LTO_ENABLE = yes