vial-kb / vial-qmk

QMK fork with Vial-specific features.

Home Page:https://get.vial.today/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] In-memory buffer for tap dance storage

M3m3M4n opened this issue · comments

commented

Feature Request Type

  • Core functionality
  • Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
  • Alteration (enhancement/optimization) of existing feature(s)
  • New behavior

Description

In the current source, vial tap dance is handled by reading ROM directly to fetch its data. Would it be faster, easier to customize (code wise) and less taxing on the eeprom if:

  • Tap dance is stored in a buffer in RAM, only commited to eeprom if press "save to rom"
  • Tap dance buffer is loaded from eeprom after initializtion, like using keyboard_post_init_user
  • User can setup their own TD slot in code after its loaded
commented

Please submit feature requests to https://feedback.vial.today/