summaryrefslogtreecommitdiff
path: root/docs/hardware_avr.md
Commit message (Collapse)AuthorAge
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-18
| | | | | | | | * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
* Update hardware config warnings to be more accurateDrashna Jaelre2018-10-22
| | | | Closes #3565
* Update and cleanup AVR Hardware docsDrashna Jaelre2018-10-10
|
* Fix up info boxes.skullY2018-05-07
|
* backlight breathing overhaul (#2187)Balz Guenat2018-01-01
| | | | | | | | | | | | | | | | | | | | * add breathing to bananasplit * backlight breathing overhaul * fix the backlight_tick thing. * fix for vision_division backlight * fix a few keymaps and probably break breathing for some weirdly set-up boards. * remove BL_x keycodes because they made unreasonable assumptions * some fixes for BL keycodes * integer cie lightness scaling * use cie lightness for non-breathing backlight and make breathing able to reach true max brightness
* Fix some of the more obvious typosfauxpark2017-12-09
|
* Convert all headings to Title Casefauxpark2017-12-09
|
* Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed2017-10-24
* fix #1313 by documenting more config.h options * Clean up and organize documentation