diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-24 16:29:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 09:29:58 -0700 |
commit | 60b13d04cdf4b27f387be90d830dd196c38b1362 (patch) | |
tree | 88b6ab367241b8f5e93427ef6f5b6de03e736663 /keyboards/alf/x2/x2.c | |
parent | 076a332613229110bb39d572f5b342306d380a74 (diff) | |
download | qmk_firmware-60b13d04cdf4b27f387be90d830dd196c38b1362.tar.gz qmk_firmware-60b13d04cdf4b27f387be90d830dd196c38b1362.zip |
Alf X2 Refactor (#14572)
Diffstat (limited to 'keyboards/alf/x2/x2.c')
-rw-r--r-- | keyboards/alf/x2/x2.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/alf/x2/x2.c b/keyboards/alf/x2/x2.c index 111712f0b5..e4352296b9 100644 --- a/keyboards/alf/x2/x2.c +++ b/keyboards/alf/x2/x2.c @@ -1 +1,17 @@ +/* Copyright 2018 @fixed + * + * 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 "x2.h" |