1
0
Fork 0

Fix up splittest/bluepill (#17897)

This commit is contained in:
Joel Challis 2022-08-03 21:06:54 +01:00 committed by GitHub
parent df8a538489
commit 92bcbee226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 57 additions and 45 deletions

View file

@ -1,3 +1,8 @@
// Copyright 2022 dvermd (@dvermd)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {[0] = LAYOUT(KC_L, KC_R)};