Removed combos
This commit is contained in:
parent
de8c1b097b
commit
7cad4aea83
2 changed files with 2 additions and 11 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
#define DRIVER_1_LED_TOTAL 66
|
||||
#define DRIVER_2_LED_TOTAL 33
|
||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||
//#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||
|
||||
//enable RGB Matrix Effects for Vial
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
|
|
|
@ -182,12 +182,3 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
|
|||
}
|
||||
return false;
|
||||
};
|
||||
|
||||
const uint16_t PROGMEM prev_track[] = {KC_PGDN, KC_LEFT, COMBO_END};
|
||||
const uint16_t PROGMEM next_track[] = {KC_PGDN, KC_RGHT, COMBO_END};
|
||||
const uint16_t PROGMEM play_track[] = {KC_PGDN, KC_DOWN, COMBO_END};
|
||||
combo_t key_combos[] = {
|
||||
COMBO(prev_track, KC_MPRV),
|
||||
COMBO(next_track, KC_MNXT),
|
||||
COMBO(play_track, KC_MPLY),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue