diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-15 17:21:01 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-15 17:21:01 +0000 |
commit | a677f00502f765b13e25de4b749b5576dae9ecf0 (patch) | |
tree | 8e1914cf53fb6163ef197e5b7df2947592e39c7c /keyboards/matrix/me/me.c | |
parent | 7d39c15cc423d35fbc89f462d645ed911f726b67 (diff) | |
parent | 303e063b71bba2b049f160a8bc50f33ac9538d8f (diff) | |
download | qmk_firmware-a677f00502f765b13e25de4b749b5576dae9ecf0.tar.gz qmk_firmware-a677f00502f765b13e25de4b749b5576dae9ecf0.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/matrix/me/me.c')
-rw-r--r-- | keyboards/matrix/me/me.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/matrix/me/me.c b/keyboards/matrix/me/me.c new file mode 100644 index 0000000000..c99f26e623 --- /dev/null +++ b/keyboards/matrix/me/me.c @@ -0,0 +1,17 @@ +/** + * me.c + * + Copyright 2021 astro + 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 "me.h" |