aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Features page to reflect all of the features linked in the ↵Drashna Jaelre2018-11-061-0/+4
| | | | sidebar/summary
* fix example to reflect caveatDrashna Jaelre2018-11-061-5/+5
|
* Add EEPROM_RESET keycode to core code (#4234)Drashna Jaelre2018-11-061-12/+13
| | | | | | | | | | * Add EEPROM Reset keycode * Add keycode to docs * Move EEPROM Reset code to the end of the enum * Cleanup and naming change
* Clarify the Mod Tap defines in documentation (#4352)Drashna Jaelre2018-11-062-19/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix up Mod Tap settings keys * Change link names * permissive hold wordsmith Co-Authored-By: drashna <drashna@live.com> * ignore mod tap wordsmithing Co-Authored-By: drashna <drashna@live.com> * grammar fix Co-Authored-By: drashna <drashna@live.com> * wordsmithing Co-Authored-By: drashna <drashna@live.com> * word smithing Co-Authored-By: drashna <drashna@live.com>
* Remove ALTG(kc) as it's misleading and is not actually AltGr (#4338)Konstantin Đorđević2018-11-062-2/+0
| | | | | | * Remove ALTG(kc) as it's misleading and is not actually AltGr * Add temporary alias for ALGR in keyboards/planck/keymaps/pevecyan/keymap.c
* Instructions on how to flash via STM32 bootloader (#4316)Michael Pio2018-11-031-4/+27
| | | | | | * Add instructions on flashing ARM keyboards with default STM32 bootloader * fixed typo; added note suggestion to step 4
* Add support for Atmega32A to pin declarations and universal matrix (#4015)Jack Humbert2018-11-021-1/+1
| | | | | | | | | | | | | | | | | | * add computed pins from mcu type * update for atmega32a * doc typo * add atmega16 chips, link to references * remove avr include from config * exclude assembler in config.h includes * consolodate options, add 646 * fix typo in pindef
* Update feature_bootmagic.md (#4290)Leah2018-10-301-1/+1
| | | Fix typo
* Add Bootmagic Lite to QMK (#4215)Drashna Jaelre2018-10-271-1/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Preliminary additon of bootmagic lite functionality * Cleanup code * Clean up bootmagic code * Add documentation and clean up code * Make 'lite' an option for BOOTMAGIC_ENABLE * Update Templates with note about Bootmagic Lite option * Detect Debounce variable * Make sure debounce is a non-zero number * Capitalize Bootmagic * Capitalize bootmagic * Update wording * Re-add EEPROM reset, by popular demand And add eeprom-less version to drashna userspace for his sanity * Fix spacing * Set BOOTMAGIC_ENABLE to use full/lite/off And default yes to "full" for compatibility * Add Bootmagic lite info to templates * Remove text from makefiles * Cleanup of makefile * mention yes in bootmagic docs * Wordsmitthing the docs * Fix white spaces * Readd default bootmagic setting, because it's necessary
* Docs: Add references to One Shot functions, and clean up formatting (#4189)Drashna Jaelre2018-10-271-5/+12
| | | | | | * Docs: Add references to One Shot functions, and clean up formatting * Update PR based on @mechmerlin's recommendations
* Add caveat for basic keycodes in Tap Dance docsDrashna Jaelre2018-10-271-0/+2
|
* Add key caveat to combos docDrashna Jaelre2018-10-271-0/+1
|
* add better exampleJack Humbert2018-10-261-2/+9
|
* add support for encoders to coreJack Humbert2018-10-263-0/+43
|
* Fix incorrect doctoring in feature.backlight.md (#4244)Phillip Tennen2018-10-261-1/+1
| | | I'm guessing someone deleted a row at some point in the past, but I didn't blame it.
* Fix syntax for windowsDrashna Jaelre2018-10-241-1/+1
|
* Update the installation script PR (#4167)Drashna Jaelre2018-10-221-1/+1
| | | | | | * Update docs to use qmk_install * Update Vagrantfile to use qmk_install
* Add caveats for shifted characters (#4192)Drashna Jaelre2018-10-222-6/+18
| | | | | | | | | | | | | | | | * Add caveats for shifted characters And some formatting and grammar corrections. Closes #1037 * Fix spelling of remote * Fix spelling error * Remote not Remove * Remote not Remove
* Update hardware config warnings to be more accurateDrashna Jaelre2018-10-221-1/+1
| | | | Closes #3565
* Minor updates to build tools docs revised (#4195)Dylan Khor2018-10-221-3/+3
| | | | | | * add initial khord iris keymap * correct path of windows qmk install script
* Updates docs - planck 6 and macos instructions (#4201)Colin T.A. Gray2018-10-222-0/+3
| | | | | | * add note about how to install rev6 (dfu-util) * include instructions on installing dfu-util on macOS
* Add instructions for zadig when bootloader device is unknownDrashna Jaelre2018-10-201-1/+9
|
* Some cleanup of the Useful Functions docs (#4064)Drashna Jaelre2018-10-191-14/+64
| | | | | | * Add examples for tri layers * Clean up and spelling fixes
* Docs: Adding QMK Git Conventions doc; formatting cleanup on Learning ↵noroadsleft2018-10-185-2/+171
| | | | | | | | | | | | | | | | | | | | | | Resources doc (#3902) * Docs: newbs_learn_more_resources.md: formatting * Added QMK Git Conventions doc, initial version * Renamed contributing_qmk.md to newbs_best_practices.md * Updated per review by @drashna * Added navigation links * Updated to Best Practices doc * Minor updates to Learn More Resources doc Markdown formatting consistency because I'm particular about it. * Added Merge Conflict section to Best Practices doc
* Fix more broken links to the HID specChristoffer Holmberg2018-10-172-2/+2
|
* Fix grammar, typos, and the link to HID specificationChristoffer Holmberg2018-10-171-7/+7
|
* Fix doc typoJim Tittsler2018-10-151-1/+1
|
* Fix Typo in Custom Quantum functions document (led_state) (#4129)asakuno2018-10-131-2/+2
| | | | | *_LOCK   ↓ DEL
* add a notice into docs/feature_rgblight.mdmtei2018-10-111-1/+2
|
* Add documentation for Combo featureDrashna Jaelre2018-10-104-0/+96
|
* Cleanup learning newb linksDrashna Jaelre2018-10-103-8/+8
|
* Update and cleanup AVR Hardware docsDrashna Jaelre2018-10-101-22/+20
|
* Specify max layers supported in layer keycodesDrashna Jaelre2018-10-101-2/+2
|
* Fix formatting in Unicode textDrashna Jaelre2018-10-091-5/+5
|
* Added link to One Shot KeysBrian Choromanski2018-10-091-1/+1
|
* Added OSL to list of layer togglesBrian Choromanski2018-10-091-0/+1
|
* Update Bluetooth docs (#4062)chipperdoodles2018-10-072-2/+34
| | | | | | | | | | | | | | | | | | * syncing upstream * Bluetooth Doc update More Description in bluetooth section, Addition to Config options rules.mk section. * merge upstream chibios * lib/chibios checkout * Additional EZ key Section added back EZ-Key diy link, Cleaned up some errors
* Update and clarify Unicode documentation (#4065)Drashna Jaelre2018-10-061-18/+89
| | | | | | | | | | | | | | * Update and clarify Unicode documentation * Fixed UCIS info based on feedback from algernon * Further clarifications and cleanup * Formatting * Add an example for unicode map * fix AutoHotKey title
* Update Contrib doc (#4068)Drashna Jaelre2018-10-061-2/+21
| | | | | | | | | | | | | | * Add link for style * ignore java * Add example and update link? * Minor fixes * Change 1TBS text * comments
* ARM SWD guideyiancar2018-10-053-0/+89
| | | | | - Added a detailed (but saddly long) debugging guide. - Modified sidebar and summary to include the links.
* Add C hint to inline codeYan-Fa Li2018-10-011-19/+19
|
* Add send_unicode_hex_string function (#3828)Drashna Jaelre2018-10-011-1/+6
| | | | | | | | | | | * Add send_string_unicode function Co-authored-by: kdb424 <kdb424@gmail.com> Co-authored-by: Konstantin <vomindoraan@gmail.com> * Clean up code based on feedback * Fix includes
* Add tap_code function (#3784)Drashna Jaelre2018-10-011-0/+4
| | | | | | | | | | * Add tap_code * formatting * Doc clarification * Rename variable to make more consistent
* Add Function level EECONFIG code for EEPROM (#3084)Drashna Jaelre2018-10-011-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Function level EEPROM configuration Add kb and user functions for EEPROM, and example of how to use it. * Bug fixes and demo * Additional cleanup * Add EEPROM reset macro to example * Forgot init function in list * Move eeconfig_init_quantum function to quantum.c and actually set default layer * See if removing weak quantum function fixes issue * Fix travis compile error * Remove ifdef blocks from EECONFIG so settings are always set * Fix for ARM EEPROM updates * Fix merge issues * Fix potential STM32 EEPROM issues
* Make digital rain RGB matrix effect #define configurable.Daniel Shields2018-10-011-0/+1
|
* Correct small typoAnthony Som2018-10-011-1/+1
| | | A small typo (it -> in) that I noticed while reading through the documentation
* Spell-check update for Userspace documentationnoroadsleft2018-09-281-4/+4
| | | | Because leaving review comments on a PR that's already been merged doesn't make any sense.
* Update quantum matrix to support both AVR and Chibios ARM (#3968)yiancar2018-09-281-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update quantum matrix to support both AVR and Chibios ARM - Addition of STM32 pin definitions - Created abstruction layer defines to control GPIO (This is a bit pointless for Chibios as we are creating a PAL ontop of a PAL but it is necessary for uniformity with AVR) - Modified matrix.c to use the above functions * minor ifdef fix * Rename of functions and docs - Added documentation. - Renamed functions according to Jack's spec. * Massdrop fix * Update matrix.c * Update quantum.h * Update quantum.h * Update quantum.h * Update internals_gpio_control.md
* Update to the Userspace documentation (#4005)Drashna Jaelre2018-09-281-45/+133
| | | | | | | | | | | | | | * Overhaul to Userspace Documentation * Formatting issues * Additionaly formatting fixes * Add Readme info * Additionaly Readme info * Formatting fixes
* Update Document Templates to reflect newer wording and URLs (#4006)Drashna Jaelre2018-09-281-1/+1
| | | | | | | | * Add pragma once info to contributing guidelines * Fix links in readme template to match doc site * Revert changes to contributing doc as somebody already changed it