diff options
author | tuesdayjohn <hajimeokuda@gmail.com> | 2019-07-30 03:22:44 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-30 00:22:44 -0700 |
commit | 046fb112598069879fd13a6a8eb68106316dcb6c (patch) | |
tree | 13f0babd4a2722371f636f44f0b4c56641af4cd4 /keyboards/keebio/rorschach/keymaps/tuesdayjohn/config.h | |
parent | 77a1c75cf622bb74105b3bb64e9dc2ef182c1f63 (diff) | |
download | qmk_firmware-046fb112598069879fd13a6a8eb68106316dcb6c.tar.gz qmk_firmware-046fb112598069879fd13a6a8eb68106316dcb6c.zip |
[Keymap] Added keymap folder matching username to rorschach; added readme to old keympa (#5970)
* Added keymap folder matching username; added readme to old keymap
* Update config.h
Diffstat (limited to 'keyboards/keebio/rorschach/keymaps/tuesdayjohn/config.h')
-rw-r--r-- | keyboards/keebio/rorschach/keymaps/tuesdayjohn/config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/keebio/rorschach/keymaps/tuesdayjohn/config.h b/keyboards/keebio/rorschach/keymaps/tuesdayjohn/config.h new file mode 100644 index 0000000000..2048232c9c --- /dev/null +++ b/keyboards/keebio/rorschach/keymaps/tuesdayjohn/config.h @@ -0,0 +1,23 @@ +#pragma once + +/* 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 IGNORE_MOD_TAP_INTERRUPT +#define TAPPING_TERM 175 +#define TAPPING_TOGGLE 2 + +// #undef RGBLED_NUM +// #define RGBLIGHT_ANIMATIONS +// #define RGBLED_NUM 12 +// #define RGBLIGHT_HUE_STEP 8 +// #define RGBLIGHT_SAT_STEP 8 +// #define RGBLIGHT_VAL_STEP 8 |