Add FS streampad (#22991)

Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
SmollChungus 2024-01-31 04:35:26 +01:00 committed by GitHub
parent a4ca6c4687
commit 64f196a78f
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,19 @@
// Copyright 2023 Matthijs Muller
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_1, KC_2, KC_3,
KC_4, KC_5, KC_6,
KC_7, KC_8, MO(1)
),
[1] = LAYOUT(
RGB_TOG, RGB_MOD, RGB_RMOD,
KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS
)
};

View file

@ -0,0 +1 @@
VIA_ENABLE = yes