diff options
author | T.Shinohara <takuma1201@gmail.com> | 2019-11-11 02:15:38 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-10 09:15:38 -0800 |
commit | e87434aa32de977f6e6672abff80386a10d65fb6 (patch) | |
tree | b2b3118e6927fc092e07a9d35153f394448f43bb /keyboards/shiro/keymaps/default_mac/config.h | |
parent | 1d4287cb9535a8ba7ab5d2aa0846167f34fc5b67 (diff) | |
download | qmk_firmware-e87434aa32de977f6e6672abff80386a10d65fb6.tar.gz |
[Keymap] Shino3/shiro Add Mac Keymaps (#7319)
* add keyboard new macro pad "Kuro"
* change main readme.md
* remove not used code from default/keymap.c
* Remove unnecessary code
* Supports info.json
* removed back slash and not used functions.
* update at product link. add japanese messages.
* Merge All
* [Shiro]Add MacKeymap
Diffstat (limited to 'keyboards/shiro/keymaps/default_mac/config.h')
-rw-r--r-- | keyboards/shiro/keymaps/default_mac/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/shiro/keymaps/default_mac/config.h b/keyboards/shiro/keymaps/default_mac/config.h new file mode 100644 index 000000000..369388ada --- /dev/null +++ b/keyboards/shiro/keymaps/default_mac/config.h @@ -0,0 +1,19 @@ +/* Copyright 2019 T.Shinohara + * + * 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 |