diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-30 05:49:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-30 05:49:14 +0000 |
commit | 012d2f1d77da8875ce0b8029ddd7e7587f204aeb (patch) | |
tree | 89636390dad239ac34fef0546307167468742e19 /keyboards/controllerworks/mini42/mini42.h | |
parent | 1a69acd1ad416c82f74a116f0f05ee6ba653f17e (diff) | |
parent | 043e6e72c0a4ec14c7eefa216aa3451796f1ecc2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/controllerworks/mini42/mini42.h')
-rw-r--r-- | keyboards/controllerworks/mini42/mini42.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/controllerworks/mini42/mini42.h b/keyboards/controllerworks/mini42/mini42.h new file mode 100644 index 0000000000..8155798246 --- /dev/null +++ b/keyboards/controllerworks/mini42/mini42.h @@ -0,0 +1,20 @@ +/* + * Copyright 2022 Kevin Gee <info@controller.works> + * + * 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/>. + */ + +#pragma once + +#include "quantum.h" |