summaryrefslogtreecommitdiff
path: root/docs/features.md
AgeCommit message (Collapse)Author
2019-09-03Add Dip Switch as a core feature (#6140)Drashna Jaelre
* Add Dip Switches as a core feature * Add documentation for Dip Switch feature * Update Preonic Rev3 to use new feature and remove custom matrix * Apply suggestions from code review Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Remove custom matrix line completely Rather than just disabling it Co-Authored-By: fauxpark <fauxpark@gmail.com> * DIP changes Co-Authored-By: fauxpark <fauxpark@gmail.com> * Use better check for DIP Switch configuration * Add to show features * Add bitmask callback for dip switch * Fix OLKB Boards dip switch config * Update docs to include bitmask example * Fix comments/documentation Co-Authored-By: fauxpark <fauxpark@gmail.com> * Fix issues with docs and use example from @tuzonghua * Fix wording Co-Authored-By: fauxpark <fauxpark@gmail.com> * Fix example to use proper formatting Bad, BAAAAAAD drashna!!! * Handle dip switch initialization better
2019-07-15[Docs] Add dedicated page for Split Keyboard information (#5802)Drashna Jaelre
* [Docs] Add dedicated page for Split Keyboard information * Apply suggestions from code review Co-Authored-By: drashna <drashna@live.com> * Fix Typos Co-Authored-By: drashna <drashna@live.com> * Fix some formatting issues * Add Additional RGB info * Fix Bulletted formatting * Apply suggestions from code review Co-Authored-By: drashna <drashna@live.com> * Fix line wrapping * Additional fixes and expansion * Reword warning/note Co-Authored-By: drashna <drashna@live.com> * add i2c/serial coexistance info * i2c markdown * Change i2c wiring text Co-Authored-By: drashna <drashna@live.com>
2019-05-23Fix typoDrashna Jaelre
2019-05-22Fix linksDrashna Jaelre
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
2019-05-21Add missing links to features page and sidebar sectionDrashna Jaelre
2019-05-08[Docs] Fix Space Cadet link (#5825)Tobias V. Langhoff
Fix broken Space Cadet link in Features list
2019-03-03Add LED Matrix to Features list for easy reference (#5280)Drashna Jaelre
2019-01-18Fix Encoder documentation (#4861)Drashna Jaelre
2018-11-12Fixed incorrect link to feature_combo.md in features.md docs file. Was ↵TheOneTrueTrench
linked to feature_combos.md, but _sidebar.md, _summary.md, and config_options.md all link to feature_combo.md. Assuming that it should not be pluralized. (#4411)
2018-11-06Update Features page to reflect all of the features linked in the ↵Drashna Jaelre
sidebar/summary
2018-08-11Dedupe shifted keycodes listingfauxpark
2018-08-01Docs: Format Space Cadet documentation (#3540)fauxpark
* Format Space Cadet documentation * Fix page filenames * Move Caveats section up
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron
* integrated Peter Fleury's LCD library for HD44780 LCDs * fixed typo * cleanup finished * add documentation * added HD44780 documentation * removed keyboard from .gitmodules * resolved merge conflict * removed edit of kira75s rules.mk made by merge * moved hd44780 to drivers/avr * Added licence info to hd44780 files * Added link to hd44780 docs.
2018-05-15Make sure new features (RGB Matrix) are actually listedDrashna Jaelre
2017-12-09Fix some of the more obvious typosfauxpark
2017-11-30Fix internal links in docs/ (#2080)Devin J. Pohly
One link in the summary (Modding your keyboard) referred to a page that was deleted; the rest have been updated to point to the new names.
2017-10-29Added missing RGB and Auto Shift in main feature list. Also standardized on ↵Jeremy Cowgar
period at the end of each feature list item.
2017-10-24Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed
* fix #1313 by documenting more config.h options * Clean up and organize documentation
2017-10-06Generic Pointing Device (#1767)Snipeye
2017-08-16Doc updates from going through every fileskullY
2017-07-17Rename docs/features/README.md to docs/features.mdJack Humbert