summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Collapse)AuthorAge
...
* haptic: Feature to disable it when usb port is not configured or suspended. ↵Purdea Andrei2021-11-02
| | | | | | | (#12692) This also add support for specifying a LED pin to indicate haptic status, and also adds support for a haptic-enable pin, which is useful to turn off the boost converter on the solenoid driver.
* [Bug] Fix unterminated ifdef in ISSI 3733 driver (#15014)Drashna Jaelre2021-11-02
|
* Enable de-ghosting for RGB/LED matrix on all ISSI LED drivers (#14508)donicrosby2021-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | * Initial work for de-ghost enable * Dumb mistake with the redefine * Added Copywrite stuff on source files * Fixed whitespace errors * Added support for all ISSI LED drivers * Updated docs for support for ISSI LED driver pull-up pull-down * Applied clang format * Added 'boolean' flag to enable de-ghosting for the is31fl3731 IC * Fixed some of the grammer in the docs * Fixed comment placement and grammer of comment * Fixed whitespace errors from lint Co-authored-by: donicrosby <donicrosby1995@gmail.com>
* Add a new led driver for Keychron's keyboards. (#14872)lalalademaxiya12021-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a new led driver for Keychron's keyboards. * Update ckled2001.c/ckled2001.h. * Update ckled2001.c/ckled2001.h. * Update ckled2001.c/ckled2001.h. * Update ckled2001.c * Add a new led driver * Update ckled2001.c * Update ckled2001.c * Update ckled2001.c * Update ckled2001.c * Delete ckled2001.c * Create ckled2001.c * Update ckled2001.c * Update chibios-contrib Co-authored-by: keychron-dev <85598583+keychron-dev@users.noreply.github.com> Co-authored-by: lokher <lokher@gmail.com>
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-02
| | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* Manually format develop (#15003)Joel Challis2021-11-01
|
* Enable configuration of PWM frequency for IS31FL3733B (#14983)Joel Challis2021-10-30
| | | | | | | * Enable PWM frequency for IS31FL3733B * Document config option * clang
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-24
|\
| * Tidy up ADNS9800 and PMW3360 firmware blobs (#14936)Ryan2021-10-24
| |
* | Initial USB2422 driver (#14835)Joel Challis2021-10-22
| |
* | Relocate PS2 code (#14895)Joel Challis2021-10-20
| | | | | | | | | | | | | | * Relocate ps2 protocol code * clang * Move makefile logic
* | [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann2021-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for RISC-V builds and GD32VF103 MCU * Add toolchain selection in chibios.mk based on the mcu selected in mcu_selection.mk * Reorder and added comments to chibios.mk to have a streamlined makefile * Add GD32VF103 mcu to possible targets for QMK. * Add STM32 compatibility for GD32VF103 MCU, this is hacky but more efficent then rewriting every driver. * Add GigaDevice DFU bootloader as flash target, please note that dfu-util of at least version 0.10 is needed. * Add analog driver compatibility * Add apa102 bitbang driver compatibility * Add ws2812 bitbang driver compatibility * Add eeprom in flash emulation compatibility * Allow faster re-builds with ccache * Add SiPeed Longan Nano to platform files * Add SiPeed Longan Nano Onekeys * Make quine compatible with other bootloaders * Support builds with picolibc * Add risc-v toolchain to arch and debian/ubuntu scripts
* | Remove QWIIC_DRIVERS (#14174)Joel Challis2021-10-09
| |
* | Improve Adafruit BLE configuration defines (#14749)Ryan2021-10-08
| | | | | | | | | | * Improve Adafruit BLE configuration defines * Formatting
* | Purge uGFX. (#14720)Nick Brassel2021-10-07
| | | | | | | | | | | | | | * Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
* | Relocate Adafruit BLE code (#14530)Ryan2021-09-21
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451)Drashna Jaelre2021-09-15
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Refactor use of STM32_SYSCLK (#14430)Joel Challis2021-09-14
|/ | | | | * Refactor use of STM32_SYSCLK * clang
* [Core] Add `is_oled_scrolling` (#14305)JayceFayne2021-09-05
|
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
* [Core] Fix copypasta issue with pmw3360 sensor config (#14106)Drashna Jaelre2021-08-21
|
* Improve pmw3360 sensor and make it more hardware agnostic (#14097)Drashna Jaelre2021-08-20
|
* Fix up compilation issues. (#14095)Nick Brassel2021-08-21
|
* [Core] Speed up pimoroni trackball driver (#13823)Dasky2021-08-19
|
* Relocate platform specific drivers (#13894)Joel Challis2021-08-17
| | | | | | | * Relocate platform specific drivers * Move stm eeprom * Tidy up slightly
* Fix pmw3360 code to only output debug info if mouse debugging is enabled ↵Drashna Jaelre2021-08-13
| | | | (#13993)
* __flash? (#13799)Joel Challis2021-07-31
|
* Move some led drivers to common folder (#13749)Joel Challis2021-07-31
| | | * Move some led drivers to common folder
* [develop] Fix pimoroni trackball read address (#13810)Dasky2021-07-31
|
* Align AW20216 driver (#13712)Joel Challis2021-07-27
| | | | | | | | | | | | | | | | | * Align AW20216 driver * Update drivers/awinic/aw20216.h Co-authored-by: Ryan <fauxpark@gmail.com> * Review comments * formatting fixes * stop if start failed? * review comments Co-authored-by: Ryan <fauxpark@gmail.com>
* [Bug] Include gpio.h in solenoid driver for GPIO Control functions (#13716)Drashna Jaelre2021-07-25
|
* Haptic: driver-> feature (#13713)Joel Challis2021-07-25
|
* Dual RGB Matrix IS31FL3737 driver support to address #13442 (#13457)Chris Cullin2021-07-15
| | | | | | | | | | | | | | | | | | | * initial commit * removed changes to write_pwm_buffer * backward compatbility added * fixed issue with backward compatibility * documentation update * removed unneccessary comment. branched from master * updated per comments #13457 * removed blank line * cformat on diff files
* Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480)Chris Cullin2021-07-12
|
* AW20216 use register increment for framebuffer flushes (#13430)Gigahawk2021-07-03
|
* [Core] Unite half-duplex and full-duplex serial drivers (#13081)Stefan Kerkmann2021-07-02
| | | | | | | | | | | | | | | * Unite half-duplex and full-duplex serial driver. * Add full duplex operation mode to the interrupt based driver * Delete DMA UART based full duplex driver * The new driver targets #11930 * Fix freezes with failing transactions in half-duplex * Increase default serial TX/RX buffer size to 128 bytes * Correctly use bool instead of size_t Co-authored-by: Nick Brassel <nick@tzarc.org>
* Allow settable SPI divisor for AW20216 driver, set default to 4 (#13309)Gigahawk2021-06-23
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-23
|\
| * Optional OLED splash screen and fixed OLED i2c execution time saving (#12294)David Hoelscher2021-06-23
| | | | | | | | | | * Made OLED splash screen optional to reduce memory and fixed OLED i2c execution time saving * moved OLED address updates into their respective conditional checks
* | eeprom_i2c driver: added EXTERNAL_EEPROM_WP_PIN configuration option. (#12617)Purdea Andrei2021-06-21
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-21
|\|
* | Move optical sensor code to drivers folder (#13044)Drashna Jaelre2021-06-21
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-20
|\|
| * OLED font easter egg (#13269)Ryan2021-06-20
| |
* | Add Per Key exclusions for Haptic Feedback (#12386)Roland Huber2021-06-19
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | ST7565 invert (#13237)Ryan2021-06-19
| |
* | Add oled_invert (#13172)Ignaz Kevenaar2021-06-19
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Extensible split data sync (#11930)Nick Brassel2021-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Extensible split data sync capability through transactions. - Split common transport has been split up between the transport layer and data layer. - Split "transactions" model used, with convergence between I2C and serial data definitions. - Slave matrix "generation count" is used to determine if the full slave matrix needs to be retrieved. - Encoders get the same "generation count" treatment. - All other blocks of data are synchronised when a change is detected. - All transmissions have a globally-configurable deadline before a transmission is forced (`FORCED_SYNC_THROTTLE_MS`, default 100ms). - Added atomicity for all core-synced data, preventing partial updates - Added retries to AVR i2c_master's i2c_start, to minimise the number of failed transactions when interrupts are disabled on the slave due to atomicity checks. - Some keyboards have had slight modifications made in order to ensure that they still build due to firmware size restrictions. * Fixup LED_MATRIX compile. * Parameterise ERROR_DISCONNECT_COUNT.
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-06-17
|\|