From 6c82ca81a0b21c70e502a83cd155456762f09264 Mon Sep 17 00:00:00 2001 From: TreasureTypes <73436366+TreasureTypes@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:33:48 +0100 Subject: [PATCH] Update keymap.c --- keyboards/treasure/type30/hotswap/keymaps/default/keymap.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/keyboards/treasure/type30/hotswap/keymaps/default/keymap.c b/keyboards/treasure/type30/hotswap/keymaps/default/keymap.c index 2d3d3f79a66..f31ef7190f2 100644 --- a/keyboards/treasure/type30/hotswap/keymaps/default/keymap.c +++ b/keyboards/treasure/type30/hotswap/keymaps/default/keymap.c @@ -1,3 +1,8 @@ +/* Copyright 2025 Treasure + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include QMK_KEYBOARD_H // define combo names @@ -93,4 +98,4 @@ void process_combo_event(uint16_t combo_index, bool pressed) { } break; } -} \ No newline at end of file +}