diff options
author | Umberto Baldi <34278123+umbynos@users.noreply.github.com> | 2020-03-17 21:51:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 13:51:47 -0700 |
commit | 2f936420ddaffed0d1a22b94b4d666225466193a (patch) | |
tree | d2ef9ff2c162757905bbf35bae764ddc8b881e24 /keyboards/handwired/sick68/sick68.c | |
parent | 6698af9c3d0beee60fd8907dffca884a9044e4e7 (diff) | |
download | qmk_firmware-2f936420ddaffed0d1a22b94b4d666225466193a.tar.gz qmk_firmware-2f936420ddaffed0d1a22b94b4d666225466193a.zip |
[Keyboard] Add sick68 keyboard (#8400)
* add sick68 keyboard
* relocate to keyboards/handwired/sick68
* Apply suggestions from code review
* delete config.h because was emply
* Apply suggestions from code review
Diffstat (limited to 'keyboards/handwired/sick68/sick68.c')
-rw-r--r-- | keyboards/handwired/sick68/sick68.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/handwired/sick68/sick68.c b/keyboards/handwired/sick68/sick68.c new file mode 100644 index 0000000000..c1f37824ca --- /dev/null +++ b/keyboards/handwired/sick68/sick68.c @@ -0,0 +1,17 @@ +/* Copyright 2020 umbynos + * + * 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 "sick68.h" |