diff options
author | Pittyolo <kovacspitti@gmail.com> | 2017-10-10 19:08:37 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-10 07:08:37 -1000 |
commit | 31808df29489770a85f15d03e4908c05ee4a3173 (patch) | |
tree | 9cbddbed652bded8998b0abded6ee1794714344a /keyboards/nyquist/keymaps/pitty/config.h | |
parent | cfd118d158bc13cf65ed0bb05fd1995d4892ac2e (diff) | |
download | qmk_firmware-31808df29489770a85f15d03e4908c05ee4a3173.tar.gz |
Added ISO Hungarian friendly keymap (#1808)
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update keymap.c
Diffstat (limited to 'keyboards/nyquist/keymaps/pitty/config.h')
-rw-r--r-- | keyboards/nyquist/keymaps/pitty/config.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/keyboards/nyquist/keymaps/pitty/config.h b/keyboards/nyquist/keymaps/pitty/config.h new file mode 100644 index 000000000..d644803ef --- /dev/null +++ b/keyboards/nyquist/keymaps/pitty/config.h @@ -0,0 +1,42 @@ +/* +Copyright 2017 Danny Nguyen <danny@hexwire.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/>. +*/ + +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +/* Use I2C or Serial, not both */ + +#define USE_SERIAL +// #define USE_I2C + +/* Select hand configuration */ + +#define MASTER_LEFT +// #define _MASTER_RIGHT +// #define EE_HANDS + +#undef RGBLED_NUM +#define RGBLIGHT_ANIMATIONS +#define RGBLED_NUM 8 +#define RGBLIGHT_HUE_STEP 8 +#define RGBLIGHT_SAT_STEP 8 +#define RGBLIGHT_VAL_STEP 8 + +#endif + |