summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ws2812: Fix number of nops for AVR at 8 MHz (#9559)Sergey Vlasov2021-02-091-21/+17
* Add BGR byte order for WS2812 drivers (#11562)kb-elmo2021-01-163-0/+45
* Align ChibiOS spi_master behaviour with AVR (#11404)Ryan2021-01-031-2/+8
* Ensure single newline at EOF for core files (#11310)Ryan2020-12-282-2/+2
* Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-264-16/+5
* Various compilation fixes for avr-gcc 10 (#9269)Joel Challis2020-12-181-4/+1
* Run cformat and dos2unix manually (#11235)Ryan2020-12-173-8/+8
* Normalise include statements in keyboard code (#11185)Ryan2020-12-162-2/+2
* Add i2c 24LC64 eeprom (#11200)Xelus222020-12-141-0/+5
* Normalise include statements in core code (#11153)Ryan2020-12-1110-12/+12
* Update is31fl3731-simple (#7610)Xelus222020-12-061-8/+9
* add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184)Josh Hinnebusch2020-12-063-3/+55
* Added OLED Initialized checks (#11129)XScorpion22020-12-061-0/+28
* Fix error handling in SPI master. (#11122)Dimitris Papavasiliou2020-12-061-5/+11
* 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
* format code according to conventions [skip ci]QMK Bot2020-09-032-86/+83
* Update ISSI3741 (#9912)MelGeek2020-09-032-61/+394
* format code according to conventions [skip ci]QMK Bot2020-08-292-2/+2
* Fix DMA stream ID calculation in ws2812_pwm (#10008)Sergey Vlasov2020-08-291-1/+1
* Add a method to read the OLED display buffer from user space (#8777)Richard2020-08-292-0/+17
* Hid joystick interface (#4226)a-chol2020-08-291-2/+8
* Add support for DMAMUX-capable MCU configuration with WS2812 PWM driver. (#9471)Nick Brassel2020-08-291-0/+8
* Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)Ryan2020-08-291-3/+0
* Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel2020-08-2928-7071/+0
* Enable OLED support for Teensy 3.2/LC (#7591)Joel Challis2020-07-264-10/+21
* OLED driver function to set pixels (#9713)Gautham Yerroju2020-07-162-0/+17
* [Driver] bugfix reset the scaling register flag to FALSE (#9507)MelGeek2020-07-061-0/+2
* `qmk cformat` (#9500)Nick Brassel2020-06-222-5/+4
* Support IS31FL3741 and IS31FL3741A. (#9201)MelGeek2020-06-202-0/+344
* format code according to conventions [skip ci]QMK Bot2020-06-201-1/+1
* Fix incorrect delay when setting WS2812 (and similar) leds (#9302)Joshua Diamond2020-06-206-46/+19
* STM32 WS2812 Open Drain Configuration (#9414)Xelus222020-06-203-11/+43
* adds support for the atmega328 (#9043)itsnoteasy2020-06-103-4/+4
* ISSI driver compile error fix (#9169)Wilba2020-05-271-1/+1
* Fix capitalisation of "GitHub" (#9184)Ryan2020-05-255-5/+5
* Fix i2c EEPROM compile issue when Console is enabled (#9186)Drashna Jaelre2020-05-241-6/+7
* Fix SPI EEPROM compile issue when Console is enabled (#9193)Drashna Jaelre2020-05-241-6/+7
* Initial arm serial partially based on old lets split codezvecr2020-05-211-0/+290
* ARM split - Add uart half duplex transport support (#7987)Joel Challis2020-05-212-0/+296
* Add SPI 25xx EEPROM support. (#8780)Nick Brassel2020-05-194-14/+333
* Fix off by one error with oled_write_raw_P (#9045)Brian Mock2020-05-101-1/+1
* QMK-ify some GPIO macros (#8315)Ryan2020-04-302-5/+4
* Add SPI master for ChibiOS/ARM. (#8779)Nick Brassel2020-04-292-0/+215