Cleaning up stuff

- Updated Documentation and images
- Change mouse button 3 combo
This commit is contained in:
Victor 2024-05-05 23:59:38 -05:00
parent 61e49576f2
commit 989698c004
Failed to generate hash of commit
4 changed files with 35 additions and 39 deletions

View file

@ -6,7 +6,7 @@
#if defined(MOUSEKEY_ENABLE)
const uint16_t PROGMEM mou_btn1_combo[] = { KC_D, KC_F, COMBO_END };
const uint16_t PROGMEM mou_btn2_combo[] = { KC_S, KC_D, COMBO_END };
const uint16_t PROGMEM mou_btn3_combo[] = { KC_G, KC_B, COMBO_END };
const uint16_t PROGMEM mou_btn3_combo[] = { KC_F, KC_G, COMBO_END };
const uint16_t PROGMEM mou_btn4_combo[] = { KC_F, KC_R, COMBO_END };
const uint16_t PROGMEM mou_btn5_combo[] = { KC_T, KC_G, COMBO_END };
const uint16_t PROGMEM mou_drg_combo[] = { KC_X, KC_C, COMBO_END };