diff options
author | Dao Tak Isaac <daotran0940@gmail.com> | 2021-08-14 01:30:43 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 11:30:43 -0700 |
commit | 2c9957eb7e6e8085226293e8ff60846587b937b9 (patch) | |
tree | 720e9eed5772cd38f8a22338c7d879bd96699764 /keyboards/handwired/dtisaac01/dtisaac01.c | |
parent | f00e56eb0b4e8ab220d52a30f89f3a9213d431fa (diff) |
[Keyboard] Add dtisaac01 keyboard (#13967)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/dtisaac01/dtisaac01.c')
-rw-r--r-- | keyboards/handwired/dtisaac01/dtisaac01.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/handwired/dtisaac01/dtisaac01.c b/keyboards/handwired/dtisaac01/dtisaac01.c new file mode 100644 index 0000000000..b11920280f --- /dev/null +++ b/keyboards/handwired/dtisaac01/dtisaac01.c @@ -0,0 +1,17 @@ +/* Copyright 2021 DTIsaac + * + * 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 "dtisaac01.h" |