mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 15:44:17 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
2498270b57
2 changed files with 37 additions and 0 deletions
33
keyboards/binepad/bn006/keymaps/via/keymap.c
Executable file
33
keyboards/binepad/bn006/keymaps/via/keymap.c
Executable 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(
|
||||
_______, _______, _______,
|
||||
_______, _______, _______
|
||||
)
|
||||
};
|
4
keyboards/binepad/bn006/keymaps/via/rules.mk
Normal file
4
keyboards/binepad/bn006/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Copyright 2022 Binepad (@binpad)
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
VIA_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue