-
-
Notifications
You must be signed in to change notification settings - Fork 40.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up Tap Dance docs #9372
Clean up Tap Dance docs #9372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, except that in line 330, :id=example-5-using-tap-dance-for-advanced-mod-tap-and-layer-tap-keys shows up in the rendered Markdown. It's the only header with an :id appended like that and I'm not sure why. Could be some restriction on id-ing headers of level 4 rather than 3?
That's normal; it's for translation purposes, since the heading links in Docsify are otherwise autogenerated from the heading text: https://docsify.now.sh/helpers?id=customise-id-for-headings I should probably fill the rest of them in, though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! I didn't know that. Looks good!
Another trick is, if you check out the code changes, you can run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Thanks! |
* 'master' of https://github.com/qmk/qmk_firmware: (36 commits) [Keyboard] Jian keyboard (qmk#8914) Implement game mode layer for dcompact on planck (qmk#9402) [Keymap] new keymap for XD75 (qmk#8675) Clean up Tap Dance docs (qmk#9372) CLI: Add ATmega328 and ATtiny85 to supported CPUs (qmk#9371) Fix error_log complaint about clueboard/66_hotswap/gen1 layout macro (qmk#9400) Nebula65 (qmk#9368) added 4x12 (qmk#9411) [Keymap] Add froggy keymap with 106/109 (JP) settings for helix keyboard (qmk#8967) [Keymap] csc027/keymap-updates (qmk#9420) Add VIA support to keebio/nyquist (qmk#9399) [Keymap] Drashna's Keymap Update - Display Edition (qmk#9282) [Keymap] Add "shwilliam" Preonic keymap (qmk#9409) HID Liberation Device Refactor and Configurator layout support (qmk#9394) [Keyboard] Fix Configurator layout data for handwired/1800fl (qmk#9393) [Keyboard] Fix Configurator layout data for acheron/elongate (qmk#9392) Change ?= to = in keyboard rules.mk (qmk#9390) [Docs] Fix link to mod_tap.md in the one_shot_keys.md file (qmk#9380) [Keyboard] Hub16 keymap bugfix (qmk#9345) [Keyboard] Add Eon75 (qmk#9333) ...
* Clean up Tap Dance docs * Add heading IDs for translation
* Clean up Tap Dance docs * Add heading IDs for translation
Description
Mostly fixing code style, removing references to the deprecated
ACTION_FUNCTION_TAP
and trying to clarify the simple example (in particular, where to put theTD()
keycode).Types of Changes
Issues Fixed or Closed by This PR
Checklist