diff options
author | QMK Bot <hello@qmk.fm> | 2023-01-20 11:23:34 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-01-20 11:23:34 +0000 |
commit | 0f77ae6a20652c11bc252548bd28fd64f5fb6b97 (patch) | |
tree | 91a481296f1f08ea27adf03d6133768ce1fc982a /keyboards/splitkb/kyria/config.h | |
parent | 560b981746ad5fb173d4f6e28e4b3b7dda317309 (diff) | |
parent | 64c399ba3832cb4240cd25e25d382856492346d0 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/splitkb/kyria/config.h')
-rw-r--r-- | keyboards/splitkb/kyria/config.h | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/keyboards/splitkb/kyria/config.h b/keyboards/splitkb/kyria/config.h index 2e1e190bd7..6216e2e40c 100644 --- a/keyboards/splitkb/kyria/config.h +++ b/keyboards/splitkb/kyria/config.h @@ -1,18 +1,17 @@ -/* -Copyright 2019 Thomas Baart <thomas@splitkb.com> -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 2022 splitkb.com <support@splitkb.com> + * + * 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 - -#include "config_common.h" - |