diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-07 18:31:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-07 18:31:22 +0000 |
commit | 5141d6eeb180ba00973174154d52a4e4d0fae113 (patch) | |
tree | da71e4d33e16530fbbb2a5dd03867a182f91f6d6 /keyboards/cannonkeys/brutalv2_65/brutalv2_65.c | |
parent | fe08bbc4a0fd6d22468807eca9bced50a5570652 (diff) | |
parent | 1c97a0375ee6fc4d66c08807ea5a5f4b8d8fc51b (diff) | |
download | qmk_firmware-5141d6eeb180ba00973174154d52a4e4d0fae113.tar.gz qmk_firmware-5141d6eeb180ba00973174154d52a4e4d0fae113.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/brutalv2_65/brutalv2_65.c')
-rw-r--r-- | keyboards/cannonkeys/brutalv2_65/brutalv2_65.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/brutalv2_65/brutalv2_65.c b/keyboards/cannonkeys/brutalv2_65/brutalv2_65.c new file mode 100644 index 0000000000..e7102c47f2 --- /dev/null +++ b/keyboards/cannonkeys/brutalv2_65/brutalv2_65.c @@ -0,0 +1,16 @@ +/* Copyright 2022 Andrew Kannan + * + * 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 "brutalv2_65.h" |