diff --git a/keyboards/gmmk/pro/rev1/iso/keymaps/noble/config.h b/keyboards/gmmk/pro/rev1/iso/keymaps/noble/config.h index 5948625784..649b305faf 100644 --- a/keyboards/gmmk/pro/rev1/iso/keymaps/noble/config.h +++ b/keyboards/gmmk/pro/rev1/iso/keymaps/noble/config.h @@ -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 diff --git a/keyboards/gmmk/pro/rev1/iso/keymaps/noble/keymap.c b/keyboards/gmmk/pro/rev1/iso/keymaps/noble/keymap.c index 74ab80daf2..1f2b928c20 100644 --- a/keyboards/gmmk/pro/rev1/iso/keymaps/noble/keymap.c +++ b/keyboards/gmmk/pro/rev1/iso/keymaps/noble/keymap.c @@ -181,13 +181,4 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) { break; } 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), -}; +}; \ No newline at end of file