Age | Commit message (Collapse) | Author |
|
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
|
Co-authored-by: filterpaper <filterpaper@localhost>
|
|
|
|
|
|
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
* update tap_hold.md translation
* restore unnecessary change line
|
|
* update hardware_keyboard_guidelines.md translation
* update based on comment
|
|
* update feature_haptic_feedback.md translation
* change url of driver pdf location
* change buzz word
* update based on comment
|
|
* Extensible split data sync capability through transactions.
- Split common transport has been split up between the transport layer
and data layer.
- Split "transactions" model used, with convergence between I2C and
serial data definitions.
- Slave matrix "generation count" is used to determine if the full slave
matrix needs to be retrieved.
- Encoders get the same "generation count" treatment.
- All other blocks of data are synchronised when a change is detected.
- All transmissions have a globally-configurable deadline before a
transmission is forced (`FORCED_SYNC_THROTTLE_MS`, default 100ms).
- Added atomicity for all core-synced data, preventing partial updates
- Added retries to AVR i2c_master's i2c_start, to minimise the number of
failed transactions when interrupts are disabled on the slave due to
atomicity checks.
- Some keyboards have had slight modifications made in order to ensure
that they still build due to firmware size restrictions.
* Fixup LED_MATRIX compile.
* Parameterise ERROR_DISCONNECT_COUNT.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Top level heading for common config
Prior to this, the some of the common config looks like a detail of the APA102 driver
* Change heading to Common Config (RGB Matrix)
|
|
|
|
|
|
|
|
|
|
* Update Japanese newbs_learn_more_resources.md document.
* Slightly modded
|
|
|
|
|
|
|
|
* update feature_pointing_device.md translation
* update based on comment
|
|
|
|
* Update Japanese newbs_flashing.md document.
* Slightly modded
* Apply suggestions from code review
|
|
|
|
|
|
|
|
* add docs/ja/data_driven_config.md
* Update docs/ja/data_driven_config.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
Co-authored-by: s-show <s1shimz@gmail.com>
Co-authored-by: shela <shelaf@users.noreply.github.com>
|
|
Co-authored-by: Joakim Tufvegren <jocke@barbanet.com>
|
|
* Enable SPI1 for GMMK pro
* Setup initial boilerplate for new LED driver
* RGB matrix minimally functional
* Map full LED matrix
* Return keymap to default
* Fix printscreen LED mapping
* Reduce max brightness
* Default values for AW20216
* Add documentation for AW20216
* Disable console and warnings
* Run cformat
* Update drivers/awinic/aw20216.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* make aw struct match issi struct
Co-authored-by: Drashna Jaelre <drashna@live.com>
* add led location defines
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Use led pin definitions in keyboard.c
* Add driver indices to led map
* Fix elif typo
* Run cformat
* Update docs
* Fix typo in docs
* Document global brightness limits
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
* Use memcmp to determine if matrix changed.
* Firmware size issues.
* Add documentation for the lack of need of MATRIX_ROW_PINS/MATRIX_COL_PINS, when overriding low-level matrix functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* update custom_quantum_functions.md translation
* update custom_quantum_functions.md translation
* explicitly describe pronoun
* update based on comment
* update based on comment
|
|
|
|
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
|
|
|