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

This commit is contained in:
QMK Bot 2022-11-09 21:27:12 +00:00
commit 2498270b57
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,33 @@
/* Copyright 2022 Binepad (@binpad) */
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
*
* A B C
*
* D E F
*
*/
[0] = LAYOUT_ortho_2x3(
KC_MPLY, KC_MUTE, KC_VOLU,
KC_MPRV, KC_MNXT, KC_VOLD
),
[1] = LAYOUT_ortho_2x3(
_______, _______, _______,
_______, _______, _______
),
[2] = LAYOUT_ortho_2x3(
_______, _______, _______,
_______, _______, _______
),
[3] = LAYOUT_ortho_2x3(
_______, _______, _______,
_______, _______, _______
)
};

View file

@ -0,0 +1,4 @@
# Copyright 2022 Binepad (@binpad)
# SPDX-License-Identifier: GPL-2.0-or-later
VIA_ENABLE = yes