diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-08 23:58:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-08 23:58:10 +0000 |
commit | 60c985ac8e55139057d4494e3959a330f1e96b53 (patch) | |
tree | 2c202298f6e0b8d603f399ef048dcb8c927aabc5 /keyboards/mokey/mokey64/mokey64.c | |
parent | cab0d7955f13246d9bea44e1a56eb7b7db61bd07 (diff) | |
parent | 3f2a030de6a306ed72eafe7aa143a5b695f9469d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mokey/mokey64/mokey64.c')
-rw-r--r-- | keyboards/mokey/mokey64/mokey64.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/mokey/mokey64/mokey64.c b/keyboards/mokey/mokey64/mokey64.c new file mode 100644 index 0000000000..5ba764b6b2 --- /dev/null +++ b/keyboards/mokey/mokey64/mokey64.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Kyle McCreery + * + * 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 "mokey64.h"
\ No newline at end of file |