diff options
author | Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> | 2021-09-16 13:28:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 20:28:40 -0700 |
commit | b5cc2bdc34d9091e7b31fcb9676e0d37b0282aad (patch) | |
tree | 10d6ed6c12e4faa8cb7e0f5581a40e4c1222901a /keyboards/idobao/id96/id96.c | |
parent | ae821ce4b77f873f5122747ee48c02778637bac6 (diff) |
[Keyboard] Add the Idobao ID96 keyboard (#14371)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/idobao/id96/id96.c')
-rw-r--r-- | keyboards/idobao/id96/id96.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/idobao/id96/id96.c b/keyboards/idobao/id96/id96.c new file mode 100644 index 0000000000..1bb863f1ff --- /dev/null +++ b/keyboards/idobao/id96/id96.c @@ -0,0 +1,19 @@ +/* + * This file is part of the QMK Firmware distribution (https://github.com/qmk/qmk_firmware). + * Copyright 2018-2021 "kaylanm" <http://github.com/kaylanm> [Melody96] + * Vino Rodrigues <http://github.com/vinorodrigues> [ID96] + * + * 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, version 3. + * + * 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 "id96.h" |