vial/combo: implement dynamic combos
This commit is contained in:
@@ -38,6 +38,10 @@ void dynamic_keymap_set_qmk_settings(uint16_t offset, uint8_t value);
|
||||
int dynamic_keymap_get_tap_dance(uint8_t index, vial_tap_dance_entry_t *entry);
|
||||
int dynamic_keymap_set_tap_dance(uint8_t index, const vial_tap_dance_entry_t *entry);
|
||||
#endif
|
||||
#ifdef VIAL_COMBO_ENABLE
|
||||
int dynamic_keymap_get_combo(uint8_t index, vial_combo_entry_t *entry);
|
||||
int dynamic_keymap_set_combo(uint8_t index, const vial_combo_entry_t *entry);
|
||||
#endif
|
||||
void dynamic_keymap_reset(void);
|
||||
// These get/set the keycodes as stored in the EEPROM buffer
|
||||
// Data is big-endian 16-bit values (the keycodes)
|
||||
|
||||
Reference in New Issue
Block a user