diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-25 01:02:27 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-25 01:02:27 +0000 |
commit | 33a5468a608e8f9a7c8003eef1216d097f705920 (patch) | |
tree | 9b3fcd25f2f910dedb9f02fdae4ff715546a7cab /keyboards/m3n3van/m3n3van.c | |
parent | 34b63cecb1f9223bd2ad9aa19f32ddde3d466ad6 (diff) | |
parent | 2a45d99059c84e37da4f16a07b324adbe30ddebc (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/m3n3van/m3n3van.c')
-rw-r--r-- | keyboards/m3n3van/m3n3van.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/m3n3van/m3n3van.c b/keyboards/m3n3van/m3n3van.c new file mode 100644 index 0000000000..5032a02c3c --- /dev/null +++ b/keyboards/m3n3van/m3n3van.c @@ -0,0 +1,18 @@ +/* +Copyright 2021 Matthew Dias <matthewdias@me.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 "m3n3van.h" |