Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up tap_code functionality (#4609) | Drashna Jaelre | 2018-12-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add delay in Tap Code to avoid issues I think a few people have reporting issues with it working properly, and it may be a timing issue. The 'register_code' uses this sort of delay in some of the functions, and this is probably why. Adding the 100ms delay should hopefully fix any issues with it. * Make tap_code delay configurable * Update documentation * Bring tap_code16 inline with changes * Fix type for tap_code16 Bad copy-paste job * Just use the value check for the define * Clarify timing in docs Co-Authored-By: drashna <drashna@live.com> * Wordsmithing Co-Authored-By: drashna <drashna@live.com> | ||||
* | Fix macro docs to be consistent with keyboard template (#4600) | Drashna Jaelre | 2018-12-11 | 1 | -70/+88 |
| | |||||
* | Add tap_code function (#3784) | Drashna Jaelre | 2018-10-01 | 1 | -0/+4 |
| | | | | | | | | | | * Add tap_code * formatting * Doc clarification * Rename variable to make more consistent | ||||
* | Fix up info boxes. | skullY | 2018-05-07 | 1 | -6/+2 |
| | |||||
* | Add SS_RALT for AltGR usage in macros | Drashna Jael're | 2018-03-09 | 1 | -0/+1 |
| | |||||
* | Update feature_macros.md (#2387) | Mitchell van Manen | 2018-03-01 | 1 | -3/+3 |
| | | | break statements are never reached due to the return statement, so unnecessary | ||||
* | Trim trailing whitespace | fauxpark | 2017-12-09 | 1 | -2/+2 |
| | |||||
* | Fix some of the more obvious typos | fauxpark | 2017-12-09 | 1 | -2/+2 |
| | |||||
* | Convert all headings to Title Case | fauxpark | 2017-12-09 | 1 | -10/+8 |
| | |||||
* | added SS_LSFT to featured macros | Gilbert Consellado | 2017-11-20 | 1 | -0/+1 |
| | |||||
* | add example keymap | Balz Guenat | 2017-11-16 | 1 | -4/+15 |
| | |||||
* | extend macro docs a bit | Balz Guenat | 2017-11-16 | 1 | -10/+44 |
| | |||||
* | Restructure the hardware and feature docs to make things easier to find (#1888) | skullydazed | 2017-10-24 | 1 | -0/+220 |
* fix #1313 by documenting more config.h options * Clean up and organize documentation |