Skip to content

Commit

Permalink
increase default brightness for visibility (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
morganvenable authored Sep 5, 2024
1 parent 4ae8020 commit fb4cdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/svalboard/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_LAYERS DYNAMIC_KEYMAP_LAYER_COUNT
#define RGBLIGHT_DEFAULT_SAT 0 // white?
#define RGBLIGHT_LIMIT_VAL 255
#define RGBLIGHT_DEFAULT_VAL 20
#define RGBLIGHT_DEFAULT_VAL 128
#define RGBLIGHT_SLEEP // don't annoy when host asleep
#define RGBLIGHT_MAX_LAYERS 16 //DYNAMIC_KEYMAP_LAYER_COUNT
#define RGBLIGHT_VAL_STEP 10
Expand Down

0 comments on commit fb4cdbe

Please sign in to comment.