<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk/quantum/keycode_config.c, 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-07-08T00:15:51+00:00</updated>
<entry>
<title>bootmagic mods covering the case when swapped mods are pressed at the same time (#21320) (#21472)</title>
<updated>2023-07-08T00:15:51+00:00</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2023-07-08T00:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=f41bc8ce20da5efb29a80bfaa708f8be06f7f2c9'/>
<id>urn:sha1:f41bc8ce20da5efb29a80bfaa708f8be06f7f2c9</id>
<content type='text'>
Co-authored-by: Nimish Gåtam &lt;nimishg@gmail.com&gt;</content>
</entry>
<entry>
<title>Make Magic handling more consistent in Action Keycode handling (#9126)</title>
<updated>2023-02-12T17:48:14+00:00</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2023-02-12T17:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=b47f179a4a331240874b3c9664dc0bc334b42220'/>
<id>urn:sha1:b47f179a4a331240874b3c9664dc0bc334b42220</id>
<content type='text'>
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;
</content>
</entry>
<entry>
<title>PoC: Swap Escape and Caps (#16336)</title>
<updated>2022-07-02T12:08:48+00:00</updated>
<author>
<name>Osamu Aoki</name>
<email>osamuaoki@users.noreply.github.com</email>
</author>
<published>2022-07-02T12:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=871eeae4eab476cb64b40e0636ec19deeea79525'/>
<id>urn:sha1:871eeae4eab476cb64b40e0636ec19deeea79525</id>
<content type='text'>
</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>clang-format changes</title>
<updated>2019-08-30T22:01:52+00:00</updated>
<author>
<name>skullY</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2019-08-30T18:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=b624f32f944acdc59dcb130674c09090c5c404cb'/>
<id>urn:sha1:b624f32f944acdc59dcb130674c09090c5c404cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixup Bootmagic code (#6386)</title>
<updated>2019-08-22T07:22:32+00:00</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-08-22T07:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=b5ee6c200c96df0b0e4557defdf3a61f70f5d260'/>
<id>urn:sha1:b5ee6c200c96df0b0e4557defdf3a61f70f5d260</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added keycodes for swapping and unswapping the Control and OS keys (#6110)</title>
<updated>2019-08-22T00:07:08+00:00</updated>
<author>
<name>Stephen Wanhella</name>
<email>Stephen.wanhella@gmail.com</email>
</author>
<published>2019-08-22T00:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=d534c72a544454132b3c6c05af85c821f6a93d65'/>
<id>urn:sha1:d534c72a544454132b3c6c05af85c821f6a93d65</id>
<content type='text'>
* Add MAGIC_SWAP_CONTROL_LGUI and MAGIC_UNSWAP_CONTROL_LGUI keycodes

Key codes to swap and unswap the control and windows/cmd keys

* Fix issues with pull request #6110

Renamed swap/unswap lctl and lgui key codes, added key codes to swap/unswap rctl and rgui, and moved new bool inside keycode_config.h struct to the end

* Move new keycodes to the end of the enum (#6110)

* add cases for swapped control and OS keys to mod_config (#6110)

* Add new keycodes to feature_bootmagic.md (#6110)

* Add R+L swap codes to keep in parity with AG_* codes

* Extend Magic range check to include new magic codes

* Update audio docs

* Combine 2 byte ranges into 1 word for EECONFG

Fix names for Keymap config EEPROM

* Update docs/feature_bootmagic.md

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update docs/feature_bootmagic.md

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update docs/feature_bootmagic.md

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update docs/feature_bootmagic.md

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fix #1566 - NKRO reseting issue</title>
<updated>2018-03-25T17:17:52+00:00</updated>
<author>
<name>U-LANDSRAAD\drashna</name>
<email>drashna@live.com</email>
</author>
<published>2018-03-25T07:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=34580baccf6882d90c6267f8920c5105af811529'/>
<id>urn:sha1:34580baccf6882d90c6267f8920c5105af811529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow mod swapping for mod tap (MT) (#1202)</title>
<updated>2017-06-26T22:54:01+00:00</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2017-06-26T22:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=61cdc9aaa462afbcbaf57f2c5991e06924caed0e'/>
<id>urn:sha1:61cdc9aaa462afbcbaf57f2c5991e06924caed0e</id>
<content type='text'>
* allow mod swapping for mod tap

* quick include

* fix the mod swapping

* make changes consistent with action code

* fix bug

* re-enable no gui, etc

* fix binary comps

* solid logic
</content>
</entry>
<entry>
<title>Clarify the quantum license (#1042)</title>
<updated>2017-03-28T22:20:36+00:00</updated>
<author>
<name>skullydazed</name>
<email>skullydazed@users.noreply.github.com</email>
</author>
<published>2017-03-28T22:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=23839b8c6d2f955e4da89b0981948c721346c528'/>
<id>urn:sha1:23839b8c6d2f955e4da89b0981948c721346c528</id>
<content type='text'>
* Clarify the license for files we have signoff on

* Update against the currently signed off files

* Remove unused and not clearly licensed headers

* Replace an #endif I accidentally removed while resolving merge conflicts
</content>
</entry>
</feed>
