You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In addition to #454, the following changes have been made (WIP)
resolve conflicts
update QMK to 0.22.14 (last version of 0.22.x)
tools to measure and compare firmware sizes
drop RGBLIGHT effects to make room for size
configurable number of auto mouse layer by each keymaps
declare auto mouse layer in each keymaps
enable auto mouse layer in each keymaps
review features which enabled automatically by defining POINTING_DEVICE_AUTO_MOUSE_ENABLE
QMK itself has the state variables for the auto mouse layer, so there's no need for keyball to prepare them, right?
Isn't it necessary to use macros to switch between declaration and definition of constant values?
Some of the public functions for operating the auto mouse layer are in QMK, so there's no need for keyball to provide them, right?
Wouldn't it be better to completely review the display content and method regarding OLED's auto mouse layer? In particular, I would like to correct the current situation where keyball_oled_render_amlinfo is not used at all.
review keycodes and its default layout for auto mouse layer
research on more reducing size (flags on compile or link)
There are differences in size of each firmware in my working environment before and after merging #454.
It looks like 1.5-2.0K additional capacity is required.
Clarified the demarcation point about Auto Mouse Layer
* don't provide wrappers for functions which QMK auto mouse layer provides
* store/restore timeout to EEPROM in very simple way
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
merge and reworking #454
In addition to #454, the following changes have been made (WIP)
POINTING_DEVICE_AUTO_MOUSE_ENABLE
https://docs.qmk.fm/#/feature_pointing_device?id=pointing-device-auto-mouse