diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-14 15:08:27 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-14 15:08:27 +0000 |
commit | 110a320321181a0d02f46bd0d06d15c10ed751bb (patch) | |
tree | 98206459924c47dd92a4e7e7d36a8843f7c277ea /keyboards/ramonimbao/tkl_ff/tkl_ff.c | |
parent | a6d77fdf27de0cbe67228961a4051a4a422eb956 (diff) | |
parent | 209fd753cbe9d4be7f46c137df54748f38de5250 (diff) | |
download | qmk_firmware-110a320321181a0d02f46bd0d06d15c10ed751bb.tar.gz qmk_firmware-110a320321181a0d02f46bd0d06d15c10ed751bb.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ramonimbao/tkl_ff/tkl_ff.c')
-rw-r--r-- | keyboards/ramonimbao/tkl_ff/tkl_ff.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/ramonimbao/tkl_ff/tkl_ff.c b/keyboards/ramonimbao/tkl_ff/tkl_ff.c new file mode 100644 index 0000000000..4a4b7c204a --- /dev/null +++ b/keyboards/ramonimbao/tkl_ff/tkl_ff.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Ramon Imbao + * + * 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 "tkl_ff.h" |