summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-06-19Add Per Key exclusions for Haptic Feedback (#12386)Roland Huber
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-06-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-19Add Mac centric Shift and Alt + GUI Macros (#13107)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-06-20Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-06-19ST7565 invert (#13237)Ryan
2021-06-19Add oled_invert (#13172)Ignaz Kevenaar
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-06-18[Docs] update Japanese translation of tap_hold.md (#12820)umi
* update tap_hold.md translation * restore unnecessary change line
2021-06-18[Docs] update Japanese translation of hardware_keyboard_guidelines.md (#12769)umi
* update hardware_keyboard_guidelines.md translation * update based on comment
2021-06-18[Docs] update Japanese translation of feature_haptic_feedback.md (#12737)umi
* update feature_haptic_feedback.md translation * change url of driver pdf location * change buzz word * update based on comment
2021-06-18Extensible split data sync (#11930)Nick Brassel
* 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.
2021-06-18Update merge sequence to reflect no-ff, no-squash. (#13038)Nick Brassel
2021-06-17Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-06-17OLED driver tweaks (#13215)Ryan
2021-06-15Document user song list file (#13101)Drashna Jaelre
2021-06-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-15Top level heading for common config (LED Matrix) (#13153)Brian Low
2021-06-15Top level heading for common config (RGB Matrix) (#13120)Brian Low
* 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)
2021-06-16Add asym_eager_defer_pk debounce type (#12689)Simon Arlott
2021-06-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-15[Docs] Update one_shot_keys.md (#12291)Thomas Museus Dabay
2021-06-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-14[Docs] Update Japanese newbs_learn_more_resources.md (#12839)shela
* Update Japanese newbs_learn_more_resources.md document. * Slightly modded
2021-06-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-13[Docs] Update feature_split_keyboard.md (#13205)Markus Knutsson
2021-06-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-13[Docs] update Japanese translation of feature_pointing_device.md (#12753)umi
* update feature_pointing_device.md translation * update based on comment
2021-06-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-13[Docs] Update Japanese newbs_flashing.md (#12837)shela
* Update Japanese newbs_flashing.md document. * Slightly modded * Apply suggestions from code review
2021-06-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-13Update Japanese newbs.md document. (#12835)shela
2021-06-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-13[Docs] Japanese translation of docs/data_driven_config.md (#12066)Takeshi ISHII
* 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>
2021-06-10Add ST7565 LCD driver (#13089)Ryan
Co-authored-by: Joakim Tufvegren <jocke@barbanet.com>
2021-06-10GMMK Pro RGB Support (#13147)Gigahawk
* 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>
2021-06-09Use single memcmp to determine if matrix changed. (#13064)Nick Brassel
* 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.
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-08Update Japanese newbs_building_firmware_configurator.md document. (#12836)shela
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-08update ref_functions.md translation (#12784)umi
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-08update one_shot_keys.md translation (#12771)umi
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-08update hardware_avr.md translation (#12760)umi
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-08update feature_rawhid.md translation (#12759)umi
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-08[Docs] update Japanese translation of custom_quantum_functions.md (#12715)umi
* update custom_quantum_functions.md translation * update custom_quantum_functions.md translation * explicitly describe pronoun * update based on comment * update based on comment
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-06[Docs] added basic midi documention of common features (#13113)wxyangf
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>
2021-06-05Merge remote-tracking branch 'origin/master' into developQMK Bot