diff options
author | Brian Lou <ottodokto@users.noreply.github.com> | 2019-09-19 19:38:42 -0400 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-09-19 16:38:42 -0700 |
commit | 59000f491f83432b320a810630126c0af5baa1d5 (patch) | |
tree | d1990cb6d9ccc4937df4ce9c7d5f51bc45bebd80 /keyboards/dz60/keymaps/ottodokto/config.h | |
parent | 44c5be0a3e56c814120ea4e622907b2f0ba92c9a (diff) | |
download | qmk_firmware-59000f491f83432b320a810630126c0af5baa1d5.tar.gz qmk_firmware-59000f491f83432b320a810630126c0af5baa1d5.zip |
[Keymap] Added my personal keymaps for dz60 and TMO50. (#6772)
* Added ottodokto keymaps for dz60 and tmo50.
* moved placement of keymaps to proper directory
* fixed accidental deletion of semicolon for tmo50 map
* fix to use short form codes
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/dz60/keymaps/ottodokto/config.h')
-rw-r--r-- | keyboards/dz60/keymaps/ottodokto/config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/ottodokto/config.h b/keyboards/dz60/keymaps/ottodokto/config.h new file mode 100644 index 0000000000..331b14f287 --- /dev/null +++ b/keyboards/dz60/keymaps/ottodokto/config.h @@ -0,0 +1,13 @@ +/*---defines-------------------------------------------- */ +#define TAPPING_TOGGLE 2 // toggle on layer on two taps. + +/*---RGB settings-------------------------------------------- */ +#undef RGBLIGHT_HUE_STEP +#undef RGBLIGHT_SAT_STEP +#undef RGBLIGHT_VAL_STEP +#undef RGBLIGHT_EFFECT_CHRISTMAS_INTERVAL + +#define RGBLIGHT_HUE_STEP 10 +#define RGBLIGHT_SAT_STEP 17 +#define RGBLIGHT_VAL_STEP 17 +#define RGBLIGHT_EFFECT_CHRISTMAS_INTERVAL 200
\ No newline at end of file |