diff options
author | yfuku <30647434+yfuku@users.noreply.github.com> | 2021-12-28 12:34:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 14:34:24 +1100 |
commit | 60b4ee1df37d2436e3fa9479c9bcaea72abcdcc0 (patch) | |
tree | 2bc624e4b70cdc6e5b3f67883060f1be0d3472bd /keyboards/dailycraft/wings42/rev1_extkeys/rev1_extkeys.c | |
parent | 6151b365f9ee2bae609c8bbac99ba7a6b631c86a (diff) | |
download | qmk_firmware-60b4ee1df37d2436e3fa9479c9bcaea72abcdcc0.tar.gz qmk_firmware-60b4ee1df37d2436e3fa9479c9bcaea72abcdcc0.zip |
Move to organization folder (#15481)
* move directory
* fix
* move wings42 to dailycraft
* Adjust wings42 to work with organization folder.
Diffstat (limited to 'keyboards/dailycraft/wings42/rev1_extkeys/rev1_extkeys.c')
-rw-r--r-- | keyboards/dailycraft/wings42/rev1_extkeys/rev1_extkeys.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/dailycraft/wings42/rev1_extkeys/rev1_extkeys.c b/keyboards/dailycraft/wings42/rev1_extkeys/rev1_extkeys.c new file mode 100644 index 0000000000..3d0d203704 --- /dev/null +++ b/keyboards/dailycraft/wings42/rev1_extkeys/rev1_extkeys.c @@ -0,0 +1,17 @@ +/* Copyright 2021 yfuku + * + * 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 "rev1_extkeys.h" |