<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/tmk_core/common/action_layer.c, 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-08-17T23:18:58+00:00</updated>
<entry>
<title>Migrate platform independent code from tmk_core -&gt; quantum (#13673)</title>
<updated>2021-08-17T23:18:58+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-08-17T23:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=b8e913c8db73ebf890e4604ee41991a34354a600'/>
<id>urn:sha1:b8e913c8db73ebf890e4604ee41991a34354a600</id>
<content type='text'>
* Migrate action|keyboard|keycode|eeconfig from tmk_core -&gt; quantum</content>
</entry>
<entry>
<title>Improve layer mask handling (#13065)</title>
<updated>2021-07-03T07:19:52+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2021-07-03T07:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=8da8aabbe5796232c0f17f849badd455d42b0277'/>
<id>urn:sha1:8da8aabbe5796232c0f17f849badd455d42b0277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimization for scanning less layers. (#8311)</title>
<updated>2020-05-11T00:04:38+00:00</updated>
<author>
<name>Alex Ong</name>
</author>
<published>2020-05-11T00:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=361ac2f32ac8b906dbb29cd0a6c5f971dad298c3'/>
<id>urn:sha1:361ac2f32ac8b906dbb29cd0a6c5f971dad298c3</id>
<content type='text'>
* Optimization for scanning less layers.

* Rename NUM_LAYERS to MAX_LAYER.</content>
</entry>
<entry>
<title>Fix layer debug calls (#8370)</title>
<updated>2020-03-10T09:23:26+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2020-03-10T09:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=668121bbf8daa3ba9d0f42ac7e39701e1b9d2f77'/>
<id>urn:sha1:668121bbf8daa3ba9d0f42ac7e39701e1b9d2f77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix LAYER_STATE_8BIT compile issues (#7304)</title>
<updated>2019-11-09T02:23:26+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2019-11-09T02:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c1970e284d9718a62a973442ec9f0801365cff60'/>
<id>urn:sha1:c1970e284d9718a62a973442ec9f0801365cff60</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>
</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>Fix bit count calculation for iterating layers</title>
<updated>2019-05-18T20:47:34+00:00</updated>
<author>
<name>Ryan Caltabiano</name>
</author>
<published>2019-05-18T20:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=ba26736d7e0679e87e34add2445cdae541e2a0b8'/>
<id>urn:sha1:ba26736d7e0679e87e34add2445cdae541e2a0b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typedef'ed layer_state_t to uint32_t (#3637)</title>
<updated>2019-05-17T20:47:50+00:00</updated>
<author>
<name>Alex Ong</name>
</author>
<published>2019-05-17T20:47:50+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=00d1d7828c63538122d9d3db7336b9a40c9ffe80'/>
<id>urn:sha1:00d1d7828c63538122d9d3db7336b9a40c9ffe80</id>
<content type='text'>
* Typedef'ed layer_state_t to uint32_t.

This enables future work with layer_state_t to uint8_t for optimization purposes.

* Removed accidental xeal60 commit

* Revert to egyptian brackets, added sizeof(layer_state_t) so when layer_state_t is redefined it will automagically work.

* Add additional typedefs

* Add checks for setting layer state

* Update tmk_core/common/action_layer.h

Co-Authored-By: alex-ong &lt;the.onga@gmail.com&gt;

* Revert commit.
</content>
</entry>
<entry>
<title>Change return type of layer_switch_get_layer() to uint8_t (#5011)</title>
<updated>2019-02-01T00:40:12+00:00</updated>
<author>
<name>fauxpark</name>
</author>
<published>2019-02-01T00:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=d8e9a0f7a319e27c8dbb4e5a1131bc02b365da76'/>
<id>urn:sha1:d8e9a0f7a319e27c8dbb4e5a1131bc02b365da76</id>
<content type='text'>
* Change return type of layer_switch_get_layer() to uint8_t

* Keep loop index signed so we don't wrap around
</content>
</entry>
<entry>
<title>Add documentation and fix formating (#4860)</title>
<updated>2019-01-17T17:04:35+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2019-01-17T17:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=5fcca9a226b2ab0b1335396e25c37e4b2a261a06'/>
<id>urn:sha1:5fcca9a226b2ab0b1335396e25c37e4b2a261a06</id>
<content type='text'>
</content>
</entry>
</feed>
