Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-24 | Update Japanese document (#10673) | shela | |
2021-06-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-24 | [Docs] Update Japanese faq documents (#12842) | shela | |
* Update Japanese faq documents. * Update Japanese summary. * Update docs/ja/faq_debug.md Co-authored-by: s-show <s1shimz@gmail.com> * Update docs/ja/faq_misc.md Co-authored-by: s-show <s1shimz@gmail.com> * Apply suggestions from code review Co-authored-by: s-show <s1shimz@gmail.com> | |||
2021-06-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-24 | Update Japanese newbs_getting_started.md (#12841) | shela | |
2021-06-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-24 | Add ID to "## Advanced Macros". (#12830) | s-show | |
2021-06-23 | Allow settable SPI divisor for AW20216 driver, set default to 4 (#13309) | Gigahawk | |
2021-06-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-22 | [Docs] pr_checklist: fix capitalization of Vial (#13301) | xyzz | |
2021-06-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-22 | Additional documentation for GUI mod combo (#13266) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-06-21 | eeprom_i2c driver: added EXTERNAL_EEPROM_WP_PIN configuration option. (#12617) | Purdea Andrei | |
2021-06-21 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-06-21 | Cleanup junk characters, part 1 (#13282) | Ryan | |
2021-06-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-21 | [Docs] Update Japanese getting started documents. (#12806) | shela | |
* Update Japanese getting started documents. * Update faq_build.md * fix typo | |||
2021-06-19 | Add Per Key exclusions for Haptic Feedback (#12386) | Roland Huber | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-06-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-19 | Add Mac centric Shift and Alt + GUI Macros (#13107) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-06-20 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-06-19 | ST7565 invert (#13237) | Ryan | |
2021-06-19 | Add 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-18 | Extensible 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-18 | Update merge sequence to reflect no-ff, no-squash. (#13038) | Nick Brassel | |
2021-06-17 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-06-17 | OLED driver tweaks (#13215) | Ryan | |
2021-06-15 | Document user song list file (#13101) | Drashna Jaelre | |
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | Top level heading for common config (LED Matrix) (#13153) | Brian Low | |
2021-06-15 | Top 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-16 | Add asym_eager_defer_pk debounce type (#12689) | Simon Arlott | |
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | [Docs] Update one_shot_keys.md (#12291) | Thomas Museus Dabay | |
2021-06-14 | Merge remote-tracking branch 'origin/master' into develop | QMK 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-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-13 | [Docs] Update feature_split_keyboard.md (#13205) | Markus Knutsson | |
2021-06-12 | Merge remote-tracking branch 'origin/master' into develop | QMK 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-12 | Merge remote-tracking branch 'origin/master' into develop | QMK 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-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-13 | Update Japanese newbs.md document. (#12835) | shela | |
2021-06-12 | Merge remote-tracking branch 'origin/master' into develop | QMK 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> |