<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/tmk_core/common/command.h, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2021-02-07T23:16:15+00:00</updated>
<entry>
<title>Migrate some tmk_core files to quantum (#11791)</title>
<updated>2021-02-07T23:16:15+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-02-07T23:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=99bffc2a21ebed07fd767ad2a9a7e1aadd491ef3'/>
<id>urn:sha1:99bffc2a21ebed07fd767ad2a9a7e1aadd491ef3</id>
<content type='text'>
* Migrate some tmk_core files to quantum

* Fix build errors</content>
</entry>
<entry>
<title>clang-format changes</title>
<updated>2019-08-30T22:01:52+00:00</updated>
<author>
<name>skullY</name>
</author>
<published>2019-08-30T18:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=b624f32f944acdc59dcb130674c09090c5c404cb'/>
<id>urn:sha1:b624f32f944acdc59dcb130674c09090c5c404cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update IS_COMMAND definitions to use MOD_MASK_SHIFT (#6348)</title>
<updated>2019-07-20T20:21:40+00:00</updated>
<author>
<name>Konstantin Đorđević</name>
</author>
<published>2019-07-20T20:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=a2e91ebec910d31a9f32cc56924ef3d6f0291e72'/>
<id>urn:sha1:a2e91ebec910d31a9f32cc56924ef3d6f0291e72</id>
<content type='text'>
* Update IS_COMMAND definition in templates to use MOD_MASK_SHIFT

* Update IS_COMMAND in docs

* Update IS_COMMAND default definition in tmk_core

* Update table in Command docs based on suggestion

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change Command keycode defaults to match corresponding Bootmagic codes (#5078)</title>
<updated>2019-02-18T06:23:32+00:00</updated>
<author>
<name>Konstantin Đorđević</name>
</author>
<published>2019-02-18T06:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=5cb713148dbc319167517df370ca9dd774ceb31c'/>
<id>urn:sha1:5cb713148dbc319167517df370ca9dd774ceb31c</id>
<content type='text'>
* Change Command keycode defaults to match corresponding Bootmagic codes

* Make alternate magic key keycodes consistent

* Reflect changes from previous commit in tmk_core/common/command.c

* Remove unnecessary MAGIC_KEY_* definitions from keymaps compatible with these changes

* Swap E and BSPACE for MAGIC_KEY_EEPROM

* Add MAGIC_KEY_EEPROM_CLEAR instead of MAGIC_KEY_EEPROM_ALT

* Remove BOOTMAGIC_ENABLE checks around EECONFIG stuff

* Update Command descriptions
</content>
</entry>
<entry>
<title>Fix Command feature: use get_mods() instead of keyboard_report-&gt;mods (#4955)</title>
<updated>2019-01-27T08:28:40+00:00</updated>
<author>
<name>Konstantin Đorđević</name>
</author>
<published>2019-01-27T08:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=4d9b11af14fd83c1e6b556165d41ce005abb4a84'/>
<id>urn:sha1:4d9b11af14fd83c1e6b556165d41ce005abb4a84</id>
<content type='text'>
* Remove unnecessary IS_COMMAND definition in clueboard/66/rev4

* Replace keyboard_report-&gt;mods with get_mods() in IS_COMMAND definitions

* Update docs to use get_mods() instead of keyboard_report-&gt;mods

* Replace keyboard_report-&gt;mods with get_mods() in tmk_core/protocol/usb_hid/test

For some reason, this occurrence used KB_LSHIFT and KB_RSHIFT, which don't exist

* Replace keyboard_report-&gt;mods with get_mods() in Massdrop keyboards (as per @patrickmt)
</content>
</entry>
<entry>
<title>Adds a default value for IS_COMMAND for COMMAND feature (#4301)</title>
<updated>2019-01-26T23:49:45+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2019-01-26T23:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=b05c0e46c6c62972b68518635104fb58927d1a13'/>
<id>urn:sha1:b05c0e46c6c62972b68518635104fb58927d1a13</id>
<content type='text'>
* Add default value for IS_COMMAND for COMMAND feature

* Cleanup and consistency

* Update Templates to reflect change

* Fix IS_COMMAND in template

* Fix IS_COMMAND define

* Use consistent IS_COMMAND block in templates

* Remove unnecessary `#undef IS_COMMAND` directives

* Fix compile issue on orthodox

* Reomve IS_COMMAND option for newer boards

* Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting

* Remove a couple of additional IS_COMMAND defines

* Remove remaining redundant IS_COMMAND definitions

* Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin

* Remove multiple empty lines in modified config.h files

* Update additional boards

* Reomve IS_COMMAND from newer boards

* Update Alice keyboard

* Remove IS_COMMAND from additional boards

Jan 24th edition
</content>
</entry>
<entry>
<title>command.h include was not set correctly</title>
<updated>2018-11-06T05:40:30+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2018-10-31T01:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=73e634482ea8f57d1f1a5f1e16bc3ffd74f84b8e'/>
<id>urn:sha1:73e634482ea8f57d1f1a5f1e16bc3ffd74f84b8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generate API docs from source code comments (#2491)</title>
<updated>2018-03-22T06:50:38+00:00</updated>
<author>
<name>skullydazed</name>
</author>
<published>2018-03-22T06:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=7c9d5ace143d3cc6d767a354acde814926d566fd'/>
<id>urn:sha1:7c9d5ace143d3cc6d767a354acde814926d566fd</id>
<content type='text'>
* Generate api docs from source code

* Add a bunch of doxygen comments

* more doxygen comments

* Add the in-progress api docs

* script to generate docs from travis

* Add doc generation to the travis job

* make travis_docs.sh commit the work it does

* make sure the docs script exits cleanly
</content>
</entry>
<entry>
<title>Warning reductions (#430)</title>
<updated>2016-06-21T21:42:29+00:00</updated>
<author>
<name>Jack Humbert</name>
</author>
<published>2016-06-21T21:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=1a0bac8bccf0e156d2f3c5f14a7214f9677b6370'/>
<id>urn:sha1:1a0bac8bccf0e156d2f3c5f14a7214f9677b6370</id>
<content type='text'>
Warning reductions</content>
</entry>
<entry>
<title>Magic Key Overrides / Keyboard Lock / Forced NKRO</title>
<updated>2016-03-28T05:03:21+00:00</updated>
<author>
<name>IBNobody</name>
</author>
<published>2016-03-28T05:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=577971ab07a49405e1dcd8e5f75b3ecb87e710b9'/>
<id>urn:sha1:577971ab07a49405e1dcd8e5f75b3ecb87e710b9</id>
<content type='text'>
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock
option to template / Added forced NKRO option to template (disabled by
default)
</content>
</entry>
</feed>
