diff options
author | Vinam Arora <vinam.arora8@gmail.com> | 2021-09-22 09:54:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 21:24:14 -0700 |
commit | 02556b3d8adcca4301ba88762e30244accbc0327 (patch) | |
tree | 988ddd5baee13913f3b556bcf713b1e2568fdb67 /keyboards/0_sixty/underglow/underglow.h | |
parent | 4e0125c22c0271cbb5689eb501e60721706bedcb (diff) |
[Keyboard] 0-Sixty: Splits kb config into base and underglow (#14384)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/0_sixty/underglow/underglow.h')
-rw-r--r-- | keyboards/0_sixty/underglow/underglow.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/0_sixty/underglow/underglow.h b/keyboards/0_sixty/underglow/underglow.h new file mode 100644 index 0000000000..807dfa84ce --- /dev/null +++ b/keyboards/0_sixty/underglow/underglow.h @@ -0,0 +1,19 @@ +/* Copyright 2021 Vinam Arora <vinam@posteo.de> + * + * 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 "0_sixty.h" |