<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/quantum/keymap_extras/sendstring_french.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>2024-01-09T09:53:26+00:00</updated>
<entry>
<title>Raise Circumflex from the grave in sendstring_french.h (#22285)</title>
<updated>2024-01-09T09:53:26+00:00</updated>
<author>
<name>Magne Lauritzen</name>
</author>
<published>2024-01-09T09:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=89b46eedd59d80c6bd53e4785e1ee0f846dd6098'/>
<id>urn:sha1:89b46eedd59d80c6bd53e4785e1ee0f846dd6098</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymap_extras: remove direct `quantum.h` includes (#21485)</title>
<updated>2023-07-09T10:05:01+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2023-07-09T10:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=03ecd346849cb66809d7e502d88d11023897885c'/>
<id>urn:sha1:03ecd346849cb66809d7e502d88d11023897885c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing dead key LUTs for sendstring headers (#16929)</title>
<updated>2022-04-25T09:30:20+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2022-04-25T09:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=73688057f483e8e38cc970e5fe3ab0d04fa2217e'/>
<id>urn:sha1:73688057f483e8e38cc970e5fe3ab0d04fa2217e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Partial fix for sendstring_french.h (#10623)</title>
<updated>2020-10-12T16:17:11+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2020-10-12T16:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=6c78f80fa1f56d89ef05e9ba04a6f8f5d3b1e4a2'/>
<id>urn:sha1:6c78f80fa1f56d89ef05e9ba04a6f8f5d3b1e4a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update French and German macOS keymaps and add sendstring LUTs (#8700)</title>
<updated>2020-04-18T20:57:05+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2020-04-18T20:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=f43cb314767403b8289fc957bd1d3b8250874192'/>
<id>urn:sha1:f43cb314767403b8289fc957bd1d3b8250874192</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update French keymap and sendstring LUT (#8436)</title>
<updated>2020-03-16T14:30:57+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2020-03-16T14:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=652f4492d3f02f330fc0b4a1476c07821f3c0cd9'/>
<id>urn:sha1:652f4492d3f02f330fc0b4a1476c07821f3c0cd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce PROGMEM usage for sendstring LUT (#8109)</title>
<updated>2020-03-02T23:43:18+00:00</updated>
<author>
<name>Ted M Lin</name>
</author>
<published>2020-03-02T23:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=552f8d81b9bff8010b328ee944d50830cfcaea5c'/>
<id>urn:sha1:552f8d81b9bff8010b328ee944d50830cfcaea5c</id>
<content type='text'>
* Reduce PROGMEM usage for keycode map

Bit-pack the keycode bool array to gain back a small amount of flash space.
The trade-off is an increase in runtime instructions when running macros.

It does make the code a bit harder to read, as well as maintain.

For configs that use send_string() et al, it saves ~100 bytes.

* Switch to macro and common definition

Rewrite the array declarations so both the unpacked (original) and
packed LUT arrays can use the same value definitions. This is done by
defining a macro that "knows what to do".

This makes the code much easier to read and maintain.

* Fix macro typos and improve perf

Pack the bits in a more efficient order for extraction.
And also fix the copy/paste error in the macro...

* Switch fully to packed LUT

Some minor reformatting.
Compile tested all sendstring_xyz.h to make sure they were converted
properly. Also checked that an unconverted version would generate a
compile error.

* Apply whitespace suggestions from code review

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix formatting for sendstring LUTs (#7176)</title>
<updated>2019-10-28T22:54:05+00:00</updated>
<author>
<name>fauxpark</name>
</author>
<published>2019-10-28T22:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=8ab7f1f39e715c824cc0e1391aa9a469b2a18438'/>
<id>urn:sha1:8ab7f1f39e715c824cc0e1391aa9a469b2a18438</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>Add sendstring LUTs for French keymap (#5830)</title>
<updated>2019-07-16T06:28:39+00:00</updated>
<author>
<name>fauxpark</name>
</author>
<published>2019-07-16T06:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=ed6a872911ba13383585002699a0024510d7b1f4'/>
<id>urn:sha1:ed6a872911ba13383585002699a0024510d7b1f4</id>
<content type='text'>
</content>
</entry>
</feed>
