Fix up splittest/bluepill (#17897)
This commit is contained in:
parent
df8a538489
commit
92bcbee226
20 changed files with 57 additions and 45 deletions
8
keyboards/handwired/splittest/keymaps/rgb/keymap.c
Normal file
8
keyboards/handwired/splittest/keymaps/rgb/keymap.c
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Copyright 2022 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(RGB_MOD, QK_BOOT)
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue