diff options
author | hdbx <38972365+hdbx@users.noreply.github.com> | 2018-05-05 02:27:00 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-04 10:27:00 -0700 |
commit | 1806509ad5d34d6eabf2968097d6f68f048fc761 (patch) | |
tree | 8962c3daf108f788197c9e14ebfe03aff61da56a /keyboards/ergo42/keymaps/hdbx/config.h | |
parent | f969d5ed2870b54a80a0faa6f38eb21d4608e12d (diff) | |
download | qmk_firmware-1806509ad5d34d6eabf2968097d6f68f048fc761.tar.gz qmk_firmware-1806509ad5d34d6eabf2968097d6f68f048fc761.zip |
Add new keymap for Ergo42 (#2891)
* Add Ergo42 keymaps
for JIS layout
Diffstat (limited to 'keyboards/ergo42/keymaps/hdbx/config.h')
-rw-r--r-- | keyboards/ergo42/keymaps/hdbx/config.h | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/keyboards/ergo42/keymaps/hdbx/config.h b/keyboards/ergo42/keymaps/hdbx/config.h new file mode 100644 index 0000000000..39be7526ae --- /dev/null +++ b/keyboards/ergo42/keymaps/hdbx/config.h @@ -0,0 +1,48 @@ +/* +This is the c configuration file for the keymap + +Copyright 2012 Jun Wako <wakojun@gmail.com> +Copyright 2015 Jack Humbert + +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 + +#define TAPPING_TERM 120 +#define TAPPING_TOGGLE 3 + +#undef RGBLED_NUM +#define RGBLIGHT_ANIMATIONS +#define RGBLIGHT_SLEEP +#define RGBLED_NUM 14 +#define RGBLIGHT_HUE_STEP 10 +#define RGBLIGHT_SAT_STEP 17 +#define RGBLIGHT_VAL_STEP 17 + +#endif |