summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
* Manually format develop (#15003)Joel Challis2021-11-016-149/+130
|
* Enable configuration of PWM frequency for IS31FL3733B (#14983)Joel Challis2021-10-301-1/+5
| | | | | | | * Enable PWM frequency for IS31FL3733B * Document config option * clang
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-244-3355/+461
|\
| * Tidy up ADNS9800 and PMW3360 firmware blobs (#14936)Ryan2021-10-244-3355/+461
| |
* | Initial USB2422 driver (#14835)Joel Challis2021-10-222-0/+461
| |
* | Relocate PS2 code (#14895)Joel Challis2021-10-206-0/+1124
| | | | | | | | | | | | | | * Relocate ps2 protocol code * clang * Move makefile logic
* | [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann2021-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-097-770/+0
| |
* | Improve Adafruit BLE configuration defines (#14749)Ryan2021-10-081-23/+21
| | | | | | | | | | * Improve Adafruit BLE configuration defines * Formatting
* | Purge uGFX. (#14720)Nick Brassel2021-10-079-925/+0
| | | | | | | | | | | | | | * Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
* | Relocate Adafruit BLE code (#14530)Ryan2021-09-215-0/+939
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-152-12/+12
|\|
| * [Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451)Drashna Jaelre2021-09-152-12/+12
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Refactor use of STM32_SYSCLK (#14430)Joel Challis2021-09-141-1/+1
|/ | | | | * Refactor use of STM32_SYSCLK * clang
* [Core] Add `is_oled_scrolling` (#14305)JayceFayne2021-09-052-0/+6
|
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-211-1/+1
|
* Improve pmw3360 sensor and make it more hardware agnostic (#14097)Drashna Jaelre2021-08-202-74/+87
|
* Fix up compilation issues. (#14095)Nick Brassel2021-08-211-5/+2
|
* [Core] Speed up pimoroni trackball driver (#13823)Dasky2021-08-192-90/+153
|
* Relocate platform specific drivers (#13894)Joel Challis2021-08-1735-5635/+0
| | | | | | | * 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-131-6/+8
| | | | (#13993)
* __flash? (#13799)Joel Challis2021-07-318-14/+16
|
* Move some led drivers to common folder (#13749)Joel Challis2021-07-3118-0/+0
| | | * Move some led drivers to common folder
* [develop] Fix pimoroni trackball read address (#13810)Dasky2021-07-311-1/+1
|
* Align AW20216 driver (#13712)Joel Challis2021-07-272-88/+48
| | | | | | | | | | | | | | | | | * 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-251-0/+1
|
* Haptic: driver-> feature (#13713)Joel Challis2021-07-252-503/+0
|
* Dual RGB Matrix IS31FL3737 driver support to address #13442 (#13457)Chris Cullin2021-07-151-22/+21
| | | | | | | | | | | | | | | | | | | * 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-121-2/+7
|
* AW20216 use register increment for framebuffer flushes (#13430)Gigahawk2021-07-031-14/+26
|
* [Core] Unite half-duplex and full-duplex serial drivers (#13081)Stefan Kerkmann2021-07-023-376/+262
| | | | | | | | | | | | | | | * 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-231-1/+5
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-231-11/+16
|\
| * Optional OLED splash screen and fixed OLED i2c execution time saving (#12294)David Hoelscher2021-06-231-11/+16
| | | | | | | | | | * 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-211-1/+22
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-211-1/+1
|\|
* | Move optical sensor code to drivers folder (#13044)Drashna Jaelre2021-06-2110-0/+4420
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-201-1/+1
|\|
| * OLED font easter egg (#13269)Ryan2021-06-201-1/+1
| |
* | Add Per Key exclusions for Haptic Feedback (#12386)Roland Huber2021-06-191-2/+69
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | ST7565 invert (#13237)Ryan2021-06-192-0/+20
| |
* | Add oled_invert (#13172)Ignaz Kevenaar2021-06-192-0/+30
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Extensible split data sync (#11930)Nick Brassel2021-06-189-247/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-172-11/+10
|\|
| * OLED driver tweaks (#13215)Ryan2021-06-172-9/+7
| |
| * Fix overrun in oled_write_raw when not at (0, 0) (#13204)Jonathan Rascher2021-06-151-2/+3
| |
* | Fix overrun in st7565_write_raw when not at (0, 0) (#13209)Jonathan Rascher2021-06-151-2/+3
| |
* | Add ST7565 LCD driver (#13089)Ryan2021-06-102-0/+694
| | | | | | Co-authored-by: Joakim Tufvegren <jocke@barbanet.com>
* | GMMK Pro RGB Support (#13147)Gigahawk2021-06-102-0/+417
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Enable SPI1 for GMMK pro * Setup initial boilerplate for new LED driver * RGB matrix minimally functional * Map full LED matrix * Return keymap to default * Fix printscreen LED mapping * Reduce max brightness * Default values for AW20216 * Add documentation for AW20216 * Disable console and warnings * Run cformat * Update drivers/awinic/aw20216.h Co-authored-by: Drashna Jaelre <drashna@live.com> * make aw struct match issi struct Co-authored-by: Drashna Jaelre <drashna@live.com> * add led location defines Co-authored-by: Drashna Jaelre <drashna@live.com> * Use led pin definitions in keyboard.c * Add driver indices to led map * Fix elif typo * Run cformat * Update docs * Fix typo in docs * Document global brightness limits Co-authored-by: Drashna Jaelre <drashna@live.com>