aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix AVR SPI parameter configuration, remove timeouts due to sync protocol. (#...Nick Brassel2020-04-132-60/+73
* format code according to conventions [skip ci]QMK Bot2020-04-081-5/+5
* spi_master for AVR (#8299)Ryan2020-04-082-0/+220
* Fix AVR ws2812 when ADDRESS_BASE is non zero (#8646)Joel Challis2020-04-022-22/+17
* fixed problem with implicit declaration in quantum/rgblight.c (#8406)Casper Weiss Bang2020-03-281-3/+0
* Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis2020-03-218-0/+0
* format code according to conventions [skip ci]QMK Bot2020-03-172-2/+2
* ARM - ADC cleanup (#8385)Joel Challis2020-03-172-152/+205
* format code according to conventions [skip ci]QMK Bot2020-03-141-3/+3
* Adding OLED scroll setup functions (#8386)brickbots2020-03-142-4/+44
* Remove pro_micro.h (#8374)Ryan2020-03-141-324/+0
* Add support for STM32L0/L1 onboard EEPROM. (#8002)Nick Brassel2020-03-122-0/+129
* format code according to conventions [skip ci]QMK Bot2020-03-112-44/+28
* Add ADC support for STM32F3 and STM32F0 devices (#7681)Drew Mills2020-03-112-0/+280
* format code according to conventions [skip ci]QMK Bot2020-03-071-7/+7
* Buffer based OLED panning, write byte to buffer at arbitrary index (#8055)brickbots2020-03-072-0/+29
* format code according to conventions [skip ci]QMK Bot2020-03-064-2345/+705
* Add f401 and f411 blackpill examples (#7930)Joel Challis2020-03-0610-0/+5725
* Clean up includes for glcdfont headers (#7745)Ryan2020-03-013-30/+5
* PWM DMA based RGB Underglow for STM32 (#7928)Joel Challis2020-03-011-1/+207