<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk/docs/keymap.md, branch master</title>
<subtitle>Custom split ortholinear mechanical keyboard with rollerball mouse. Firmware. https://blog.node5.net/custom-keyboard
</subtitle>
<id>http://git.node5.net/firmware/qmk/atom?h=master</id>
<link rel='self' href='http://git.node5.net/firmware/qmk/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/'/>
<updated>2023-02-10T10:39:35+00:00</updated>
<entry>
<title>[Docs] Change defines to enums in examples (#19793)</title>
<updated>2023-02-10T10:39:35+00:00</updated>
<author>
<name>Pablo Martínez</name>
<email>58857054+elpekenin@users.noreply.github.com</email>
</author>
<published>2023-02-10T10:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=95671148a4f451cd98b98e5d2b8d559ad12eb24d'/>
<id>urn:sha1:95671148a4f451cd98b98e5d2b8d559ad12eb24d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove useless line continuations (#19399)</title>
<updated>2022-12-30T00:48:05+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-12-30T00:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=801d2ff940a5f19ee4fa7df992e86d1fd1daf610'/>
<id>urn:sha1:801d2ff940a5f19ee4fa7df992e86d1fd1daf610</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove legacy international keycodes (#18588)</title>
<updated>2022-10-09T03:51:09+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-09T03:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=4b2d71de52b561c77da4bdb2275b1c6bb2415f54'/>
<id>urn:sha1:4b2d71de52b561c77da4bdb2275b1c6bb2415f54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove orphan custom functions reference in keymap docs (#18444)</title>
<updated>2022-09-24T16:04:14+00:00</updated>
<author>
<name>Wes Lord</name>
<email>weslord@gmail.com</email>
</author>
<published>2022-09-24T16:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=244f27ac277e14371157779bc1004b674b1fd39b'/>
<id>urn:sha1:244f27ac277e14371157779bc1004b674b1fd39b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some docs improvements (#15845)</title>
<updated>2022-03-05T04:58:50+00:00</updated>
<author>
<name>kiilerix</name>
<email>mads@kiilerich.com</email>
</author>
<published>2022-03-05T04:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=da6d6ce2e1f266892badbd42fb8c6735e61e784f'/>
<id>urn:sha1:da6d6ce2e1f266892badbd42fb8c6735e61e784f</id>
<content type='text'>
* docs: clarify in "Keymap Overview" what LAYOUT is and isn't

It is not strictly necessary to use LAYOUT macros in keyboard.c, but it
is a convenient abstraction of hardware internals, allowing focus on the
physical keyboard layout.

From the C source point of view LAYOUT is macro with a parameter list,
which expands to a array of rows that each is an array with a keyboard
scancode for each column. A macro parameter list is not an array, and
even less a single array.

Perhaps no big deal, but also no reason to give incorrect hints.

* docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1de

This part of the documentation was no longer correct. I tried updating
it, mainly copy editing and using github links to latest release.

This is not trying to fix all problems, but just trying to fix some
problems while reusing much of the old phrases and structure.

* Update docs to use "qmk format-python"</content>
</entry>
<entry>
<title>Rip out old macro and action_function system (#16025)</title>
<updated>2022-01-24T21:22:20+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-01-24T21:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=1d11ae3087f583c4f4756169802b33adea71ed94'/>
<id>urn:sha1:1d11ae3087f583c4f4756169802b33adea71ed94</id>
<content type='text'>
* Rip out old macro and action_function system

* Update quantum/action_util.c

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;</content>
</entry>
<entry>
<title>Basic keycode overhaul (#14726)</title>
<updated>2021-11-04T05:22:17+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2021-11-04T05:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=f529580860cf5a1de4afc10432f218a45daae17a'/>
<id>urn:sha1:f529580860cf5a1de4afc10432f218a45daae17a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Docs] Clarify layer transparency keymap.md (#9081)</title>
<updated>2020-05-16T07:35:19+00:00</updated>
<author>
<name>Nick Blyumberg</name>
<email>nblyumberg@gmail.com</email>
</author>
<published>2020-05-16T07:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=142ebaea4650b81da143210438ec3828d81289e9'/>
<id>urn:sha1:142ebaea4650b81da143210438ec3828d81289e9</id>
<content type='text'>
* Revised the grammar and clarity of the Layer Precedence and Transparency

* Update docs/keymap.md

* Update docs/keymap.md

* Update docs/keymap.md

* Update docs/keymap.md

* Update docs/keymap.md

* Update docs/keymap.md

* Update docs/keymap.md
</content>
</entry>
<entry>
<title>Add explicit id tags to externally linked headers</title>
<updated>2020-03-06T00:00:10+00:00</updated>
<author>
<name>skullY</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2020-02-28T04:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=54c58ea6de61a0f1fefa06e8271e2e11f9027940'/>
<id>urn:sha1:54c58ea6de61a0f1fefa06e8271e2e11f9027940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Docs] Smallish overhaul of the docs (#5281)</title>
<updated>2019-03-18T21:22:02+00:00</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-03-18T21:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=c534a4c775098f2b6cc8e7f36d35cf642f4323a5'/>
<id>urn:sha1:c534a4c775098f2b6cc8e7f36d35cf642f4323a5</id>
<content type='text'>
* Fix up Common functions doc

* Add to extra commands to flashing doc

* Rearrange and touch up Macros

* Expand Newbs Flashing guide

* Update process_record documentation

* Add git to best practices name in sidebar

* Expand FAQ for build/flashing

* Add deprecated info to functions

* Update docs/feature_macros.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Update docs/feature_macros.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Update docs/flashing.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Update docs/flashing.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Update docs/keymap.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Update docs/newbs_flashing.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Update docs/newbs_flashing.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Update docs/custom_quantum_functions.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Update docs/faq_build.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Update docs/feature_macros.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Update docs/keymap.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Fix up Common functions doc

* Make pre-init example accurate

* Update docs/custom_quantum_functions.md

Co-Authored-By: drashna &lt;drashna@live.com&gt;

* Zadig Driver catchall

* Spelling Depriciated

* Completely remove fn_actions section
</content>
</entry>
</feed>
