You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Aldehir Rojas 4f2f21dc05
Rewrite APA102 support (#10894)
* Rewrite APA102 support

The APA102 source was broken by commit 16a15c1cfc as it did not include the
quantum header. This commit addresses that, as well as other issues with
transferring bytes over the SPI interface, i.e. it was not setting the
clock pin back to low after sending a bit.

The deviation when sending the end frame is kept, but updated to the
latest from the referenced project.

Finally, these changes expose the global LED brightness parameter
of the APA102. Brightness values are configurable through
`APA102_DEFAULT_BRIGHTNESS` and `APA102_MAX_BRIGHTNESS`.

* Fix typo in led brightness extern

* Move driver out of AVR directory and add delay for ARM

* Experimental APA102 support on AVR and ARM

Co-authored-by: Alde Rojas <hello@alde.io>

* Refactor apa102_send_byte() calls to a loop

* Implement io_wait function for ARM

* Move APA102 drivers to own directory, fix copyright notice

* Add APA102 keymap to handwired/onekey

* Simplify RGBLIGHT_ENABLE/DRIVER option handling

Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>
5 years ago
.github Yet another stab at trying to get github actions to push (#11230) 5 years ago
.vscode [Keyboard] add rhymestone by marksard (#9708) 5 years ago
api_data Generate api data on each push (#10609) 5 years ago
bin Move everything to Python 3.6 (#8835) 6 years ago
docs Rewrite APA102 support (#10894) 5 years ago
drivers Rewrite APA102 support (#10894) 5 years ago
keyboards Rewrite APA102 support (#10894) 5 years ago
layouts Bocaj - Third Annual Refactor (Redux) (#10295) 5 years ago
lib [CLI] Add stdin support for json2c command (#11289) 5 years ago
platforms/chibios Merge remote-tracking branch 'origin/master' into develop 5 years ago
quantum Merge remote-tracking branch 'origin/master' into develop 5 years ago
tests Ensure single newline at EOF for core files (#11310) 5 years ago
tmk_core Merge remote-tracking branch 'origin/master' into develop 5 years ago
users Selectively enable command and console for yanfali userspace (#11212) 5 years ago
util Merge remote-tracking branch 'origin/master' into develop 5 years ago
.clang-format
.editorconfig
.gitattributes
.gitignore Generate api data on each push (#10609) 5 years ago
.gitmodules 2020 May 30 Breaking Changes Update (#9215) 6 years ago
.travis.yml CI: Add workflow for codebase formatting (#7382) 5 years ago
CODE_OF_CONDUCT.md
Dockerfile
Doxyfile
LICENSE
Makefile remove some old and unused code from Makefile (#11336) 5 years ago
Vagrantfile Remove broken example from Makefile (#9159) 6 years ago
book.json
bootloader.mk Fix STM32duino bootloader (#10648) 5 years ago
build_full_test.mk Ensure single newline at EOF for core files (#11310) 5 years ago
build_json.mk Load keymap-level rules.mk when compiling keymap.json (#8841) 6 years ago
build_keyboard.mk Add board specific to Proton-C, with usual defaults turned on. (#10976) 5 years ago
build_layout.mk Allow for building layouts from keymap.json files. 5 years ago
build_test.mk Ensure single newline at EOF for core files (#11310) 5 years ago
common.mk 2020 November 28 Breaking Changes Update (#11053) 5 years ago
common_features.mk Rewrite APA102 support (#10894) 5 years ago
doxygen-todo Remove iWRAP protocol (#9284) 5 years ago
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
message.mk 2020 November 28 Breaking Changes Update (#11053) 5 years ago
nose2.cfg
readme.md Branch point for 2021 Feb 27 Breaking Change 5 years ago
requirements-dev.txt Use milc for config check, requirements fixes 6 years ago
requirements.txt 2020 November 28 Breaking Changes Update (#11053) 5 years ago
secrets.tar.enc
setup.cfg Ensure single newline at EOF for core files (#11310) 5 years ago
shell.nix nix-shell: add milc dependency (#11086) 5 years ago
show_options.mk 2020 November 28 Breaking Changes Update (#11053) 5 years ago
testlist.mk Ensure single newline at EOF for core files (#11310) 5 years ago

readme.md

Quantum Mechanical Keyboard Firmware

Current Version Build Status Discord Docs Status GitHub contributors GitHub forks

THIS IS THE DEVELOP BRANCH

Warning- This is the develop branch of QMK Firmware. You may encounter broken code here. Please see Breaking Changes for more information.

Original readme continues

This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.

Documentation

The docs are powered by Docsify and hosted on GitHub. They are also viewable offline; see Previewing the Documentation for more details.

You can request changes by making a fork and opening a pull request, or by clicking the "Edit this page" link at the bottom of any page.

Supported Keyboards

The project also includes community support for lots of other keyboards.

Maintainers

QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu. The OLKB product firmwares are maintained by Jack Humbert, the Ergodox EZ by ZSA Technology Labs, the Clueboard by Zach White, and the Atreus by Phil Hagelberg.

Official Website

qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.