summaryrefslogtreecommitdiffstats
path: root/docs/hardware_avr.md
AgeCommit message (Collapse)AuthorFilesLines
2019-04-11Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)zvecr1-0/+18
* Port DIRECT_PINS from split_common/matrix.c to matrix.c * Reorder matrix.c to remove foward declaration and match split_common/matrix.c * Refactor nano to use DIRECT_PINS * Reorder matrix.c to remove foward declaration and match split_common/matrix.c * Add DIRECT_PINS documentation * Reorder matrix.c to remove foward declaration and match split_common/matrix.c - fix logic from inherited from split_common * Add DIRECT_PINS documentation - review comments
2019-02-18Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr1-1/+1
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
2018-10-22Update hardware config warnings to be more accurateDrashna Jaelre1-1/+1
Closes #3565
2018-10-11Update and cleanup AVR Hardware docsDrashna Jaelre1-22/+20
2018-05-08Fix up info boxes.skullY1-3/+1
2018-01-01backlight breathing overhaul (#2187)Balz Guenat1-1/+2
* 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
2017-12-09Fix some of the more obvious typosfauxpark1-2/+2
2017-12-09Convert all headings to Title Casefauxpark1-2/+1
2017-10-25Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed1-0/+157
* fix #1313 by documenting more config.h options * Clean up and organize documentation