diff options
Diffstat (limited to 'keyboards/planck/planck.h')
| -rw-r--r-- | keyboards/planck/planck.h | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/keyboards/planck/planck.h b/keyboards/planck/planck.h index be33bf253..4b04dfec5 100644 --- a/keyboards/planck/planck.h +++ b/keyboards/planck/planck.h | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | /* Copyright 2018 Jack Humbert <jack.humb@gmail.com> | ||
| 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 | #pragma once | 17 | #pragma once |
| 2 | 18 | ||
| 3 | #include "quantum.h" | 19 | #include "quantum.h" |
| @@ -20,4 +36,6 @@ | |||
| 20 | # include "rev5.h" | 36 | # include "rev5.h" |
| 21 | #elif defined(KEYBOARD_planck_rev6) | 37 | #elif defined(KEYBOARD_planck_rev6) |
| 22 | # include "rev6.h" | 38 | # include "rev6.h" |
| 23 | #endif | 39 | #elif defined(KEYBOARD_planck_rev6_drop) |
| 40 | # include "rev6_drop.h" | ||
| 41 | #endif // Planck revisions | ||
