aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pt-br
Commit message (Collapse)AuthorAgeFilesLines
* Fix capitalisation of "GitHub" (#9184)Ryan2020-05-252-2/+2
|
* spi_master for AVR (#8299)Ryan2020-04-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Change _delay_ms/us() to wait_ms/us() * Switch to platform-agnostic GPIO macros * Add AVR spi_master and migrate Adafruit BLE code * Set verbose back to false * Add clock divisor, bit order and SPI mode configuration for init * Add start and stop functions * Move configuration of mode, endianness and speed to `spi_start()` * Some breaks here would be good * Default Adafruit BLE clock divisor to 4 (2MHz on the Feather 32U4) * Remove mode and divisor enums * Add some docs * No hr at EOF * Add links in sidebar
* Add explicit id tags to externally linked headersskullY2020-03-051-1/+1
|
* Rework the newbs guide around the qmk cliskullY2020-03-051-1/+1
|
* [Docs] add README translation in portuguese (#7016)Igor Hideki Trindade2019-12-102-0/+152
* add README translation in portuguese * add lang in menu * Update docs/pt-br/README.md * Update docs/pt-br/README.md * Update docs/pt-br/README.md * Update docs/pt-br/README.md * Update docs/pt-br/README.md * Update docs/pt-br/README.md * Update docs/pt-br/README.md * Update docs/pt-br/_summary.md * Update sumary links * Update README Co-Authored-By: Álvaro A. Volpato <alvaro.volpato@usp.br>