summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\|
| * Update Japanese document (#10670)shela2021-06-061-19/+26
| | | | | | Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-051-5/+3
|\|
| * update feature_layers.md translation (#12752)umi2021-06-061-5/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-021-6/+8
|\|
| * Fix up WS2812 SPI driver on F072. (#13022)Nick Brassel2021-06-031-6/+8
| |
| * 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-2928-165/+1066
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Per Key functionality for AutoShift (#11536) * LED Matrix: Reactive effect buffers & advanced indicators (#12588) * [Keyboard] kint36: switch to sym_eager_pk debouncing (#12626) * [Keyboard] kint2pp: reduce input latency by ≈10ms (#12625) * LED Matrix: Split (#12633) * [CI] Format code according to conventions (#12650) * feat: infinite timeout for leader key (#6580) * feat: implement leader_no_timeout logic * docs(leader_key): infinite leader timeout docs * Format code according to conventions (#12680) * Update ADC driver for STM32F1xx, STM32F3xx, STM32F4xx (#12403) * Fix default ADC_RESOLUTION for ADCv3 (and ADCv4) Recent ChibiOS update removed ADC_CFGR1_RES_10BIT from the ADCv3 headers (that macro should not have been there, because ADCv3 has CFGR instead of CFGR1). Fix the default value for ADC_RESOLUTION to use ADC_CFGR_RES_10BITS if it is defined (that name is used for ADCv3 and ADCv4). * Update ADC docs to match the actually used resolution ADC driver for ChibiOS actually uses the 10-bit resolution by default (probably to match AVR); fix the documentation accordingly. Also add both ADC_CFGR_RES_10BITS and ADC_CFGR1_RES_10BIT constants (these names differ according to the ADC implementation in the particular MCU). * Fix pinToMux() for B12 and B13 on STM32F3xx Testing on STM32F303CCT6 revealed that the ADC mux values for B12 and B13 pins were wrong. * Add support for all possible analog pins on STM32F1xx Added ADC mux values for pins A0...A7, B0, B1, C0...C5 on STM32F1xx (they are the same at least for STM32F103x8 and larger F103 devices, and also F102, F105, F107 families). Actually tested on STM32F103C8T6 (therefore pins C0...C5 were not tested). Pins F6...F10, which are present on STM32F103x[C-G] in 144-pin packages, cannot be supported at the moment, because those pins are connected only to ADC3, but the ChibiOS ADC driver for STM32F1xx supports only ADC1. * Add support for all possible analog pins on STM32F4xx Added ADC mux values for pins A0...A7, B0, B1, C0...C5 and optionally F3...F10 (if STM32_ADC_USE_ADC3 is enabled). These mux values are apparently the same for all F4xx devices, except some smaller devices may not have ADC3. Actually tested on STM32F401CCU6, STM32F401CEU6, STM32F411CEU6 (using various WeAct “Blackpill” boards); only pins A0...A7, B0, B1 were tested. Pins F3...F10 are inside `#if STM32_ADC_USE_ADC3` because some devices which don't have ADC3 also don't have the GPIOF port, therefore the code which refers to Fx pins does not compile. * Fix STM32F3xx ADC mux table in documentation The ADC driver documentation had some errors in the mux table for STM32F3xx. Fix this table to match the datasheet and the actual code (mux settings for B12 and B13 were also tested on a real STM32F303CCT6 chip). * Add STM32F1xx ADC pins to the documentation * Add STM32F4xx ADC pins to the documentation * Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#12600) * Add support for jumping to tinyuf2 bootloader. Adds blackpill UF2 example. * Update flashing.md * Update chconf.h * Update config.h * Update halconf.h * Update mcuconf.h * eeprom driver: Refactor where eeprom driver initialisation (and EEPROM emulation initialisation) occurs to make it non-target-specific. (#12671) * Add support for MCU = STM32F446 (#12619) * Add support for MCU = STM32F446 * Update platforms/chibios/GENERIC_STM32_F446XE/configs/config.h * Restore mcuconf.h to the one used by RT-STM32F446RE-NUCLEO64 * stm32f446: update mcuconf.h and board.h for 16MHz operation, with USB enabled, and other peripherals disabled.