Skip to content

Commit

Permalink
Update keyboards/redragon/k715/keymaps/default/keymap.c
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
temp4gh and fauxpark authored Nov 26, 2024
1 parent b9556d6 commit 11e2411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/redragon/k715/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum layer_names
#ifdef ENCODER_MAP_ENABLE
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
[_BASE] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
[_FnLay] = { ENCODER_CCW_CW(RGB_VAD, RGB_VAI) },
[_FnLay] = { ENCODER_CCW_CW(RM_VALD, RM_VALU) },
};
#endif

Expand Down

0 comments on commit 11e2411

Please sign in to comment.