mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-24 22:22:44 -04:00
[Keyboard] Add CMK11 (#23239)
* adding cmk11 * correcting default keymap * removing rules.mk * removing unnecessary comment
This commit is contained in:
parent
3867b9e56d
commit
9c51e35178
3 changed files with 18 additions and 0 deletions
6
keyboards/custommk/cmk11/keymaps/via/config.h
Normal file
6
keyboards/custommk/cmk11/keymaps/via/config.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Copyright 2024 customMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#define DYNAMIC_KEYMAP_MACRO_COUNT 128
|
11
keyboards/custommk/cmk11/keymaps/via/keymap.c
Normal file
11
keyboards/custommk/cmk11/keymaps/via/keymap.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2024 customMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
KC_ESC, KC_C, KC_V, KC_VOLU, KC_VOLD, KC_DEL,
|
||||
KC_LCTL, KC_PGUP, KC_SPC, KC_PGDN, MO(1)
|
||||
)
|
||||
};
|
1
keyboards/custommk/cmk11/keymaps/via/rules.mk
Normal file
1
keyboards/custommk/cmk11/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1 @@
|
|||
VIA_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue