Update copyright notice

This commit is contained in:
Jose Gisbert 2024-04-23 14:24:32 +02:00
parent ee2450d8ba
commit 726b591d94
2 changed files with 5 additions and 34 deletions

View file

@ -1,18 +1,5 @@
/* Copyright 2019 Thomas Baart <thomas@splitkb.com> // Copyright 2024 Jose Gisbert, aka lejouson <email@gont.es>
* // SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/
#pragma once #pragma once
@ -35,7 +22,3 @@
#ifdef ENCODER_ENABLE #ifdef ENCODER_ENABLE
#define ENCODER_RESOLUTION 2 #define ENCODER_RESOLUTION 2
#endif #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

View file

@ -1,18 +1,6 @@
/* Copyright 2019 Thomas Baart <thomas@splitkb.com> // Copyright 2024 Jose Gisbert, aka lejouson <email@gont.es>
* // SPDX-License-Identifier: GPL-3.0-or-later
* 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 <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H #include QMK_KEYBOARD_H
#include <keymap_spanish.h> #include <keymap_spanish.h>