]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/contra/keymaps/maxr1998/config.h
[Keymap] Actually swap space and left control in gaming mode (#6162)
[qmk_firmware.git] / keyboards / contra / keymaps / maxr1998 / config.h
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