diff options
| author | fauxpark <fauxpark@gmail.com> | 2021-06-17 17:22:01 +1000 |
|---|---|---|
| committer | fauxpark <fauxpark@gmail.com> | 2021-06-17 17:22:01 +1000 |
| commit | d04f7bc1608d3acbf1008ae5fd7bf51ddb860ba2 (patch) | |
| tree | 2f80fbe3f516acdf50050579b87a23beb9091680 /keyboards/mb44/mb44.c | |
| parent | 9956ff4e031b33c5e1fe1ff6ee44885f1080d966 (diff) | |
| parent | 2f08a343948c6db3c67505f8fca5fdbfed41831b (diff) | |
| download | qmk_firmware-d04f7bc1608d3acbf1008ae5fd7bf51ddb860ba2.tar.gz qmk_firmware-d04f7bc1608d3acbf1008ae5fd7bf51ddb860ba2.zip | |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/mb44/mb44.c')
| -rw-r--r-- | keyboards/mb44/mb44.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/mb44/mb44.c b/keyboards/mb44/mb44.c new file mode 100644 index 000000000..16f68705f --- /dev/null +++ b/keyboards/mb44/mb44.c | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | /* Copyright 2021 melonbred | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include "mb44.h" \ No newline at end of file | ||
