diff options
author | x1 <viva008@gmail.com> | 2019-11-05 16:07:31 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-04 23:07:31 -0800 |
commit | dcb2d63302fefe1b37b8ca606ce7241ae8655389 (patch) | |
tree | 4474809a1356bbe4b1ee7f9862ffb562e9aa8076 /keyboards/kudox/keymaps/default/config.h | |
parent | dc1137129d063975b3191853dc96d0095fcf94d6 (diff) |
[Keyboard] Add Kudox Rev2 (#7253)
* Add a directory as rev2 in keybords/kudox.
* Modified default keymap of Kudox.
* Modified JIS keymap of Kudox.
* Changed kudox default from rev1 to rev2.
* Modified a keymap of kudox/x1.
* Move keyboards/kudox/keymaps to keyboards/kudox/rev1/.
* Remove keyboards/kudox/info.json.
* Modified kudox's READMEs.
* Remove unnecessary codes.
Diffstat (limited to 'keyboards/kudox/keymaps/default/config.h')
-rw-r--r-- | keyboards/kudox/keymaps/default/config.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/kudox/keymaps/default/config.h b/keyboards/kudox/keymaps/default/config.h deleted file mode 100644 index f5bf85cca0..0000000000 --- a/keyboards/kudox/keymaps/default/config.h +++ /dev/null @@ -1,17 +0,0 @@ -/* 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/>. - */ - -#pragma once |