diff options
Diffstat (limited to 'keyboards/contra/keymaps/maxr1998/config.h')
| -rw-r--r-- | keyboards/contra/keymaps/maxr1998/config.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/contra/keymaps/maxr1998/config.h b/keyboards/contra/keymaps/maxr1998/config.h new file mode 100644 index 000000000..b384a2fd3 --- /dev/null +++ b/keyboards/contra/keymaps/maxr1998/config.h | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #ifndef CONFIG_USER_H | ||
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "config_common.h" | ||
| 5 | |||
| 6 | #define TAPPING_TOGGLE 2 | ||
| 7 | |||
| 8 | #define RGB_DI_PIN F7 // pin the DI on the WS2812B is hooked-up to | ||
| 9 | #define RGBLIGHT_ANIMATIONS // run RGB animations | ||
| 10 | #define RGBLED_NUM 12 // number of LEDs | ||
| 11 | #define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue | ||
| 12 | #define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation | ||
| 13 | #define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness) | ||
| 14 | |||
| 15 | #endif | ||
