diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-30 21:46:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-30 21:46:00 +0000 |
commit | 31fb14152827e7915b774f7c0d37504c8b3edeb8 (patch) | |
tree | c52cb87a97e0a99d060faafa4e7844471748dfd1 /keyboards/chlx/str_merro60/str_merro60.c | |
parent | 6b640db4bbd2b153dd16f190203f5583838170c5 (diff) | |
parent | 3826fca63756ec9349e5e14bd20921646e796515 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/chlx/str_merro60/str_merro60.c')
-rw-r--r-- | keyboards/chlx/str_merro60/str_merro60.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/chlx/str_merro60/str_merro60.c b/keyboards/chlx/str_merro60/str_merro60.c new file mode 100644 index 0000000000..fd4f843d74 --- /dev/null +++ b/keyboards/chlx/str_merro60/str_merro60.c @@ -0,0 +1,18 @@ +/* +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 "str_merro60.h" |