<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk/keyboards/lets_split/split_util.c, branch master</title>
<subtitle>Custom split ortholinear mechanical keyboard with rollerball mouse. Firmware. https://blog.node5.net/custom-keyboard
</subtitle>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/'/>
<entry>
<title>Keyboard: Refactor lets split to use split common code (#4536)</title>
<updated>2018-12-05T17:51:35+00:00</updated>
<author>
<name>zvecr</name>
<email>git@zvecr.com</email>
</author>
<published>2018-12-05T17:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=b3d6426aa95a895585b41b9cd6c0c5bec39f0e92'/>
<id>b3d6426aa95a895585b41b9cd6c0c5bec39f0e92</id>
<content type='text'>
* Refactor lets split to use split common code

* Refactor lets split to use split common code

* Build fixes for OLED_sample keymap

* Build fixes for OLED_sample keymap - attempt to reduce firmware size
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refactor lets split to use split common code

* Refactor lets split to use split common code

* Build fixes for OLED_sample keymap

* Build fixes for OLED_sample keymap - attempt to reduce firmware size
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes lets_split to use timer based debouncing</title>
<updated>2017-07-29T15:38:00+00:00</updated>
<author>
<name>ahtn</name>
<email>ahtn@users.noreply.github.com</email>
</author>
<published>2017-07-25T03:25:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=07cb997b6d3de54573ccfdedcb8ca2e9fd89c9fd'/>
<id>07cb997b6d3de54573ccfdedcb8ca2e9fd89c9fd</id>
<content type='text'>
The let's split code used delays in its debouncing algorithm which
increases input latency. This commit copies and adapts the code from
`quantum/matrix.c` to lets_split's `matrix.c`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The let's split code used delays in its debouncing algorithm which
increases input latency. This commit copies and adapts the code from
`quantum/matrix.c` to lets_split's `matrix.c`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert removal of avrdude make option</title>
<updated>2017-04-03T15:32:54+00:00</updated>
<author>
<name>Danny Nguyen</name>
<email>danny@80pct.com</email>
</author>
<published>2017-04-03T15:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=344ebbac43ef510b29cdcdff2688186ee3ffead7'/>
<id>344ebbac43ef510b29cdcdff2688186ee3ffead7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update split_util.c</title>
<updated>2017-03-22T19:45:45+00:00</updated>
<author>
<name>ishtob</name>
<email>ishtob@gmail.com</email>
</author>
<published>2017-03-22T19:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=ebb46694e500e08ea1d39349d957182270e835f6'/>
<id>ebb46694e500e08ea1d39349d957182270e835f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added OLED SSD1306 support to I2C</title>
<updated>2017-03-22T19:04:11+00:00</updated>
<author>
<name>ishtob</name>
<email>ishtob@gmail.com</email>
</author>
<published>2017-03-22T19:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=65317a3a020c0b0261849fb4c40d3aae175ac337'/>
<id>65317a3a020c0b0261849fb4c40d3aae175ac337</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well</title>
<updated>2017-02-07T20:36:52+00:00</updated>
<author>
<name>Jimmy Chan</name>
<email>jchan@linkedin.com</email>
</author>
<published>2017-02-06T18:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=56d2198b3d85f112317b4b0d09d5cf6a5c915db8'/>
<id>56d2198b3d85f112317b4b0d09d5cf6a5c915db8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made Serial and I2C not include the Other</title>
<updated>2016-09-21T02:38:59+00:00</updated>
<author>
<name>IBNobody</name>
<email>ibnobody@gmail.com</email>
</author>
<published>2016-09-21T02:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=6631abc1cb0e570271bcf33464e3af17b6fc0b87'/>
<id>6631abc1cb0e570271bcf33464e3af17b6fc0b87</id>
<content type='text'>
This saves 192 bytes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves 192 bytes
</pre>
</div>
</content>
</entry>
<entry>
<title>images, docks, clean-up [skip ci]</title>
<updated>2016-07-06T03:40:54+00:00</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2016-07-06T03:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=ce01f88c43adef9344727998f53bb1cf74913f65'/>
<id>ce01f88c43adef9344727998f53bb1cf74913f65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>i2c working</title>
<updated>2016-07-06T03:27:10+00:00</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2016-07-06T03:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=d707738616c140f8d9c8eded7b64e5fc806f4b24'/>
<id>d707738616c140f8d9c8eded7b64e5fc806f4b24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
