| Commit message (Expand) | Author | Age | Files | Lines |
* | Next set of split_common changes (#4974) | James Churchill | 2019-03-12 | 1 | -1/+1 |
* | getting_started_build_tools: dfu-{util,programmer} now available from arch repo | enkore | 2019-03-08 | 1 | -3/+1 |
* | [Docs] Update the KC_MAKE example in Userspace docs (#5337) | Drashna Jaelre | 2019-03-08 | 1 | -15/+39 |
* | [Docs] Add Tap Dance example to the docs (#5326) | Dusty Pomerleau | 2019-03-07 | 3 | -1/+98 |
* | Add more "decent" text editors (#5308) | Mitchel van Eijgen | 2019-03-05 | 1 | -1/+1 |
* | [Docs] Fix function signature (layer_state_set_*) (#5313) | lf | 2019-03-04 | 1 | -1/+1 |
* | Clean up debounce a bit (#5255) | James Churchill | 2019-03-04 | 3 | -23/+16 |
* | Add LED Matrix to Features list for easy reference (#5280) | Drashna Jaelre | 2019-03-03 | 2 | -0/+2 |
* | [Docs] Add note about using Unicode Hex Input (#5248) | Graham P Heath | 2019-02-28 | 1 | -2/+4 |
* | Ask for your name when generating a new keyboard (#5214) | fauxpark | 2019-02-26 | 1 | -2/+2 |
* | Replace instances of KEYMAP with LAYOUT | noroadsleft | 2019-02-21 | 7 | -19/+19 |
* | Grammar cleanup of Flashing Your Keyboard Newbs Guide (#5201) | noroadsleft | 2019-02-21 | 1 | -3/+3 |
* | Velocikey: Match RGB animation speed to typing speed (#3754) | Chris Lewis | 2019-02-21 | 2 | -0/+31 |
* | Updated hand wiring docs (#5198) | Johannes Jansson | 2019-02-20 | 1 | -7/+14 |
* | Markdown cleanup on Config Options doc | noroadsleft | 2019-02-20 | 1 | -3/+3 |
* | [Docs] Fix typo in RGB Matrix Driver configuration (#5182) | Ben | 2019-02-19 | 1 | -3/+3 |
* | [Docs] Add section about EEPROM on ARM (#5070) | Yan-Fa Li | 2019-02-18 | 1 | -6/+14 |
* | Remove CUSTOM_MATRIX option from diode direction (#5090) | zvecr | 2019-02-18 | 1 | -1/+1 |
* | Change Command keycode defaults to match corresponding Bootmagic codes (#5078) | Konstantin Đorđević | 2019-02-17 | 1 | -6/+7 |
* | Add clang-format section to contributing.md | James Churchill | 2019-02-17 | 1 | -0/+12 |
* | Add docs on using keyboard_post_init_user to enable debug modes | zvecr | 2019-02-16 | 1 | -1/+11 |
* | Haptic feedback generalized - DRV2605 and solenoids (#4939) | ishtob | 2019-02-16 | 1 | -0/+147 |
* | Fix documentation about one shot tap toggle | Jayesh Vora | 2019-02-15 | 1 | -1/+1 |
* | Add support for using ranges for RGB (#4981) | Erovia | 2019-02-15 | 1 | -31/+37 |
* | Update KC_GESC documentation (#5053) | Yan-Fa Li | 2019-02-15 | 1 | -1/+9 |
* | docker_build.sh: Run container in interactive mode (#5088) | Konstantin Đorđević | 2019-02-15 | 1 | -4/+4 |
* | Improve Encoder documentation (#5130) | Ben | 2019-02-14 | 1 | -1/+1 |
* | Debounce refactor / API (#3720) | Drashna Jaelre | 2019-02-14 | 1 | -0/+46 |
|\ |
|
| * | Stricter, leaner DEBOUNCE_TYPE section in common_features.mk. Cleanup debounc... | alex-ong | 2019-01-27 | 1 | -10/+12 |
| * | Removed check for custom_matrix. We can safely include the debounce file for ... | alex-ong | 2019-01-26 | 1 | -12/+6 |
| * | Whitespace cleanup. | alex-ong | 2019-01-26 | 1 | -10/+7 |
| * | DO NOT USE Merge branch 'master' into debounce_refactor | Alex Ong | 2019-01-26 | 18 | -511/+488 |
| |\ |
|
| * \ | Merge branch 'master' into debounce_refactor | Alex Ong | 2019-01-04 | 55 | -801/+2376 |
| |\ \ |
|
| * | | | Added bold in a few areas. | Alex Ong | 2018-08-29 | 1 | -2/+3 |
| * | | | Fixed missing whitespace in debounce documentation | Alex Ong | 2018-08-29 | 1 | -0/+1 |
| * | | | Changed order of rules in TMK. Documented feature. | Alex Ong | 2018-08-29 | 1 | -0/+51 |
* | | | | Add kb and user level keyboard initialization functions (#3113) | Drashna Jaelre | 2019-02-14 | 1 | -8/+60 |
* | | | | Add a mechanism for force building a particular community layout (#5027) | zvecr | 2019-02-14 | 1 | -0/+29 |
* | | | | Add documentation for led matrix | skullY | 2019-02-10 | 3 | -170/+51 |
* | | | | The beginning of a simple led matrix driver for is31fl3731 | skullY | 2019-02-10 | 1 | -0/+217 |
* | | | | added missing ; on example (#5089) | Joshua Bragge | 2019-02-09 | 1 | -1/+1 |
* | | | | Add label to the info.json reference | skullY | 2019-02-08 | 1 | -0/+3 |
* | | | | fix the case for some elements | skullY | 2019-02-08 | 1 | -8/+8 |
* | | | | Update docs/reference_info_json.md | noroadsleft | 2019-02-08 | 1 | -1/+1 |
* | | | | Clarify LAYOUT vs LAYOUT_all | skullY | 2019-02-08 | 1 | -3/+5 |
* | | | | Address comments in #4832. Move info.json reference to its own file. | skullY | 2019-02-08 | 3 | -81/+87 |
* | | | | Update docs/hardware_keyboard_guidelines.md | Konstantin Đorđević | 2019-02-08 | 1 | -1/+1 |
* | | | | Update docs/hardware_keyboard_guidelines.md | Konstantin Đorđević | 2019-02-08 | 1 | -1/+1 |
* | | | | Update docs/hardware_keyboard_guidelines.md | Konstantin Đorđević | 2019-02-08 | 1 | -1/+1 |
* | | | | Update docs/hardware_keyboard_guidelines.md | Konstantin Đorđević | 2019-02-08 | 1 | -1/+1 |