diff options
author | Xelus22 <lovlots@hotmail.com> | 2019-06-21 02:20:15 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-20 09:20:15 -0700 |
commit | e15417eca8d84403096b7604e5106a6d494564cd (patch) | |
tree | 52fd7f0c8865e2849319a884932082fc7c738b0f /keyboards/aeboards/ext65/ext65.c | |
parent | 317b8095647e208a7ac1ecf6b110051ca46553a8 (diff) | |
download | qmk_firmware-e15417eca8d84403096b7604e5106a6d494564cd.tar.gz |
[Keyboard] Aeboards Ext65 - New keyboard & Aegis Update (#6127)
* aegis config update and ext65 added
* update readme's
* PID ext65 change
* fix ext65 config
Diffstat (limited to 'keyboards/aeboards/ext65/ext65.c')
-rw-r--r-- | keyboards/aeboards/ext65/ext65.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/aeboards/ext65/ext65.c b/keyboards/aeboards/ext65/ext65.c new file mode 100644 index 000000000..f52f8d438 --- /dev/null +++ b/keyboards/aeboards/ext65/ext65.c @@ -0,0 +1,18 @@ +/* Copyright 2018 Jason Williams (Wilba) + * + * 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/>. + */ + +// Nothing to see here, move along... ;-) + |