summaryrefslogtreecommitdiff
path: root/keyboards/cablecardesigns
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-01-30 08:17:18 +1100
committerGitHub <noreply@github.com>2022-01-29 21:17:18 +0000
commit9482a097c83264792cc593cb5f96a5b06e09192b (patch)
treeaca3f45997a6dfd3f84e0e136b1f85d06de574b3 /keyboards/cablecardesigns
parentdd9bbd8d4a7e794ac42edb7e49700bed65645435 (diff)
Fix Cypher rev6 VIA keymap (#16117)
Diffstat (limited to 'keyboards/cablecardesigns')
-rw-r--r--keyboards/cablecardesigns/cypher/rev6/keymaps/via/keymap.c2
1 files changed, 1 insertions, 1 deletions
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;
}