| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | format code according to conventions [skip ci] | QMK Bot | 2020-02-13 | 2 | -772/+223 |
* | Fix RESET keycode on some STM32F072 keyboards (#8134) | Joel Challis | 2020-02-13 | 5 | -0/+1747 |
* | Fix out of bound OLED font access (#8145) | Ted M Lin | 2020-02-11 | 2 | -3/+5 |
* | Add thread safety around i2c_master for ChibiOS/ARM. | Nick Brassel | 2020-02-01 | 1 | -12/+51 |
* | Refactor stm32duino f103 keyboards to use new central board config files (#7706) | Joel Challis | 2020-01-27 | 3 | -0/+227 |
|\ |
|
| * | Create central board for bluepill | zvecr | 2020-01-26 | 3 | -0/+227 |
* | | Migrate common ld scripts to common location (#7887) | Joel Challis | 2020-01-27 | 3 | -0/+294 |
|/ |
|
* | Update split serial code to use driver pattern (#7990) | Joel Challis | 2020-01-24 | 2 | -0/+570 |
* | format code according to conventions [skip ci] | QMK Bot | 2020-01-24 | 1 | -1/+1 |
* | Add customisable EEPROM driver selection (#7274) | Nick Brassel | 2020-01-24 | 7 | -0/+453 |
* | Run clang-format manually to fix recently changed files (#7934) | Joel Challis | 2020-01-19 | 1 | -1/+1 |
* | SPI DMA based RGB Underglow for STM32 (#7674) | Joel Challis | 2019-12-31 | 1 | -1/+90 |
* | Clean up ISSI driver includes (#7734) | fauxpark | 2019-12-29 | 10 | -95/+25 |
* | Add backwards compatibility for oled_write_raw_P on ARM | zvecr | 2019-12-24 | 1 | -0/+2 |
* | Completely remove i2c_transmit_receive function (#7686) | Drashna Jaelre | 2019-12-22 | 2 | -10/+2 |
* | Add central location for ChibiOS defines (#7542) | Joel Challis | 2019-12-21 | 2 | -20/+11 |
* | fixed I2C driver support for stm32f4 (#7526) | yulei | 2019-12-12 | 2 | -10/+16 |
* | Enable bitbang ws2812 for f4 (#7571) | Joel Challis | 2019-12-08 | 1 | -1/+1 |
* | Improve support and docs for ADC driver (#7191) | fauxpark | 2019-12-08 | 2 | -39/+108 |
* | Increase matrix scanning speed on xd84 (#7517) | Joel Challis | 2019-12-03 | 2 | -0/+19 |
* | IS31FL3733 Dirty page fix (#7079) | yiancar | 2019-11-25 | 2 | -20/+34 |
* | Run clang-format manually to fix recently changed files | zvecr | 2019-11-17 | 3 | -59/+54 |
* | Improvements to Solenoid feature (#7369) | Drashna Jaelre | 2019-11-15 | 1 | -5/+1 |
* | 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 | 5 | -35/+16 |
* | ARM - ws2812 bitbang (#7173) | Joel Challis | 2019-11-07 | 2 | -1/+117 |
* | Fix typo in ARM I2C copyright header (#7264) | fauxpark | 2019-11-04 | 1 | -2/+2 |
* | Adds raw write functions to the OLED driver (#7237) | Thomas Baart | 2019-11-03 | 2 | -2/+25 |
* | Correct ARM STM32 I2C frequency. (#7080) | yiancar | 2019-10-31 | 1 | -5/+5 |
* | Refactor ps2avrgb i2c ws2812 to core (#7183) | Joel Challis | 2019-10-29 | 4 | -0/+34 |
* | Reduce duplication for ARM/AVR ws2812 RGB Matrix driver (#7180) | Joel Challis | 2019-10-29 | 2 | -57/+11 |
* | Remove i2c logic for STM32F103xB in favour of USE_I2CV1 (#6926) | Joel Challis | 2019-10-12 | 1 | -12/+2 |
* | [Keyboard] RGB updates on NK65 and HS60 (#6795) | yiancar | 2019-10-08 | 1 | -1/+2 |
* | [Keyboard] Added support for ErgoDox with STM32 Microcontroller (#5398) | Yaotian Feng | 2019-09-25 | 1 | -3/+12 |
* | DRV2605L Continuous Haptic Feedback Support (#6461) | MechMerlin | 2019-09-19 | 4 | -6/+91 |
* | 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 |
* | Fix Redefinition of OLED_TIMEOUT (#6628) | Drashna Jaelre | 2019-08-30 | 1 | -1/+0 |
* | clang-format changes | skullY | 2019-08-30 | 57 | -7001/+4882 |
* | Added OLED Display autoscroll during periods of OLED data inactivity (#6546) | XScorpion2 | 2019-08-25 | 2 | -6/+42 |
* | Relocate pca9555 driver to core (#6563) | Joel Challis | 2019-08-22 | 2 | -0/+133 |
* | (OLED) Added support for CR (#6399) | XScorpion2 | 2019-07-27 | 1 | -1/+6 |
* | Refactoring wilba.tech PCBs, updating Rama Works U80-A (#6272) | Wilba | 2019-07-21 | 2 | -21/+19 |
* | Align ARM i2c_readReg with AVR (#6314) | Joel Challis | 2019-07-16 | 2 | -3/+3 |
* | Add ARM I2Cv1 support to i2c_master (#6262) | Joel Challis | 2019-07-16 | 2 | -23/+52 |
* | Add GPL3 header to avr i2c files (#6332) | Drashna Jaelre | 2019-07-15 | 4 | -2/+62 |
* | Use QUANTUM_LIB_SRC for i2c_master.c inclusion (#5617) | Drashna Jaelre | 2019-07-09 | 1 | -3/+1 |
* | Add SH1106 OLED support (#5787) | Michael F. Lamb | 2019-06-11 | 2 | -4/+41 |
* | Fixing OLED Driver for 128x64 displays (#6085) | XScorpion2 | 2019-06-07 | 2 | -4/+49 |
* | Moving rgb typedefs into a single location (#5978) | XScorpion2 | 2019-06-04 | 2 | -2/+2 |