| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix error handling in SPI master. (#11122) | Dimitris Papavasiliou | 2020-12-06 | 1 | -5/+11 |
* | 2020 November 28 Breaking Changes Update (#11053) | James Young | 2020-11-28 | 1 | -42/+97 |
* | Fix ssd1306 compilation on avr-gcc 10 (#9267) | Joel Challis | 2020-09-17 | 2 | -1/+3 |
* | Hid joystick interface (#4226) | a-chol | 2020-08-29 | 1 | -2/+8 |
* | Remove inclusion of adafruit_ble.h from ssd1306.c (#9355) | Ryan | 2020-08-29 | 1 | -3/+0 |
* | Fix incorrect delay when setting WS2812 (and similar) leds (#9302) | Joshua Diamond | 2020-06-20 | 2 | -55/+5 |
* | adds support for the atmega328 (#9043) | itsnoteasy | 2020-06-10 | 3 | -4/+4 |
* | Fix capitalisation of "GitHub" (#9184) | Ryan | 2020-05-25 | 5 | -5/+5 |
* | QMK-ify some GPIO macros (#8315) | Ryan | 2020-04-30 | 2 | -5/+4 |
* | Fix AVR SPI parameter configuration, remove timeouts due to sync protocol. (#... | Nick Brassel | 2020-04-13 | 2 | -60/+73 |
* | format code according to conventions [skip ci] | QMK Bot | 2020-04-08 | 1 | -5/+5 |
* | spi_master for AVR (#8299) | Ryan | 2020-04-08 | 2 | -0/+220 |
* | Fix AVR ws2812 when ADDRESS_BASE is non zero (#8646) | Joel Challis | 2020-04-02 | 2 | -22/+17 |
* | Remove pro_micro.h (#8374) | Ryan | 2020-03-14 | 1 | -324/+0 |
* | Clean up includes for glcdfont headers (#7745) | Ryan | 2020-03-01 | 1 | -12/+1 |
* | Update split serial code to use driver pattern (#7990) | Joel Challis | 2020-01-24 | 2 | -0/+570 |
* | Improve support and docs for ADC driver (#7191) | fauxpark | 2019-12-08 | 2 | -39/+108 |
* | Move Ergodox EZ RGB Light code to custom driver (#7309) | Drashna Jaelre | 2019-11-14 | 1 | -127/+2 |
* | Unify RGB and RGBW commands (#7297) | Drashna Jaelre | 2019-11-09 | 3 | -25/+12 |
* | Refactor ps2avrgb i2c ws2812 to core (#7183) | Joel Challis | 2019-10-29 | 1 | -0/+31 |
* | Reduce duplication for ARM/AVR ws2812 RGB Matrix driver (#7180) | Joel Challis | 2019-10-29 | 2 | -57/+11 |
* | Fix battery level code in adafruit_ble.cpp (#6648) | bwhelm | 2019-09-04 | 1 | -0/+6 |
* | Removed prescaler define from avr i2c, as it was impossible to use (#6617) | Mikkel Jeppesen | 2019-08-30 | 1 | -2/+2 |
* | clang-format changes | skullY | 2019-08-30 | 16 | -1603/+1195 |
* | Add GPL3 header to avr i2c files (#6332) | Drashna Jaelre | 2019-07-15 | 4 | -2/+62 |
* | Moving rgb typedefs into a single location (#5978) | XScorpion2 | 2019-06-04 | 2 | -2/+2 |
* | Fixing incorrect usage of RGBLED_NUM in ws2812 driver when used with RGB Matr... | XScorpion2 | 2019-05-01 | 1 | -1/+1 |
* | OLED Driver Feature | Ryan Caltabiano | 2019-04-20 | 2 | -5/+5 |
* | Features/ws2812 matrix driver (#5418) | XScorpion2 | 2019-04-14 | 2 | -1/+29 |
* | i2c_init update to work with atmega32a boards (#5562) | MechMerlin | 2019-04-06 | 1 | -0/+12 |
* | Fix return value of i2c_readReg and i2c_receive (#5410) | zvecr | 2019-03-15 | 1 | -2/+2 |
* | Next set of split_common changes (#4974) | James Churchill | 2019-03-12 | 3 | -95/+69 |
* | Added APA102 support (#4940) | Mikkel Jeppesen | 2019-02-15 | 2 | -0/+147 |
* | Practice60 RGB and PWM Backlight (#4929) | Andrew Kannan | 2019-01-28 | 1 | -2/+2 |
* | Rename i2c_slave functions so it can coexist with i2c_master (#4875) | James Churchill | 2019-01-22 | 2 | -20/+18 |
* | Adds support for JacoBurge's TouchPad (#4186) | Jack Humbert | 2019-01-10 | 1 | -1/+4 |
* | Remove all of the deprecated RGB defines | Drashna Jaelre | 2018-10-22 | 1 | -3/+0 |
* | DC01 updates and I2C avr speed overwrite (#4088) | yiancar | 2018-10-08 | 1 | -0/+2 |
* | Rgb matrix arm (#3648) | yiancar | 2018-08-15 | 2 | -476/+0 |
* | DC01 keyboard addition (#3428) | yiancar | 2018-07-18 | 4 | -142/+114 |
* | Integrating Peter Fleury's HD44780 LCD library (#3209) | Max Audron | 2018-07-15 | 2 | -0/+963 |
* | Add I2C slave library | yiancar | 2018-07-15 | 2 | -0/+119 |
* | remove comment code | Jack Humbert | 2018-06-23 | 1 | -1/+0 |
* | adds immediate i2c return, fixes ez matrix code | Jack Humbert | 2018-06-23 | 2 | -6/+9 |
* | refactor, non-working | Jack Humbert | 2018-06-22 | 4 | -108/+147 |
* | start updating i2c for timeouts | Jack Humbert | 2018-06-20 | 2 | -71/+46 |
* | adds timeout to avr i2c | Jack Humbert | 2018-06-12 | 4 | -42/+115 |
* | revert some attempts, update i2c | Jack Humbert | 2018-06-12 | 1 | -1/+1 |
* | i2c fix | Jack Humbert | 2018-05-15 | 2 | -21/+28 |
* | Rgb matrix fixes, I2C library can now retry if it has failed (#2943) | yiancar | 2018-05-14 | 5 | -339/+182 |