<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/users/jonavin/jonavin.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>2023-11-26T18:36:45+00:00</updated>
<entry>
<title>Remove userspace keymaps (#22544)</title>
<updated>2023-11-26T18:36:45+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2023-11-26T18:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=1ed03f498fa204178c2696c510ac6a2cd8524e2d'/>
<id>urn:sha1:1ed03f498fa204178c2696c510ac6a2cd8524e2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into develop</title>
<updated>2022-09-18T23:06:31+00:00</updated>
<author>
<name>Joshua Diamond</name>
</author>
<published>2022-09-18T23:06:31+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=9a1b4b78f11e2953e758499ecadbe7069a3fdbdc'/>
<id>urn:sha1:9a1b4b78f11e2953e758499ecadbe7069a3fdbdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FIx ARRAYSIZE def and Murphpad string array (#18392)</title>
<updated>2022-09-18T22:57:37+00:00</updated>
<author>
<name>jonavin</name>
</author>
<published>2022-09-18T22:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c6ff10a2577e0dcee1c8dc1ec25c84c3355d9986'/>
<id>urn:sha1:c6ff10a2577e0dcee1c8dc1ec25c84c3355d9986</id>
<content type='text'>
Co-authored-by: Jonavin &lt;=&gt;</content>
</entry>
<entry>
<title>Use a macro to compute the size of arrays at compile time (#18044)</title>
<updated>2022-08-30T08:20:04+00:00</updated>
<author>
<name>Jeff Epler</name>
</author>
<published>2022-08-30T08:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=9632360caa5e6511b0ec13cb4c55eb64408232b5'/>
<id>urn:sha1:9632360caa5e6511b0ec13cb4c55eb64408232b5</id>
<content type='text'>
* Add ARRAY_SIZE and CEILING utility macros

* Apply a coccinelle patch to use ARRAY_SIZE

* fix up some straggling items

* Fix 'make test:secure'

* Enhance ARRAY_SIZE macro to reject acting on pointers

The previous definition would not produce a diagnostic for
```
int *p;
size_t num_elem = ARRAY_SIZE(p)
```
but the new one will.

* explicitly get definition of ARRAY_SIZE

* Convert to ARRAY_SIZE when const is involved

The following spatch finds additional instances where the array is
const and the division is by the size of the type, not the size of
the first element:
```
@ rule5a using "empty.iso" @
type T;
const T[] E;
@@

- (sizeof(E)/sizeof(T))
+ ARRAY_SIZE(E)

@ rule6a using "empty.iso" @
type T;
const T[] E;
@@

- sizeof(E)/sizeof(T)
+ ARRAY_SIZE(E)
```

* New instances of ARRAY_SIZE added since initial spatch run

* Use `ARRAY_SIZE` in docs (found by grep)

* Manually use ARRAY_SIZE

hs_set is expected to be the same size as uint16_t, though it's made
of two 8-bit integers

* Just like char, sizeof(uint8_t) is guaranteed to be 1

This is at least true on any plausible system where qmk is actually used.

Per my understanding it's universally true, assuming that uint8_t exists:
https://stackoverflow.com/questions/48655310/can-i-assume-that-sizeofuint8-t-1

* Run qmk-format on core C files touched in this branch

Co-authored-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;</content>
</entry>
<entry>
<title>[Keymap] Jonavin userspace encoder alt tab scrolling (#14979)</title>
<updated>2021-10-30T18:53:58+00:00</updated>
<author>
<name>jonavin</name>
</author>
<published>2021-10-30T18:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=5334e087ef848d54266537ecdc0b87cac976517e'/>
<id>urn:sha1:5334e087ef848d54266537ecdc0b87cac976517e</id>
<content type='text'>
Co-authored-by: Jonavin &lt;=&gt;</content>
</entry>
<entry>
<title>[Keymap] Jonavin userspace keymap updates INVERT_NUMLOCK_INDICATOR  (#14880)</title>
<updated>2021-10-23T06:04:08+00:00</updated>
<author>
<name>jonavin</name>
</author>
<published>2021-10-23T06:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=443d30682761edf90c327a06a6dbf9badde99df5'/>
<id>urn:sha1:443d30682761edf90c327a06a6dbf9badde99df5</id>
<content type='text'>
Co-authored-by: Jonavin &lt;=&gt;</content>
</entry>
<entry>
<title>[Keymap] Jonavin new obe keymap (#14657)</title>
<updated>2021-10-12T01:03:58+00:00</updated>
<author>
<name>jonavin</name>
</author>
<published>2021-10-12T01:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=ea2505901e39715bbca8245b7ea767eb56f630dc'/>
<id>urn:sha1:ea2505901e39715bbca8245b7ea767eb56f630dc</id>
<content type='text'>
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: Jonavin &lt;=&gt;</content>
</entry>
<entry>
<title>[Keymap] Jonavin murphpad keymap update (#14637)</title>
<updated>2021-09-29T16:42:53+00:00</updated>
<author>
<name>jonavin</name>
</author>
<published>2021-09-29T16:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c89f74b929721d01bf8177aa10c3cd721247a857'/>
<id>urn:sha1:c89f74b929721d01bf8177aa10c3cd721247a857</id>
<content type='text'>
Co-authored-by: Jonavin &lt;=&gt;</content>
</entry>
<entry>
<title>[Keymap] fix NKRO - switch to get_mods() and refactor encoder action code (#14278)</title>
<updated>2021-09-28T19:24:12+00:00</updated>
<author>
<name>jonavin</name>
</author>
<published>2021-09-28T19:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=705cd433c22aad00b12183eaa3bada50d90fd97b'/>
<id>urn:sha1:705cd433c22aad00b12183eaa3bada50d90fd97b</id>
<content type='text'>
Co-authored-by: Jonavin &lt;=&gt;</content>
</entry>
<entry>
<title>[Keymap] Jonavin keymap gmmk pro (#14220)</title>
<updated>2021-09-02T03:42:31+00:00</updated>
<author>
<name>jonavin</name>
</author>
<published>2021-09-02T03:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=b6ca21c65c0d32241ed697072292bd5118b64f9a'/>
<id>urn:sha1:b6ca21c65c0d32241ed697072292bd5118b64f9a</id>
<content type='text'>
add rgb nightmode and optional colemak layer 

Co-authored-by: Jonavin &lt;=&gt;</content>
</entry>
</feed>
