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 111712f0b..e4352296b 100644 --- a/keyboards/alf/x2/x2.c +++ b/keyboards/alf/x2/x2.c | |||
| @@ -1 +1,17 @@ | |||
| 1 | /* Copyright 2018 @fixed | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 1 | #include "x2.h" | 17 | #include "x2.h" |
