diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2018-05-20 18:28:05 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-20 10:28:05 -0700 |
commit | 068b80383f6a796983c25b223f6f3faa4216fa7b (patch) | |
tree | 7a19012bd300f8437d47d74d0cc9db70f59075bb /keyboards/hs60/keymaps/ANSI/config.h | |
parent | 3e0ec8b1719f3f98da3c4327908a5bb10a6b0c9b (diff) | |
download | qmk_firmware-068b80383f6a796983c25b223f6f3faa4216fa7b.tar.gz |
HS60 ANSI keymap (#3010)
* Added Modular keyboards L,R and NUM
Created code modules for the 3 modules of the modular keyboard.
Original idea by MechboardsUK. Uses i2c implementation similar to lets
split
* Remove modular from master
This is to fix incorrect branching
* HS60 ANSI update
* HS60 ANSI update
Diffstat (limited to 'keyboards/hs60/keymaps/ANSI/config.h')
-rw-r--r-- | keyboards/hs60/keymaps/ANSI/config.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/hs60/keymaps/ANSI/config.h b/keyboards/hs60/keymaps/ANSI/config.h new file mode 100644 index 000000000..bab67fd55 --- /dev/null +++ b/keyboards/hs60/keymaps/ANSI/config.h @@ -0,0 +1,26 @@ +/* +Copyright 2018 Yiancar + +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/>. +*/ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +/* Include overwrites for specific keymap */ + +#define HS60_ANSI + +#endif
\ No newline at end of file |