mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-08 08:34:17 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
cd23780c0a
2 changed files with 14 additions and 0 deletions
12
keyboards/wolf/m6_c/keymaps/via/keymap.c
Normal file
12
keyboards/wolf/m6_c/keymaps/via/keymap.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Copyright 2020-2022 QMK (@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_2x3(
|
||||
KC_1, KC_2, KC_3,
|
||||
KC_4, KC_5, KC_6
|
||||
)
|
||||
};
|
2
keyboards/wolf/m6_c/keymaps/via/rules.mk
Normal file
2
keyboards/wolf/m6_c/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue