From 1371ca8a4e8df887e8aaa7e33fe50b1e35f5b526 Mon Sep 17 00:00:00 2001 From: "Quinn X. J." Date: Wed, 27 Nov 2024 14:01:28 +1000 Subject: [PATCH] add todo for fn lock indicator/dip switch interaction --- .../q11/ansi_encoder/keymaps/OrichalcumCosmonaut/keymap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/keychron/q11/ansi_encoder/keymaps/OrichalcumCosmonaut/keymap.c b/keyboards/keychron/q11/ansi_encoder/keymaps/OrichalcumCosmonaut/keymap.c index b9fab7f7abcc..7e18b1b78677 100755 --- a/keyboards/keychron/q11/ansi_encoder/keymaps/OrichalcumCosmonaut/keymap.c +++ b/keyboards/keychron/q11/ansi_encoder/keymaps/OrichalcumCosmonaut/keymap.c @@ -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 {