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

This commit is contained in:
QMK Bot 2023-10-03 07:34:43 +00:00
commit f0cbe70687
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
// Copyright 2023 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_2x2(
KC_COPY, KC_PASTE,
KC_SELECT, KC_CUT
)
};

View file

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