summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add Per Key exclusions for Haptic Feedback (#12386)Roland Huber2021-06-191-1/+25
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-202-22/+31
|\
| * Add Mac centric Shift and Alt + GUI Macros (#13107)Albert Y2021-06-192-22/+31
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-06-204-19/+67
|\|
| * [Docs] update Japanese translation of tap_hold.md (#12820)umi2021-06-181-6/+24
| | | | | | | | | | * update tap_hold.md translation * restore unnecessary change line
| * [Docs] update Japanese translation of hardware_keyboard_guidelines.md (#12769)umi2021-06-181-2/+21
| | | | | | | | | | * update hardware_keyboard_guidelines.md translation * update based on comment
| * [Docs] update Japanese translation of feature_haptic_feedback.md (#12737)umi2021-06-181-6/+13
| | | | | | | | | | | | | | | | | | * update feature_haptic_feedback.md translation * change url of driver pdf location * change buzz word * update based on comment
| * Update merge sequence to reflect no-ff, no-squash. (#13038)Nick Brassel2021-06-181-4/+8
| |
* | ST7565 invert (#13237)Ryan2021-06-191-0/+4
| |
* | Add oled_invert (#13172)Ignaz Kevenaar2021-06-191-0/+4
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Extensible split data sync (#11930)Nick Brassel2021-06-182-12/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-06-172-16/+18
|\|
| * OLED driver tweaks (#13215)Ryan2021-06-171-15/+15
| |
| * Document user song list file (#13101)Drashna Jaelre2021-06-151-1/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-162-0/+4
|\|
| * Top level heading for common config (LED Matrix) (#13153)Brian Low2021-06-151-0/+2
| |
| * Top level heading for common config (RGB Matrix) (#13120)Brian Low2021-06-151-0/+2
| | | | | | | | | | | | | | * 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)
* | Add asym_eager_defer_pk debounce type (#12689)Simon Arlott2021-06-161-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-161-1/+1
|\|
| * [Docs] Update one_shot_keys.md (#12291)Thomas Museus Dabay2021-06-151-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-141-5/+23
|\|
| * [Docs] Update Japanese newbs_learn_more_resources.md (#12839)shela2021-06-141-5/+23
| | | | | | | | | | * Update Japanese newbs_learn_more_resources.md document. * Slightly modded
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-141-0/+1
|\|
| * [Docs] Update feature_split_keyboard.md (#13205)Markus Knutsson2021-06-131-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-121-3/+7
|\|
| * [Docs] update Japanese translation of feature_pointing_device.md (#12753)umi2021-06-131-3/+7
| | | | | | | | | | * update feature_pointing_device.md translation * update based on comment
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-121-10/+16
|\|
| * [Docs] Update Japanese newbs_flashing.md (#12837)shela2021-06-131-10/+16
| | | | | | | | | | | | | | * Update Japanese newbs_flashing.md document. * Slightly modded * Apply suggestions from code review
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-121-15/+7
|\|
| * Update Japanese newbs.md document. (#12835)shela2021-06-131-15/+7
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-122-0/+124
|\|
| * [Docs] Japanese translation of docs/data_driven_config.md (#12066)Takeshi ISHII2021-06-132-0/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Add ST7565 LCD driver (#13089)Ryan2021-06-102-0/+271
| | | | | | Co-authored-by: Joakim Tufvegren <jocke@barbanet.com>
* | GMMK Pro RGB Support (#13147)Gigahawk2021-06-101-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 single memcmp to determine if matrix changed. (#13064)Nick Brassel2021-06-092-0/+11
| | | | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-071-3/+3
|\|
| * Update Japanese newbs_building_firmware_configurator.md document. (#12836)shela2021-06-081-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-071-3/+3
|\|
| * update ref_functions.md translation (#12784)umi2021-06-081-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-071-3/+3
|\|
| * update one_shot_keys.md translation (#12771)umi2021-06-081-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-071-3/+3
|\|
| * update hardware_avr.md translation (#12760)umi2021-06-081-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-071-3/+3
|\|
| * update feature_rawhid.md translation (#12759)umi2021-06-081-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-071-2/+10
|\|
| * [Docs] update Japanese translation of custom_quantum_functions.md (#12715)umi2021-06-081-2/+10
| | | | | | | | | | | | | | | | | | | | | | * update custom_quantum_functions.md translation * update custom_quantum_functions.md translation * explicitly describe pronoun * update based on comment * update based on comment
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-073-113/+262
|\|
| * [Docs] added basic midi documention of common features (#13113)wxyangf2021-06-063-113/+262
| | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-051-19/+26
|\|