diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-16 00:29:33 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-16 00:29:33 +0000 |
commit | 86422f87c6d39355714174767ed676e17bcd2a3d (patch) | |
tree | 748e0aac2298bf0e870871aea43e36c1b1caf0ca /keyboards/chlx/merro60/merro60.c | |
parent | 388c151de7e7757da313b1d7bcce8db2ef7d2d83 (diff) | |
parent | 36ba4806b109e75835115b99dce209f1868d812b (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/chlx/merro60/merro60.c')
-rw-r--r-- | keyboards/chlx/merro60/merro60.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/chlx/merro60/merro60.c b/keyboards/chlx/merro60/merro60.c new file mode 100644 index 0000000000..4182c65c76 --- /dev/null +++ b/keyboards/chlx/merro60/merro60.c @@ -0,0 +1,19 @@ +/* +Copyright 2021 Alexander Lee <chlx.bsmt@gmail.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 "merro60.h" + |