mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-08-22 03:49:26 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
5970e6c0a6
1 changed files with 36 additions and 32 deletions
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2020-2022 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
@ -37,4 +40,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
|
||||
),
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue