diff options
author | kakunpc <15257475+kakunpc@users.noreply.github.com> | 2019-07-30 14:24:07 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-29 22:24:07 -0700 |
commit | b28f1e6a299c55671217a6ad50c4eda15a004e65 (patch) | |
tree | d1179f2b19c252127bc784b712272b48e404f15c /keyboards/suihankey/split/keymaps/default/config.h | |
parent | c806103f4171682821cee5ceaa91dce983072b1d (diff) | |
download | qmk_firmware-b28f1e6a299c55671217a6ad50c4eda15a004e65.tar.gz |
[Keyboard] Add suihankey_rev1 keyboard and Fix default keymap (#6419)
* move alpha
* add suihankey rev1
* fix default keymap.
* remove split
* add split keymap
* move default_split keymap
* fix rev1 config.h
* fix split
* set BOOTMAGIC_ENABLE lite
* fix enum base
Diffstat (limited to 'keyboards/suihankey/split/keymaps/default/config.h')
-rw-r--r-- | keyboards/suihankey/split/keymaps/default/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/suihankey/split/keymaps/default/config.h b/keyboards/suihankey/split/keymaps/default/config.h new file mode 100644 index 000000000..bf1149ebc --- /dev/null +++ b/keyboards/suihankey/split/keymaps/default/config.h @@ -0,0 +1,19 @@ +/* Copyright 2019 kakunpc + * + * 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 + +// place overrides here |