diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-16 00:19:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-16 00:19:04 +0000 |
commit | 388c151de7e7757da313b1d7bcce8db2ef7d2d83 (patch) | |
tree | 11b55860745fff7c632f0e2c7ceb2862bf064d14 /keyboards/sidderskb/majbritt/rev1/rev1.c | |
parent | 396abb02447e17bbcd3ae34e2b573f3708c59f26 (diff) | |
parent | 0876bdf1a37b16200c1d436aecc9b78de83921c8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sidderskb/majbritt/rev1/rev1.c')
-rw-r--r-- | keyboards/sidderskb/majbritt/rev1/rev1.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/sidderskb/majbritt/rev1/rev1.c b/keyboards/sidderskb/majbritt/rev1/rev1.c new file mode 100644 index 0000000000..79b2c9e601 --- /dev/null +++ b/keyboards/sidderskb/majbritt/rev1/rev1.c @@ -0,0 +1,21 @@ +/* Copyright 2020 MechMerlin + * + * 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.h" + + + +// generated by KBFirmware JSON to QMK Parser +// https://noroadsleft.github.io/kbf_qmk_converter/ |