diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-08 16:48:07 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-08 16:48:07 +0000 |
commit | d4b3d00d88c2bc83046573df2cb2bf23c71b630a (patch) | |
tree | c2f30c30dd9f3404e3712f802cea1553be356c40 /keyboards/handwired/ergocheap/ergocheap.c | |
parent | 15674d02591910961920e20747d5421b932c8ef3 (diff) | |
parent | 75f83210f43a3ec893635e4dd4e5d5a21dcc157d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/ergocheap/ergocheap.c')
-rw-r--r-- | keyboards/handwired/ergocheap/ergocheap.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/ergocheap/ergocheap.c b/keyboards/handwired/ergocheap/ergocheap.c new file mode 100644 index 0000000000..ab5cf8a0a7 --- /dev/null +++ b/keyboards/handwired/ergocheap/ergocheap.c @@ -0,0 +1,16 @@ + /* Copyright 2021 xSteins <itsmesteins@gmail.com> + * + * 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 "ergocheap.h"
\ No newline at end of file |