diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2019-06-03 17:46:00 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-03 00:46:00 -0700 |
commit | 1a9173cafc88bfb2fa30b14f38a3371e87e53193 (patch) | |
tree | 89f32124a2c83633ce7acd5f03c99a55d6fec3b4 /keyboards/wilba_tech/wt65_b/wt65_b.c | |
parent | 4a8e62d30ec83921385a502a7cee3c6634e95988 (diff) | |
download | qmk_firmware-1a9173cafc88bfb2fa30b14f38a3371e87e53193.tar.gz qmk_firmware-1a9173cafc88bfb2fa30b14f38a3371e87e53193.zip |
[Keyboard] Added WT65-B, WT75-B, minor fixes (#5991)
* Added WT65-B, WT75-B, minor fixes
* Update keyboards/wilba_tech/wt65_b/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/wilba_tech/wt65_b/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/wilba_tech/wt75_b/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Change DEBOUNCING_DELAY to DEBOUNCE
* Change DEBOUNCING_DELAY to DEBOUNCE
Diffstat (limited to 'keyboards/wilba_tech/wt65_b/wt65_b.c')
-rw-r--r-- | keyboards/wilba_tech/wt65_b/wt65_b.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/wt65_b/wt65_b.c b/keyboards/wilba_tech/wt65_b/wt65_b.c new file mode 100644 index 0000000000..365f2e8861 --- /dev/null +++ b/keyboards/wilba_tech/wt65_b/wt65_b.c @@ -0,0 +1,17 @@ +/* Copyright 2019 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... ;-) |