diff options
author | studiokestra <74369928+studiokestra@users.noreply.github.com> | 2021-11-15 16:44:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 15:44:17 -0800 |
commit | 269990ed95f80db2349661b2731b42501e3b2803 (patch) | |
tree | ffbb5bdd726e4cf974e9249f811142d957065e77 /keyboards/studiokestra/bourgeau/bourgeau.c | |
parent | 0db70f1f2a397e1e8a298f8add9a47dca09c7c55 (diff) |
[Keyboard] Add Bourgeau 75% PCB (#15072)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/studiokestra/bourgeau/bourgeau.c')
-rw-r--r-- | keyboards/studiokestra/bourgeau/bourgeau.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/studiokestra/bourgeau/bourgeau.c b/keyboards/studiokestra/bourgeau/bourgeau.c new file mode 100644 index 0000000000..87368df509 --- /dev/null +++ b/keyboards/studiokestra/bourgeau/bourgeau.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 "bourgeau.h" |