diff options
author | くまお工房 <52371962+kumaokobo@users.noreply.github.com> | 2019-11-20 05:51:47 +0900 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-19 12:51:47 -0800 |
commit | bb87bdec82433053eef68caa5fe4a03083a13e9c (patch) | |
tree | 6d726c80f221eb7fc3b446d36c4d435abdee5169 /keyboards/kudox/columner/keymaps/default/config.h | |
parent | 687a24f2980e6e490ac8e43104f4176b033c9243 (diff) |
[Keyboard] Add Kudox column-staggered layout. (#7400)
* Add Kudox columner layout.
* Remove an extra comma from info.json.
Diffstat (limited to 'keyboards/kudox/columner/keymaps/default/config.h')
-rw-r--r-- | keyboards/kudox/columner/keymaps/default/config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/kudox/columner/keymaps/default/config.h b/keyboards/kudox/columner/keymaps/default/config.h new file mode 100644 index 0000000000..f5bf85cca0 --- /dev/null +++ b/keyboards/kudox/columner/keymaps/default/config.h @@ -0,0 +1,17 @@ +/* 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 |