mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 07:34:18 -04:00
[Keyboard] Add SyenaKeyboards (#22168)
Co-authored-by: Syenasweta <syenasweta@gmail.com>
This commit is contained in:
parent
1152d8d447
commit
dc41f01624
2 changed files with 12 additions and 0 deletions
11
keyboards/syenakeyboards/aswagata/keymaps/via/keymap.c
Normal file
11
keyboards/syenakeyboards/aswagata/keymaps/via/keymap.c
Normal 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
|
||||
)
|
||||
};
|
1
keyboards/syenakeyboards/aswagata/keymaps/via/rules.mk
Normal file
1
keyboards/syenakeyboards/aswagata/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1 @@
|
|||
VIA_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue