diff options
Diffstat (limited to 'keyboards/gh60/keymaps/robotmaxtron/config.h')
| -rw-r--r-- | keyboards/gh60/keymaps/robotmaxtron/config.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/keyboards/gh60/keymaps/robotmaxtron/config.h b/keyboards/gh60/keymaps/robotmaxtron/config.h index abaddb71f..925a69efe 100644 --- a/keyboards/gh60/keymaps/robotmaxtron/config.h +++ b/keyboards/gh60/keymaps/robotmaxtron/config.h | |||
| @@ -161,26 +161,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 161 | /* | 161 | /* |
| 162 | * RGB Underglow | 162 | * RGB Underglow |
| 163 | * These settings are for the F4 by default: | 163 | * These settings are for the F4 by default: |
| 164 | * | ||
| 165 | * | 164 | * |
| 166 | * #define ws2812_PORTREG PORTF | 165 | * |
| 167 | * #define ws2812_DDRREG DDRF | ||
| 168 | * #define ws2812_pin PF4 | 166 | * #define ws2812_pin PF4 |
| 169 | * #define RGBLED_NUM 14 // Number of LEDs | 167 | * #define RGBLED_NUM 14 // Number of LEDs |
| 170 | * #define RGBLIGHT_HUE_STEP 10 | 168 | * #define RGBLIGHT_HUE_STEP 10 |
| 171 | * #define RGBLIGHT_SAT_STEP 17 | 169 | * #define RGBLIGHT_SAT_STEP 17 |
| 172 | * #define RGBLIGHT_VAL_STEP 17 | 170 | * #define RGBLIGHT_VAL_STEP 17 |
| 173 | * | 171 | * |
| 174 | * The firmware supports 5 different light effects, and the color (hue, saturation, brightness) can be customized in most effects. | 172 | * The firmware supports 5 different light effects, and the color (hue, saturation, brightness) can be customized in most effects. |
| 175 | * To control the underglow, you need to modify your keymap file to assign those functions to some keys/key combinations. | 173 | * To control the underglow, you need to modify your keymap file to assign those functions to some keys/key combinations. |
| 176 | * For details, please check this keymap. keyboard/planck/keymaps/yang/keymap.c | 174 | * For details, please check this keymap. keyboard/planck/keymaps/yang/keymap.c |
| 177 | */ | 175 | */ |
| 178 | 176 | ||
| 179 | /* Deprecated code below | ||
| 180 | #define ws2812_PORTREG PORTF | ||
| 181 | #define ws2812_DDRREG DDRF | ||
| 182 | #define ws2812_pin PF4 | ||
| 183 | */ | ||
| 184 | #define RGB_DI_PIN F4 | 177 | #define RGB_DI_PIN F4 |
| 185 | #define RGBLIGHT_ANIMATIONS | 178 | #define RGBLIGHT_ANIMATIONS |
| 186 | #define RGBLED_NUM 8 // Number of LEDs | 179 | #define RGBLED_NUM 8 // Number of LEDs |
