mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 04:54:43 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
830b795ee3
1 changed files with 2 additions and 0 deletions
|
@ -51,11 +51,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define RGB_DI_PIN C6
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#define RGBLED_NUM 24 // Number of LEDs
|
||||
#define RGBLIGHT_LIMIT_VAL 200
|
||||
#endif
|
||||
|
||||
/* RGB matrix support */
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
#define DRIVER_LED_TOTAL 24 // Number of LEDs
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue