diff options
author | adophoxia <100170946+adophoxia@users.noreply.github.com> | 2022-12-08 08:45:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 03:45:10 +1100 |
commit | fa56e51894cf42cf0bc5bc4bce1b6f0d85c9dc34 (patch) | |
tree | 21267e25c832818560514d7b24e50ec5896c8011 /keyboards/keychron/q4/iso/iso.h | |
parent | 1215fc2a782100bfd6577e1826f8c7e46be137ca (diff) |
Add support for Keychron Q4 (#19048)
Diffstat (limited to 'keyboards/keychron/q4/iso/iso.h')
-rw-r--r-- | keyboards/keychron/q4/iso/iso.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/keychron/q4/iso/iso.h b/keyboards/keychron/q4/iso/iso.h new file mode 100644 index 0000000000..381c674dad --- /dev/null +++ b/keyboards/keychron/q4/iso/iso.h @@ -0,0 +1,19 @@ +/* Copyright 2022 @ Keychron (https://www.keychron.com) + * + * 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"
\ No newline at end of file |