Code cleanup

- Fixed bug with wrong keys bound to tab
- cleaned up Luna and OLED code
This commit is contained in:
Victor 2024-06-21 23:24:18 -05:00
parent 8a520c259d
commit ce420c5f29
Failed to generate hash of commit
4 changed files with 5 additions and 16 deletions

View file

@ -12,7 +12,7 @@ const uint16_t PROGMEM mou_drg_combo[] = { KC_X, KC_C, COMBO_END };
const uint16_t PROGMEM key_ent_combo[] = { KC_C, KC_V, COMBO_END };
const uint16_t PROGMEM key_bspc_combo[] = { KC_M, TR_COMM, COMBO_END };
const uint16_t PROGMEM key_tab_combo[] = { KC_J, KC_V, COMBO_END };
const uint16_t PROGMEM key_tab_combo[] = { KC_J, KC_K, COMBO_END };
enum combos {