Refactor: move keyboards into laneware folder (#22710)

This commit is contained in:
フィルターペーパー 2023-12-24 07:45:53 +08:00 committed by GitHub
parent 84ba999f2a
commit 300af1e5bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 35 additions and 85 deletions

View file

@ -0,0 +1,13 @@
// Copyright 2023 Laneware Peripherals
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT (
KC_MPLY, KC_MUTE,
KC_MNXT,
KC_MPRV, KC_LEFT, KC_RIGHT)
};