qmk_firmware/platforms/chibios/drivers
Jordan Banasik 3d00620711
Add ifndef to WS2812 timing constraints (#14678)
* Add ifndef to WS2812 timing constraints

Due to the way that the PrimeKB Meridian PCB was designed, this change
is needed in order to properly adjust the LEDs.

Testing:
* Compiled primekb/meridian:default successfully
* Compiled random board (walletburner/neuron:default) successfully

* Fix linting errors

Missed some spacing

* More linting fixes

Spacing on the comments... really?

* Rename WS2812 timing parameters for clarity; add comments

* Add docs update for the WS2812 timing macros

* Fix typo on comment

* Add ifndef for WS2812_RES

* Update double backticks and table with parameters

* Move timing adjustments documentation to ws2812_drivers

* Move timings adjustment discussion to bitbang section

* Update T0H and T1H definitions in subtractions

* format

Co-authored-by: Gondolindrim <alvaro.volpato@usp.br>
Co-authored-by: zvecr <git@zvecr.com>
2021-11-25 16:55:46 +00:00
..
eeprom
ps2 Relocate PS2 code (#14895) 2021-10-20 21:18:49 +01:00
analog.c [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 2021-10-18 16:23:20 +11:00
analog.h
audio_dac.h Move Audio drivers from quantum to platform drivers folder (#14308) 2021-10-06 12:01:45 +11:00
audio_dac_additive.c Move Audio drivers from quantum to platform drivers folder (#14308) 2021-10-06 12:01:45 +11:00
audio_dac_basic.c Move Audio drivers from quantum to platform drivers folder (#14308) 2021-10-06 12:01:45 +11:00
audio_pwm.h Move Audio drivers from quantum to platform drivers folder (#14308) 2021-10-06 12:01:45 +11:00
audio_pwm_hardware.c Move Audio drivers from quantum to platform drivers folder (#14308) 2021-10-06 12:01:45 +11:00
audio_pwm_software.c Move Audio drivers from quantum to platform drivers folder (#14308) 2021-10-06 12:01:45 +11:00
i2c_master.c Fix i2c_readReg16 (#14730) 2021-10-07 11:45:59 +11:00
i2c_master.h i2c_master: Add support for reading/writing to 16-bit registers (#14289) 2021-10-07 10:29:35 +11:00
serial.c Refactor use of STM32_SYSCLK (#14430) 2021-09-14 12:18:36 +10:00
serial_usart.c Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456) 2021-09-16 08:18:58 +10:00
serial_usart.h
spi_master.c Add HT32 support to core (#14388) 2021-10-18 16:17:29 +11:00
spi_master.h Refactor use of _STM32_ defines (#14439) 2021-09-15 11:19:51 +10:00
uart.c Update UART driver API (#14839) 2021-11-13 18:23:14 +00:00
uart.h Update UART driver API (#14839) 2021-11-13 18:23:14 +00:00
usbpd_stm32g4.c
ws2812.c Add ifndef to WS2812 timing constraints (#14678) 2021-11-25 16:55:46 +00:00
ws2812_pwm.c Add RGBW support to PWM and SPI drivers for ChibiOS (#14327) 2021-09-18 17:28:57 +10:00
ws2812_spi.c Add RGBW support to PWM and SPI drivers for ChibiOS (#14327) 2021-09-18 17:28:57 +10:00