diff options
author | lfgberg <lfgaberg@gmail.com> | 2021-07-20 12:34:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 09:34:18 -0700 |
commit | 9d523499af110b58b1ec419477841c19985f25b9 (patch) | |
tree | 791d11354b1f08a43a5f8f3b2c51de778ea6cd83 /keyboards/anomalykb/a65i/a65i.c | |
parent | 388a4ae8172e8dda6d3a5fffa1e4f520d8192c62 (diff) | |
download | qmk_firmware-9d523499af110b58b1ec419477841c19985f25b9.tar.gz qmk_firmware-9d523499af110b58b1ec419477841c19985f25b9.zip |
[Keyboard] add anomalykb a65i (#12967)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/anomalykb/a65i/a65i.c')
-rw-r--r-- | keyboards/anomalykb/a65i/a65i.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/anomalykb/a65i/a65i.c b/keyboards/anomalykb/a65i/a65i.c new file mode 100644 index 0000000000..ed9a82938c --- /dev/null +++ b/keyboards/anomalykb/a65i/a65i.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Lfgberg + * + * 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 "a65i.h" |