Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-06 | Update mouse_keys.md | ||
fix typo | |||
2017-07-05 | Pull out sendstring variations to their own files. | ||
Instead of having all sendstring keycode mappings in the main quantum.c file, give each one its own file in keymap_extras that can be #included in a user's keymap. If one is included, it will define the appropriate lookup tables and overwrite the weak definitions in quantum.c. (Including more than one sendstring definition will fail at compile time.) Update @rai-suta's test keymap to match, as well as the documentation. | |||
2017-06-27 | add new arguements, docs | ||
2017-06-27 | Add eclipse to the _summary | ||
2017-06-24 | Update _summary.md | ||
2017-06-23 | update docs for isp | ||
2017-06-23 | Update _summary.md | ||
2017-06-23 | Create isp_flashing_guide.md | ||
2017-06-22 | Update _summary.md | ||
2017-06-22 | Create adding_a_keyboard_to_qmk.md | ||
2017-06-22 | Update porting_your_keyboard_to_qmk.md | ||
2017-06-18 | revert edit | ||
2017-06-18 | Update key_functions.md | ||
2017-06-11 | define limits to functions | ||
2017-06-10 | Delete VAGRANT_GUIDE.md | ||
2017-06-10 | Delete USB_NKRO.txt | ||
2017-06-10 | Delete TMK_README.md | ||
2017-06-10 | Delete POWER.txt | ||
2017-06-10 | Delete PCB_GUIDE.md | ||
2017-06-10 | Delete Macros.md | ||
2017-06-10 | Delete Kiibohd.asciidoc | ||
2017-06-10 | Delete Keymap.md | ||
2017-06-10 | Delete Keycodes.md | ||
2017-06-10 | Delete Home.md | ||
2017-06-10 | Delete HAND_WIRE.md | ||
2017-06-10 | Delete FUSE.txt | ||
2017-06-10 | Delete FAQ.md | ||
2017-06-10 | Delete Embedding.md | ||
2017-06-10 | Delete Eclipse.md | ||
2017-06-10 | Delete CYGWIN_GUIDE.md | ||
2017-06-10 | Delete BUILD_GUIDE.md | ||
2017-06-10 | convert docs to lowercase and underscores | ||
2017-06-10 | convert docs to lowercase and underscores | ||
2017-06-10 | remove leading slash | ||
2017-06-10 | Merge branch 'master' into improve_macro_docs | ||
2017-06-10 | Create Home.md | ||
2017-06-10 | Create SUMMARY.md | ||
2017-06-10 | Create Custom-Quantum-Functions.md | ||
2017-06-10 | make searchable | ||
2017-06-09 | update music docs | ||
2017-06-09 | Move Dynamic Macros into their own file | ||
2017-06-09 | Clean up and improve the macro documentation | ||
2017-06-08 | Docfix (#1377) | ||
* SCKLCK is now SCROLLLOCK Yes, with all three Ls At least it doesn't have a random K anymore lol * Removed strange mystery trailing numbers in the docs | |||
2017-06-08 | Documents permissive hold | ||
2017-06-08 | SCKLCK is now SCROLLLOCK (#1376) | ||
Yes, with all three Ls At least it doesn't have a random K anymore lol | |||
2017-06-02 | Update Keycodes.md | ||
2017-06-02 | Update Keycodes.md | ||
2017-06-02 | Broken Keymap docs link | ||
2017-05-29 | Merge pull request #1343 from Maartenwut/patch-1 | ||
Added SEND_STRING(); to the documentation. | |||
2017-05-29 | Merge pull request #1337 from fredizzimo/wsl_setup | ||
Add script for setting up Windows Subsystem for Linux |