diff options
author | studiokestra <74369928+studiokestra@users.noreply.github.com> | 2021-05-13 21:54:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 20:54:10 -0700 |
commit | cae4911ca87213977dd38e2b1647d6b3ae03262d (patch) | |
tree | 39a760551f407c91296db157581fa82f745fa5ee /keyboards/studiokestra/cascade/cascade.c | |
parent | 3d6d4bd94928e147c4f0aefb53083347c2a40019 (diff) | |
download | qmk_firmware-cae4911ca87213977dd38e2b1647d6b3ae03262d.tar.gz qmk_firmware-cae4911ca87213977dd38e2b1647d6b3ae03262d.zip |
[Keyboard] Add Studio Kestra Cascade PCB (#12704)
Diffstat (limited to 'keyboards/studiokestra/cascade/cascade.c')
-rw-r--r-- | keyboards/studiokestra/cascade/cascade.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/studiokestra/cascade/cascade.c b/keyboards/studiokestra/cascade/cascade.c new file mode 100644 index 0000000000..e5c4ba279c --- /dev/null +++ b/keyboards/studiokestra/cascade/cascade.c @@ -0,0 +1,18 @@ +/* +Copyright 2021 Studio Kestra + +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 "cascade.h" |