mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-07 08:04:16 -04:00
Add M6-C Keyboard Firmware (#21852)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Wolf <contact@vwolf.be>
This commit is contained in:
parent
21fb8b7f4f
commit
51651aa5fc
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