diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-27 03:41:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-27 03:41:18 +0000 |
commit | 2cd350d3f4e653af187aa0605b8864b79694cc11 (patch) | |
tree | cea2de5890981189295f04ea3d03ddbead91783b /keyboards/xiudi/xd75/keymaps/scheiklp/keymap.c | |
parent | cd62961392701bbed5b62da6e55f93966f5ee164 (diff) | |
parent | e91070401d0eda5e25210e9f4155fa70d0d61912 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xiudi/xd75/keymaps/scheiklp/keymap.c')
-rw-r--r-- | keyboards/xiudi/xd75/keymaps/scheiklp/keymap.c | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/keyboards/xiudi/xd75/keymaps/scheiklp/keymap.c b/keyboards/xiudi/xd75/keymaps/scheiklp/keymap.c index a757c2e49c..594d34ce33 100644 --- a/keyboards/xiudi/xd75/keymaps/scheiklp/keymap.c +++ b/keyboards/xiudi/xd75/keymaps/scheiklp/keymap.c @@ -1,20 +1,9 @@ -/* Copyright 2017 Wunder - * - * 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/>. - */ +// Copyright 2021 Paul Maria Scheikl (@ScheiklP) +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H #include "koy_keys_on_quertz_de_latin1.h" + // Layer shorthand #define _1 0 #define _3 1 |