diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-07 01:07:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-07 01:07:10 +0000 |
commit | ab43bfe9c9d53ce639fb1b0dccdeb17cc2e379e7 (patch) | |
tree | 50db3dbe2addb9a69e85751d9f926fed733e2fd2 /keyboards/poker87d/poker87d.c | |
parent | eac5af5c23ae098fd58fddf0dcac7af5c96cfbee (diff) | |
parent | b976fcbb44203e10fc8a106dec38cdb72224e43f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/poker87d/poker87d.c')
-rw-r--r-- | keyboards/poker87d/poker87d.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/poker87d/poker87d.c b/keyboards/poker87d/poker87d.c new file mode 100644 index 0000000000..8faf286cff --- /dev/null +++ b/keyboards/poker87d/poker87d.c @@ -0,0 +1,19 @@ +/* Copyright 2021 water <mfkiiyd@163.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 "poker87d.h" + + |