diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-31 04:18:09 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-31 04:18:09 +0000 |
commit | b8a1e0b54d93a415ca6c7fde30adcfe781f48158 (patch) | |
tree | 253b01502c2f0a16dd858ab185e34e2635e7e56e /users | |
parent | 54aeba1eaf7f44cc5141d67faa43f6f8d05c302e (diff) | |
parent | 1351dfff08e0ba6b8cac2399a51c9f066979caf9 (diff) | |
download | qmk_firmware-b8a1e0b54d93a415ca6c7fde30adcfe781f48158.tar.gz qmk_firmware-b8a1e0b54d93a415ca6c7fde30adcfe781f48158.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users')
-rw-r--r-- | users/mechmerlin/changelog.md | 4 | ||||
-rw-r--r-- | users/mechmerlin/config.h | 4 | ||||
-rw-r--r-- | users/mechmerlin/readme.md | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/users/mechmerlin/changelog.md b/users/mechmerlin/changelog.md index dc98e2af0..733c65a97 100644 --- a/users/mechmerlin/changelog.md +++ b/users/mechmerlin/changelog.md | |||
@@ -1,6 +1,10 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | All notable changes to my userspace will be documented in this file. | 2 | All notable changes to my userspace will be documented in this file. |
3 | 3 | ||
4 | ## [0.4.1] - 2021-10-30 | ||
5 | |||
6 | ### Added | ||
7 | - `RGB_DISABLE_WHEN_USB_SUSPENDED` added in `config.h`. Couple of my boards now have per key RGB and have been staying on when my computer sleeps. | ||
4 | ## [0.4.0] - 2021-10-05 | 8 | ## [0.4.0] - 2021-10-05 |
5 | 9 | ||
6 | ### Added | 10 | ### Added |
diff --git a/users/mechmerlin/config.h b/users/mechmerlin/config.h index 698e237b0..459c18167 100644 --- a/users/mechmerlin/config.h +++ b/users/mechmerlin/config.h | |||
@@ -5,6 +5,10 @@ | |||
5 | #define RGBLIGHT_ANIMATIONS | 5 | #define RGBLIGHT_ANIMATIONS |
6 | #endif // RGBLIGHT_ENABLE | 6 | #endif // RGBLIGHT_ENABLE |
7 | 7 | ||
8 | #ifdef RGB_MATRIX_ENABLE | ||
9 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | ||
10 | #endif | ||
11 | |||
8 | #ifdef AUDIO_CLICKY | 12 | #ifdef AUDIO_CLICKY |
9 | #define AUDIO_CLICKY_ON | 13 | #define AUDIO_CLICKY_ON |
10 | #define AUDIO_CLICKY_FREQ_DEFAULT 261.63f | 14 | #define AUDIO_CLICKY_FREQ_DEFAULT 261.63f |
diff --git a/users/mechmerlin/readme.md b/users/mechmerlin/readme.md index c0b1c54c5..107095311 100644 --- a/users/mechmerlin/readme.md +++ b/users/mechmerlin/readme.md | |||
@@ -39,9 +39,9 @@ Output the version of QMK Firmware on device. | |||
39 | ## QMK Features | 39 | ## QMK Features |
40 | ---- | 40 | ---- |
41 | 41 | ||
42 | ### RGBLIGHT_SLEEP | 42 | ### RGBLIGHT_SLEEP and RGB_DISABLE_WHEN_USB_SUSPENDED |
43 | 43 | ||
44 | Ensures that when my computer is in sleep mode, the keyboard underglow lights will also be off. | 44 | Ensures that when my computer is in sleep mode, the keyboard underglow and inswitch RGB lights will also be off. |
45 | 45 | ||
46 | ### Audio Clicky | 46 | ### Audio Clicky |
47 | 47 | ||