diff options
author | Blake <blake@ghost7.com> | 2021-09-22 07:49:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 23:49:46 -0700 |
commit | 01b0eeac1ebbf45ef974152f240b3132470d0da6 (patch) | |
tree | ae2c4456518a25b18af78a3b059a5334d13c52f5 /keyboards/draytronics/elise_v2/elise_v2.c | |
parent | c78a057ec4f3da9487f5fcce29a35785c930e17c (diff) | |
download | qmk_firmware-01b0eeac1ebbf45ef974152f240b3132470d0da6.tar.gz qmk_firmware-01b0eeac1ebbf45ef974152f240b3132470d0da6.zip |
[Keyboard] Version 2 of Draytronics Elise Keyboard + ISO Keymap Change (#14253)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/draytronics/elise_v2/elise_v2.c')
-rwxr-xr-x | keyboards/draytronics/elise_v2/elise_v2.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/draytronics/elise_v2/elise_v2.c b/keyboards/draytronics/elise_v2/elise_v2.c new file mode 100755 index 0000000000..f153d7a341 --- /dev/null +++ b/keyboards/draytronics/elise_v2/elise_v2.c @@ -0,0 +1,18 @@ +/*Copyright 2021 Blake Drayson / Draytronics + +Contact info@draytronics.co.uk + +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 "elise_v2.h" |