diff --git a/keyboards/splitkb/kyria/rev1/keymaps/lejouson/config.h b/keyboards/splitkb/kyria/rev1/keymaps/lejouson/config.h index 4dee4703..780a4d50 100644 --- a/keyboards/splitkb/kyria/rev1/keymaps/lejouson/config.h +++ b/keyboards/splitkb/kyria/rev1/keymaps/lejouson/config.h @@ -1,18 +1,5 @@ -/* Copyright 2019 Thomas Baart - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ +// Copyright 2024 Jose Gisbert, aka lejouson +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once @@ -35,7 +22,3 @@ #ifdef ENCODER_ENABLE #define ENCODER_RESOLUTION 2 #endif - -// If you are using an Elite C rev3 on the slave side, uncomment the lines below: -// #define SPLIT_USB_DETECT -// #define NO_USB_STARTUP_CHECK diff --git a/keyboards/splitkb/kyria/rev1/keymaps/lejouson/keymap.c b/keyboards/splitkb/kyria/rev1/keymaps/lejouson/keymap.c index d2cc6efc..3f6c117b 100644 --- a/keyboards/splitkb/kyria/rev1/keymaps/lejouson/keymap.c +++ b/keyboards/splitkb/kyria/rev1/keymaps/lejouson/keymap.c @@ -1,18 +1,6 @@ -/* Copyright 2019 Thomas Baart - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ +// Copyright 2024 Jose Gisbert, aka lejouson +// SPDX-License-Identifier: GPL-3.0-or-later + #include QMK_KEYBOARD_H #include