You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
294 B
C

#pragma once
//Teal and Blue
#define RGB_MATRIX_STARTUP_HUE 127 // Default boot color
#define RGB_MATRIX_STARTUP_SPD 47 // Used to determine the color for the modifiers
#define RGB_MATRIX_STARTUP_VAL 80
#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_REACTIVE
#define TAPPING_TERM 100