diff options
author | Barry Huang <yj7272098@gmail.com> | 2020-12-23 17:22:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 10:22:31 +0100 |
commit | cc4b93b330e3cfa50b00dd6edea3f9abcf15c05d (patch) | |
tree | e77217e4b0c94d29140b45ef8383e72d1104f5e3 /keyboards/playkbtw/helen80/helen80.c | |
parent | d40d1e4024f3c4909c5d658a2c358f3142073d24 (diff) | |
download | qmk_firmware-cc4b93b330e3cfa50b00dd6edea3f9abcf15c05d.tar.gz qmk_firmware-cc4b93b330e3cfa50b00dd6edea3f9abcf15c05d.zip |
Helen 80 addition (#11133)
Co-authored-by: james sa <james@keto.tw>
Co-authored-by: James Sa <james.sa.2013@gmail.com>
Diffstat (limited to 'keyboards/playkbtw/helen80/helen80.c')
-rw-r--r-- | keyboards/playkbtw/helen80/helen80.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/playkbtw/helen80/helen80.c b/keyboards/playkbtw/helen80/helen80.c new file mode 100644 index 0000000000..4f943ccd31 --- /dev/null +++ b/keyboards/playkbtw/helen80/helen80.c @@ -0,0 +1,20 @@ +/* Copyright 2020 Play Keyboard + * + * 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 "helen80.h" + +// generated by KBFirmware JSON to QMK Parser +// https://noroadsleft.github.io/kbf_qmk_converter/
\ No newline at end of file |