Skip to content

Commit

Permalink
add todo for fn lock indicator/dip switch interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
OrichalcumCosmonaut committed Nov 27, 2024
1 parent 9525004 commit 1371ca8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
}
}
// TODO: ideally this should actually be the tap-toggle state, not the current state
// TODO: this should depend on the dip-switch state too
if (IS_LAYER_ON(MAC_FN) || IS_LAYER_ON(WIN_FN)) {
RGB_MATRIX_INDICATOR_SET_COLOR(FN_LOCK_LED_INDEX, 255, 255, 255);
} else {
Expand Down

0 comments on commit 1371ca8

Please sign in to comment.