<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Model01-Firmware.git, branch v1.10</title>
<subtitle>my model 01 keyboard firmware customizations</subtitle>
<id>https://git.spork.org/Model01-Firmware.git/atom?h=v1.10</id>
<link rel='self' href='https://git.spork.org/Model01-Firmware.git/atom?h=v1.10'/>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/'/>
<updated>2017-08-13T22:17:57Z</updated>
<entry>
<title>We had the wrong key definition for what keyboards actually use as the</title>
<updated>2017-08-13T22:17:57Z</updated>
<author>
<name>Jesse Vincent</name>
<email>jesse@keyboard.io</email>
</author>
<published>2017-08-13T22:17:57Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/commit/?id=7a4dabc8eef97ba6b2f4fc6e61e113eaa1f4a13d'/>
<id>urn:sha1:7a4dabc8eef97ba6b2f4fc6e61e113eaa1f4a13d</id>
<content type='text'>
'menu'
</content>
</entry>
<entry>
<title>First pass at adding in the boot greeting plugin to make the LED key</title>
<updated>2017-08-13T22:17:49Z</updated>
<author>
<name>Jesse Vincent</name>
<email>jesse@keyboard.io</email>
</author>
<published>2017-08-13T21:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/commit/?id=d6435ac21cdaf9b8b9d21cdbbbbd2df7bbe49f9f'/>
<id>urn:sha1:d6435ac21cdaf9b8b9d21cdbbbbd2df7bbe49f9f</id>
<content type='text'>
glow on boot
</content>
</entry>
<entry>
<title>Switch our mute key to Key_Mute in the hope that it works better on OSX</title>
<updated>2017-08-07T05:15:34Z</updated>
<author>
<name>Jesse Vincent</name>
<email>jesse@keyboard.io</email>
</author>
<published>2017-08-07T05:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/commit/?id=6a0888f3165a2546d85f7677ee727605fa7a2e72'/>
<id>urn:sha1:6a0888f3165a2546d85f7677ee727605fa7a2e72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #9 from algernon/h/fn-fn-numpad-lock-be-gone</title>
<updated>2017-08-03T09:04:34Z</updated>
<author>
<name>Jesse Vincent</name>
<email>jesse@fsck.com</email>
</author>
<published>2017-08-03T09:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/commit/?id=d3ee4f857f58b4b78b28ad91d090d3fcf9fec84d'/>
<id>urn:sha1:d3ee4f857f58b4b78b28ad91d090d3fcf9fec84d</id>
<content type='text'>
Turn the Fn keys into Keymap1_Momentary</content>
</entry>
<entry>
<title>Turn the Fn keys into Keymap1_Momentary</title>
<updated>2017-07-30T07:40:16Z</updated>
<author>
<name>Gergely Nagy</name>
<email>algernon@madhouse-project.org</email>
</author>
<published>2017-07-30T07:40:16Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/commit/?id=dfcecf1eb2c9f9a068f593d94035911c483ec42e'/>
<id>urn:sha1:dfcecf1eb2c9f9a068f593d94035911c483ec42e</id>
<content type='text'>
When both `Fn` keys are `KeymapNext_Momentary`, holding both would get us to the
`NUMPAD` layer, which overrides the palm keys and turns them into
`Keymap1_Momentary` keys. Thus, when releasing them, we would receive a release
event for `Keymap1_Momentary`, not for `KeymapNext_Momentary`, and we'd be stuck
on the `Numpad` layer until toggling it off.

To avoid this scenario, change the `KeymapNext_Momentary` keys into
`Keymap1_Momentary`, so we never reach the `NUMPAD` layer via the `Fn` keys.

Fixes keyboardio/Kaleidoscope#151, with thanks to @chughes87 for the report!

Signed-off-by: Gergely Nagy &lt;algernon@madhouse-project.org&gt;
</content>
</entry>
<entry>
<title>Merge pull request #7 from algernon/h/readme-fixups</title>
<updated>2017-07-27T21:33:54Z</updated>
<author>
<name>Jesse Vincent</name>
<email>jesse@fsck.com</email>
</author>
<published>2017-07-27T21:33:54Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/commit/?id=242c46856900ed2a370532daee6407068b941e67'/>
<id>urn:sha1:242c46856900ed2a370532daee6407068b941e67</id>
<content type='text'>
Small README fixups</content>
</entry>
<entry>
<title>README.md: Break a line in two, for better presentation</title>
<updated>2017-07-27T11:16:09Z</updated>
<author>
<name>Gergely Nagy</name>
<email>algernon@madhouse-project.org</email>
</author>
<published>2017-07-27T11:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/commit/?id=c3ba1ff2061b2fc5ccfc895d0c7489946992235c'/>
<id>urn:sha1:c3ba1ff2061b2fc5ccfc895d0c7489946992235c</id>
<content type='text'>
Lines in fenced code blocks are not automatically wrapped, and a long line can
easily result in an embedded scroll bar to be shown. Because those look bad, and
reading wrapped text is easier, break a long line into two lines.

Signed-off-by: Gergely Nagy &lt;algernon@madhouse-project.org&gt;
</content>
</entry>
<entry>
<title>Fix the build status image URL</title>
<updated>2017-07-27T11:15:34Z</updated>
<author>
<name>Gergely Nagy</name>
<email>algernon@madhouse-project.org</email>
</author>
<published>2017-07-27T11:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/commit/?id=7f68cf1ba1f9b4c173cae1a8f3b44c625c55945a'/>
<id>urn:sha1:7f68cf1ba1f9b4c173cae1a8f3b44c625c55945a</id>
<content type='text'>
Signed-off-by: Gergely Nagy &lt;algernon@madhouse-project.org&gt;
</content>
</entry>
<entry>
<title>Add a first pass README</title>
<updated>2017-07-27T06:22:10Z</updated>
<author>
<name>Jesse Vincent</name>
<email>jesse@keyboard.io</email>
</author>
<published>2017-07-27T06:22:10Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/commit/?id=c273d3f9ce7cad9242316ca696bb454f0266dc9d'/>
<id>urn:sha1:c273d3f9ce7cad9242316ca696bb454f0266dc9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update makefile to fix issues</title>
<updated>2017-07-27T06:09:20Z</updated>
<author>
<name>Jesse Vincent</name>
<email>jesse@keyboard.io</email>
</author>
<published>2017-07-27T06:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/Model01-Firmware.git/commit/?id=935f457dbb44e0dde8180fe23651a713aa5b70df'/>
<id>urn:sha1:935f457dbb44e0dde8180fe23651a713aa5b70df</id>
<content type='text'>
</content>
</entry>
</feed>
