diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-22 05:29:17 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-22 05:29:17 +0000 |
commit | ca570947b025af5f93ab3a8a257ac8bff75d1692 (patch) | |
tree | 5f2ada56860a088e2e8af40eb4096a7953042f89 /keyboards/mechwild/murphpad/murphpad.c | |
parent | 31130b9031af1e4f712e443aee69d24baacc04f1 (diff) | |
parent | 8feb767994ec8576afea22305661b55d0e805a8f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechwild/murphpad/murphpad.c')
-rw-r--r-- | keyboards/mechwild/murphpad/murphpad.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/mechwild/murphpad/murphpad.c b/keyboards/mechwild/murphpad/murphpad.c new file mode 100644 index 0000000000..a39f1bfc7e --- /dev/null +++ b/keyboards/mechwild/murphpad/murphpad.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 "murphpad.h" |