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:
Wolf Van Herreweghe 2023-09-03 06:32:40 +02:00 committed by GitHub
parent 21fb8b7f4f
commit 51651aa5fc
2 changed files with 14 additions and 0 deletions

View 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
)
};

View file

@ -0,0 +1,2 @@
VIA_ENABLE = yes
LTO_ENABLE = yes