summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [CI] Format code according to conventions (#12838)github-actions[bot]2021-05-101-7/+7
* haptic: correct size of reserved field in the haptic structure. This saves 1 ...Purdea Andrei2021-05-081-1/+1
* Fixup Satisfaction75 bootprocess. (#12621)Nick Brassel2021-04-191-0/+2
* Merge branch 'master' into developJoshua Diamond2021-02-142-3/+3
|\
| * LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)Ryan2021-02-152-3/+3
* | Format code according to conventions (#11907)github-actions[bot]2021-02-151-1/+1
* | Add support for analog USBPD on STM32G4xx. (#11824)Nick Brassel2021-02-152-0/+105
* | Format code according to conventions (#11905)github-actions[bot]2021-02-151-12/+3
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-081-21/+17
|\|
| * ws2812: Fix number of nops for AVR at 8 MHz (#9559)Sergey Vlasov2021-02-091-21/+17
* | Include stdbool.h in uart.h (#11728)Drashna Jaelre2021-01-301-0/+1
* | Adds AT90USB162 support (#11570)Dasky2021-01-294-6/+6
* | UART driver refactor (#11637)Ryan2021-01-274-0/+340
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-153-0/+45
|\|
| * Add BGR byte order for WS2812 drivers (#11562)kb-elmo2021-01-163-0/+45
* | Split up QWIIC_ENABLE to use QWIIC_DRIVERS as well, with yes/no for enable fl...Nick Brassel2021-01-041-4/+5
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-01-031-2/+8
|\|
| * Align ChibiOS spi_master behaviour with AVR (#11404)Ryan2021-01-031-2/+8
* | Rewrite APA102 support (#10894)Aldehir Rojas2020-12-303-114/+165
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-272-2/+2
|\|
| * Ensure single newline at EOF for core files (#11310)Ryan2020-12-282-2/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-264-16/+5
|\|
| * Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-264-16/+5
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-181-4/+1
|\|
| * Various compilation fixes for avr-gcc 10 (#9269)Joel Challis2020-12-181-4/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2020-12-183-8/+8
|\|
| * Run cformat and dos2unix manually (#11235)Ryan2020-12-173-8/+8
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-162-2/+2
|\|
| * Normalise include statements in keyboard code (#11185)Ryan2020-12-162-2/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-131-0/+5
|\|
| * Add i2c 24LC64 eeprom (#11200)Xelus222020-12-141-0/+5
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-1110-12/+12
|\|
| * Normalise include statements in core code (#11153)Ryan2020-12-1110-12/+12
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-061-8/+9
|\|
| * Update is31fl3731-simple (#7610)Xelus222020-12-061-8/+9
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-063-3/+55
|\|
| * add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184)Josh Hinnebusch2020-12-063-3/+55
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-061-0/+28
|\|
| * Added OLED Initialized checks (#11129)XScorpion22020-12-061-0/+28
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-061-5/+11
|\|
| * Fix error handling in SPI master. (#11122)Dimitris Papavasiliou2020-12-061-5/+11
* | Configurable serial usart timeout (#11057)XScorpion22020-11-301-5/+8
|/
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-289-115/+201
* ST7565 tidyup (#10907)Ryan2020-11-263-80/+56
* Add brightness level API to OLED driver (#10772)Ryan2020-10-292-1/+26
* [Core] IS31FL3731/36/37 bug fix (#10612)Xelus222020-10-233-0/+3
* OLED driver fixes (#10377)Sergey Vlasov2020-10-041-17/+31
* IS31FL3741 driver fixup (#10519)a_p_u_r_o2020-10-042-7/+7
* Add OLED driver function to determine if the screen is currently on (#10382)Fred Silberberg2020-09-212-0/+6
* Fix ssd1306 compilation on avr-gcc 10 (#9267)Joel Challis2020-09-172-1/+3