Age | Commit message (Collapse) | Author |
|
* 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
* Add temporary alias for ALGR in keyboards/planck/keymaps/pevecyan/keymap.c
|
|
* Docs: Add references to One Shot functions, and clean up formatting
* Update PR based on @mechmerlin's recommendations
|
|
* 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
|
|
|
|
|
|
|
|
(#3799)
|
|
* Mask off keycode/layer/mod where possible in LT(), MT(), etc.
* Don't need these parentheses
* Put back parentheses for order of operations
|
|
|
|
I couldn't understand this sentence at first owing to the confusion
between right meaning "correct," and right meaning "right-handed."
|
|
* Adds Audio Keycodes to both the feature page and master list
* Re-orders the keycode list, so it's alphabetical (mostly)
* Add additional (missing) sections to the keycode list
* Add and update links in the keycode page
* Add and reorder links in sidebar's keycode section
|
|
Also improve documentation for related settings.
|
|
|
|
* Rework layer function docs
* Update per PR feedback
|
|
* Fix advanced keycode headers
* Add caveat for OSM over Remote Desktop
* Hopefully add better anchors to docs
* Add Action code list reference
* Formatting of RGB Underglow doc
* Add brew update issue on macOS
* Revert formatting
* Revert RGB doc formatting
* Make Config Options doc's sections linkable
|
|
(#2460)
* Macro for a momentary layer switch with mods
Passes through to the existing ACTION_LAYER_MODS macro, albeit with more
limited options due to lack of space in the quantum_keycodes enum.
* Add documentation for LM layer-mod macro
* Clean up Tap Toggle documentation
|
|
(#2446)
|
|
|
|
|
|
|
|
|
|
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.
|
|
* Set up tap dance for layers on the lower button.
* Refactored code to share in the users directory between my two keyboard layouts.
* Small keyboard layout change.
* Updated documentation on oneshot usage in macros/tap dance.
|
|
* fix #1313 by documenting more config.h options
* Clean up and organize documentation
|