mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 06:34:17 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
539980711b
2 changed files with 12 additions and 0 deletions
11
keyboards/handwired/wwa/mercury/keymaps/via/keymap.c
Normal file
11
keyboards/handwired/wwa/mercury/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(
|
||||
KC_F13, KC_F14, KC_F15, KC_F16,
|
||||
KC_F17, KC_F18, KC_F19, KC_F20
|
||||
)
|
||||
};
|
1
keyboards/handwired/wwa/mercury/keymaps/via/rules.mk
Normal file
1
keyboards/handwired/wwa/mercury/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1 @@
|
|||
VIA_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue