diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-30 18:29:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-30 18:29:26 +0000 |
commit | 3f4d39ec848e5fccf8e75fb03b0319c9cd27f969 (patch) | |
tree | cca18e11d6874f19354555bdf375435e29e40d16 /keyboards/owlab/jelly_epoch/soldered/soldered.c | |
parent | 3471b2ac89b979c5c7eab222b49fb1fe42eaba51 (diff) | |
parent | c9283f4c1f073da0072638e78b3d5bf5619a89f4 (diff) | |
download | qmk_firmware-3f4d39ec848e5fccf8e75fb03b0319c9cd27f969.tar.gz qmk_firmware-3f4d39ec848e5fccf8e75fb03b0319c9cd27f969.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/owlab/jelly_epoch/soldered/soldered.c')
-rw-r--r-- | keyboards/owlab/jelly_epoch/soldered/soldered.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/owlab/jelly_epoch/soldered/soldered.c b/keyboards/owlab/jelly_epoch/soldered/soldered.c new file mode 100644 index 0000000000..a1af466d29 --- /dev/null +++ b/keyboards/owlab/jelly_epoch/soldered/soldered.c @@ -0,0 +1,18 @@ +/* +Copyright 2021 owlab + +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 "soldered.h" |