From 9482a097c83264792cc593cb5f96a5b06e09192b Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 30 Jan 2022 08:17:18 +1100 Subject: [PATCH] Fix Cypher rev6 VIA keymap (#16117) --- keyboards/cablecardesigns/cypher/rev6/keymaps/via/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/cablecardesigns/cypher/rev6/keymaps/via/keymap.c b/keyboards/cablecardesigns/cypher/rev6/keymaps/via/keymap.c index 967e508a29..371b876623 100644 --- a/keyboards/cablecardesigns/cypher/rev6/keymaps/via/keymap.c +++ b/keyboards/cablecardesigns/cypher/rev6/keymaps/via/keymap.c @@ -34,7 +34,7 @@ bool led_update_user(led_t led_state) { } layer_state_t layer_state_set_user(layer_state_t state) { - rgblight_set_layer_state(2, layer_state_cmp(state, _F1)); + rgblight_set_layer_state(2, layer_state_cmp(state, 1)); return state; }