Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix capitalisation of "GitHub" (#9184) | Ryan | 2020-05-25 | 2 | -2/+2 |
| | |||||
* | spi_master for AVR (#8299) | Ryan | 2020-04-08 | 1 | -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 headers | skullY | 2020-03-05 | 1 | -1/+1 |
| | |||||
* | Rework the newbs guide around the qmk cli | skullY | 2020-03-05 | 1 | -1/+1 |
| | |||||
* | [Docs] add README translation in portuguese (#7016) | Igor Hideki Trindade | 2019-12-10 | 2 | -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> |