<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/users/brandonschlack, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/'/>
<entry>
<title>Tidy up use of CTPC (#19570)</title>
<updated>2023-01-11T22:31:54+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2023-01-11T22:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=b61654fb956947939eb6922735130eb2f65b5f53'/>
<id>b61654fb956947939eb6922735130eb2f65b5f53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tap Dance: remove `qk_` prefix (#19313)</title>
<updated>2022-12-14T20:40:25+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-12-14T20:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=1978007faefc0fb3af809ddf0d2ff1274e540570'/>
<id>1978007faefc0fb3af809ddf0d2ff1274e540570</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove rgblight_list.h (#18878)</title>
<updated>2022-10-27T22:50:14+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-27T22:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=7407347be1df69928d27ea9b6a4fe094429f2a55'/>
<id>7407347be1df69928d27ea9b6a4fe094429f2a55</id>
<content type='text'>
* Remove rgblight_list defines with no usage

* Remove rgblight_setrgb_*[_at] defines

* Remove rgblight_sethsv_* defines

* Remove rgblight_sethsv_noeeprom_* defines

* Delete rgblight_list.h and remove all references</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove rgblight_list defines with no usage

* Remove rgblight_setrgb_*[_at] defines

* Remove rgblight_sethsv_* defines

* Remove rgblight_sethsv_noeeprom_* defines

* Delete rgblight_list.h and remove all references</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy keycodes, part 6 (#18740)</title>
<updated>2022-10-16T13:14:40+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-16T13:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=74223c34a969c0877bde035c721c21a1f25890fa'/>
<id>74223c34a969c0877bde035c721c21a1f25890fa</id>
<content type='text'>
* `KC_RSHIFT` -&gt; `KC_RSFT`

* `KC_RCTRL` -&gt; `KC_RCTL`

* `KC_LSHIFT` -&gt; `KC_LSFT`

* `KC_LCTRL` -&gt; `KC_LCTL`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `KC_RSHIFT` -&gt; `KC_RSFT`

* `KC_RCTRL` -&gt; `KC_RCTL`

* `KC_LSHIFT` -&gt; `KC_LSFT`

* `KC_LCTRL` -&gt; `KC_LCTL`</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy keycodes, part 3 (#18669)</title>
<updated>2022-10-11T13:21:47+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-11T13:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=e96d8297246f6858adf257a8892e719695f83c45'/>
<id>e96d8297246f6858adf257a8892e719695f83c45</id>
<content type='text'>
* `KC__VOLDOWN` -&gt; `KC_VOLD`

* `KC__VOLUP` -&gt; `KC_VOLU`

* `KC__MUTE` -&gt; `KC_MUTE`

* `KC_POWER` -&gt; `KC_PWR`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `KC__VOLDOWN` -&gt; `KC_VOLD`

* `KC__VOLUP` -&gt; `KC_VOLU`

* `KC__MUTE` -&gt; `KC_MUTE`

* `KC_POWER` -&gt; `KC_PWR`</pre>
</div>
</content>
</entry>
<entry>
<title>Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)</title>
<updated>2022-09-23T12:46:23+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-09-23T12:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=36c410592dbd35da33ccc5fd6d2a5cbf4b25a708'/>
<id>36c410592dbd35da33ccc5fd6d2a5cbf4b25a708</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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>
<email>jepler@gmail.com</email>
</author>
<published>2022-08-30T08:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=9632360caa5e6511b0ec13cb4c55eb64408232b5'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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;</pre>
</div>
</content>
</entry>
<entry>
<title>add missing _MACRO to users/brandonschlack/brandonschlack.h</title>
<updated>2021-01-30T21:11:33+00:00</updated>
<author>
<name>Zach White</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2021-01-17T02:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=2f79cf9247d9388b0ae7e149e9b597f43bb87e2d'/>
<id>2f79cf9247d9388b0ae7e149e9b597f43bb87e2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Keymap] add brandonschlack userspace and keymaps (#10411)</title>
<updated>2020-11-05T05:55:03+00:00</updated>
<author>
<name>Brandon Schlack</name>
<email>brandonschlack@gmail.com</email>
</author>
<published>2020-11-05T05:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=f12dcb0659918657d35dc599e69f1aec43a22e97'/>
<id>f12dcb0659918657d35dc599e69f1aec43a22e97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
