diff options
author | Ivan Gromov <38141348+key10iq@users.noreply.github.com> | 2022-08-11 08:59:05 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 21:59:05 -0700 |
commit | 5dd944d450c5c3eaa15e443fa258e2bb2766fddd (patch) | |
tree | 0fe26619d3d18703d49389f59848fa20e05d5c69 /keyboards/keyten/aperture/aperture.c | |
parent | 34f0c1ac1b0bd5b10735f81ff8e68f7902a6c116 (diff) |
[Keyboard] Add Aperture keyboard (#17980)
Diffstat (limited to 'keyboards/keyten/aperture/aperture.c')
-rw-r--r-- | keyboards/keyten/aperture/aperture.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/keyten/aperture/aperture.c b/keyboards/keyten/aperture/aperture.c new file mode 100644 index 0000000000..38415add5a --- /dev/null +++ b/keyboards/keyten/aperture/aperture.c @@ -0,0 +1,17 @@ + /* Copyright 2022 Ivan Gromov (@key10iq) + * + * 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 "aperture.h" |