349 Commits (ef0c87c976ff298f2e34e417808ed816f7ecb0b5)

Author SHA1 Message Date
lokher a02aff9c77
Add led matrix support for CKLED2001 (#17643) 3 years ago
Drashna Jaelre ccdba43e59
Create generic Pointing Device Pin defines (#17776) 3 years ago
Nick Brassel 94e8701b3e
Fixup compilation of printf-like functions with uint32_t args. (#17904) 3 years ago
QMK Bot e32a956028
Format code according to conventions (#17869) 3 years ago
David Hoelscher 2bdd73f801
Add ST7735 driver to Quantum Painter (#17848) 3 years ago
Daniel Kao b03a7cef75
Fix POINTING_DEVICE_GESTURES_SCROLL_ENABLE typo (#17850)
* Fix typo for POINTING_DEVICE_GESTURES_SCROLL_ENABLE

Follow the name written in documentation which follows
POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE

* Reword the blurb about POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE in docs
3 years ago
Drzony 0b726a437b
Implement relative mode for Cirque trackpad (#17760) 3 years ago
Daniel Kao 1de6811ebe
Cirque circular scroll: Support POINTING_DEVICE_COMBINED (#17654) 3 years ago
Drashna Jaelre 12eb6444c6
Add support for PAW3204 Optical Sensor (#17669)
Co-authored-by: gompa <gompa@h-bomb.nl>
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
3 years ago
Stefan Kerkmann a304a9b51e
Use correct angle tune range of +/-127 on PMW33XX (#17708)
...partially reverts 580bcff4f6 as the
datasheet doesn't claim that the angle tuning as limited to +/- 30
degrees.
3 years ago
Stefan Kerkmann 580bcff4f6
Use correct angle tune range of +/-30 on PMW33XX (#17693)
Co-authored-by: Daniel Kao <daniel.m.kao@gmail.com>

Co-authored-by: Daniel Kao <daniel.m.kao@gmail.com>
3 years ago
Stefan Kerkmann 3c58f98929
[Core] PMW33XX drivers overhaul (#17613)
* PMW33XX drivers overhaul

This combines the PMW3389 and PM3360 drivers as they only differ in the
firmware blobs and CPI get and set functions. The following changes have
been made:

* PMW3389 now gets the same multi-sensor feature that is already available on the
  PMW3360.

* Introduced a shared pmw33xx_report_t struct is now directly readable via SPI
  transactions instead of individual byte-sized reads, saving multiple
  copies and bitshift operations.

* pmw33(89/60)_get_report functions had unreachable branches in their motion
  detection logic these have been simplied as much as possible.

* The fast firmware upload option has been removed as this becomes obsolete by
  the newly introduced polled waiting functions for ChibiOS polled waiting

* PMW33(60/89)_SPI_LSBFIRST and PMW33(60/89)_SPI_MODE config options
  have been removed as they don't need to be configurable.

* All PMW3389 and PMW3360 defines have been unified to a PMW33XX prefix
  to reduce code duplication and make the defines interchangeable

* Adjust keyboards to PMW33XX naming scheme
3 years ago
Drashna Jaelre b21a52c824
Fix compilation issue with Cirque Guestures file (#17656) 3 years ago
Daniel Kao 5db705d054
Cirque trackpad features: circular scroll, inertial cursor (#17482) 3 years ago
Nick Brassel 29a2bac469
Fixup SPI. (#17534) 3 years ago
nirim000 fb40abe2f2
Pca9505/6 driver (#17333) 3 years ago
Nick Brassel 9f1c4f304d
Fixup `#17438` (#17533) 3 years ago
Nick Brassel b67ae67687
[QP] Add ILI9488 support. (#17438) 3 years ago
Nick Brassel 34e244cecf
Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376) 3 years ago
Thomas Kriechbaumer 01bc974365
improvements for Cirque Pinnacle trackpads (#17091) 4 years ago
Jamal Bouajjaj d3858585ac
Added global current to all other issi drivers who don't have it (#17448) 4 years ago
Kyle McCreery eac0f6d4c9
Cirque Attenuation Setting (#17342) 4 years ago
Jamal Bouajjaj 2bddffeaec
IS31FL3737 Global Current Setting (#17420) 4 years ago
Stefan Kerkmann fe680a8568
[Core] Split ChibiOS usart split driver in protocol and hardware driver part (#16669) 4 years ago
Nick Brassel 999b91fbd9
SPI Bugfix for ChibiOS 21.11.1 -- also rollback AW20216 mode change issue. (#17371) 4 years ago
jack d2abfaeacd
Fixup Pimoroni trackball code (#17335) 4 years ago
Xelus22 af84772a5f
initial 24lc32a (#16990) 4 years ago
Andrew Dunai ecce9900c9
Improve PS/2 mouse performance (#17111) 4 years ago
trwnh 9e2fe4eff6
Make SPI Mode configurable and change default mode to 3 (#17263) 4 years ago
trwnh b554e4b612
Change AW20216 SPI Mode from 0 to 3, to fix RGB LEDs on GMMK Pro (#17262) 4 years ago
Drashna Jaelre f090881aeb
[Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine (#15657) 4 years ago
QMK Bot 478f83f711 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Kyle McCreery c199514372
[Bug] Updated Cirque Pinnacle SPI driver to read data correctly (#17074) 4 years ago
uqs 690dc4bdaf
Add support for multiple sensors to pmw3360 (#15996) 4 years ago
QMK Bot 88028dd982 Merge remote-tracking branch 'origin/master' into develop 4 years ago
leah-splitkb 18e56902c9
Fix external flash on AVR (#16851) 4 years ago
Nick Brassel 1f2b1dedcc
Quantum Painter (#10174)
* Install dependencies before executing unit tests.

* Split out UTF-8 decoder.

* Fixup python formatting rules.

* Add documentation for QGF/QFF and the RLE format used.

* Add CLI commands for converting images and fonts.

* Add stub rules.mk for QP.

* Add stream type.

* Add base driver and comms interfaces.

* Add support for SPI, SPI+D/C comms drivers.

* Include <qp.h> when enabled.

* Add base support for SPI+D/C+RST panels, as well as concrete implementation of ST7789.

* Add support for GC9A01.

* Add support for ILI9341.

* Add support for ILI9163.

* Add support for SSD1351.

* Implement qp_setpixel, including pixdata buffer management.

* Implement qp_line.

* Implement qp_rect.

* Implement qp_circle.

* Implement qp_ellipse.

* Implement palette interpolation.

* Allow for streams to work with either flash or RAM.

* Image loading.

* Font loading.

* QGF palette loading.

* Progressive decoder of pixel data supporting Raw+RLE, 1-,2-,4-,8-bpp monochrome and palette-based images.

* Image drawing.

* Animations.

* Font rendering.

* Check against 256 colours, dump out the loaded palette if debugging enabled.

* Fix build.

* AVR is not the intended audience.

* `qmk format-c`

* Generation fix.

* First batch of docs.

* More docs and examples.

* Review comments.

* Public API documentation.
4 years ago
QMK Bot ca161fbbd9 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Gompa 0c8109a1ac
fix typo in ps2 set_defaults (#16767) 4 years ago
Simon dc9eb21332
add the ability to change the pwm frequency for the IS31FL3737B (#16718) 4 years ago
QMK Bot 98e783cc3c
Format code according to conventions (#16686) 4 years ago
Ryan 9ee2effe8e
HD44780 driver rework (#16370) 4 years ago
Ryan 2d9c3f9a89
Add SN74x154 driver and convert AL1 custom matrix (#16331) 4 years ago
Ryan d412854e37
analog.[ch]: remove unnecessary includes (#16471) 4 years ago
QMK Bot 25ba9b41c1
Format code according to conventions (#16421) 4 years ago
QMK Bot 63646e8906
Format code according to conventions (#16322) 4 years ago
Joy Lee 71c0b97bce
Added external spi flash driver. (#15419) 4 years ago
Joel Challis 1f67de2001
Align existing pca9555 driver to better match mcp23018 API (#16277) 4 years ago
Joel Challis 74e8a71768
Move driver to core (#15944) 4 years ago
QMK Bot b7f415d047
Format code according to conventions (#16249) 4 years ago