diff options
author | x1 <viva008@gmail.com> | 2019-08-07 02:14:40 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-06 10:14:40 -0700 |
commit | 9587fac72a749e07bcdede40f8059df77a04a3e4 (patch) | |
tree | 1a9c4df581f33464e241366d92b1df897bc5927a /keyboards/kudox/kudox.c | |
parent | e5831d79c044f394243cfdfe604b91837067b7d6 (diff) |
[Keyboard] Add kudox keyboard (#6459)
* Add Kudox Keyboard profile.
* Modified info.json and image link on readme.
* Remove unnecessary codes.
* Set BootLoader caterina.
* Remove duplicated settings on rules.mk.
* Clean up config.h.
* Modified include header path.
* Modified info.json to adjust 4th row keys y position.
* Separate default keymap and my keymap.
* Modified RGB_LED_* settings on kudox/rev1/config.h.
Diffstat (limited to 'keyboards/kudox/kudox.c')
-rw-r--r-- | keyboards/kudox/kudox.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/kudox/kudox.c b/keyboards/kudox/kudox.c new file mode 100644 index 0000000000..d7643747ad --- /dev/null +++ b/keyboards/kudox/kudox.c @@ -0,0 +1,16 @@ +/* Copyright 2019 Kumao Kobo <kumaokobo@gmail.com> + * + * 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 "kudox.h" |