diff options
author | jfescobar18 <81986725+jfescobar18@users.noreply.github.com> | 2021-11-18 23:03:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 21:03:56 -0800 |
commit | d2b20692fb5a2749627ffe79106f02cc10cf7545 (patch) | |
tree | e119f3aa162ec456abaa2364f74e6ae3ebb68076 /keyboards/mechanickeys/miniashen40/miniashen40.c | |
parent | aee10ccc5c80e71977cbbccb5b86059c87ba7d48 (diff) | |
download | qmk_firmware-d2b20692fb5a2749627ffe79106f02cc10cf7545.tar.gz qmk_firmware-d2b20692fb5a2749627ffe79106f02cc10cf7545.zip |
[Keyboard] Add miniashen40 (#14238)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mechanickeys/miniashen40/miniashen40.c')
-rw-r--r-- | keyboards/mechanickeys/miniashen40/miniashen40.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/mechanickeys/miniashen40/miniashen40.c b/keyboards/mechanickeys/miniashen40/miniashen40.c new file mode 100644 index 0000000000..9c740e117e --- /dev/null +++ b/keyboards/mechanickeys/miniashen40/miniashen40.c @@ -0,0 +1,17 @@ +/* Copyright 2021 jfescobar18 + * + * 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 "miniashen40.h" |