Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/contributing: add `#pragma once` to Coding Conventions | James Laird-Wah | 2018-09-15 | 1 | -0/+1 |
| | | | | | | This supersedes the older include guard mechanism since all the compilers now support it. It's easier for new users and less prone to error. | ||||
* | Replace gitter links with Discord. (#3368) | Fred Silberberg | 2018-07-11 | 1 | -3/+3 |
| | |||||
* | Fix readme and contributing hyperlinks | Alexander Dang-Tran | 2018-05-24 | 1 | -3/+3 |
| | |||||
* | Trim trailing whitespace | fauxpark | 2017-12-09 | 1 | -3/+3 |
| | |||||
* | Fix some of the more obvious typos | fauxpark | 2017-12-09 | 1 | -1/+1 |
| | |||||
* | Convert all headings to Title Case | fauxpark | 2017-12-09 | 1 | -6/+6 |
| | |||||
* | Fix internal links in docs/ (#2080) | Devin J. Pohly | 2017-11-30 | 1 | -1/+1 |
| | | | | 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. | ||||
* | update contributing guidelines | Jack Humbert | 2017-11-01 | 1 | -0/+5 |
| | |||||
* | Restructure the hardware and feature docs to make things easier to find (#1888) | skullydazed | 2017-10-24 | 1 | -1/+1 |
| | | | | | | * fix #1313 by documenting more config.h options * Clean up and organize documentation | ||||
* | Fix the naming for clueboard files | skullY | 2017-10-21 | 1 | -1/+1 |
| | |||||
* | Make arguments redo, subproject elimination (#1784) | Jack Humbert | 2017-10-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now | ||||
* | Fix the presentation of the contribution guide | skullY | 2017-10-11 | 1 | -0/+147 |