<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/kmini, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-01-30T23:44:40Z</updated>
<entry>
<title>Fix AVR boards which were overriding backlight without setting… (#8044)</title>
<updated>2020-01-30T23:44:40Z</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2020-01-30T23:44:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4139de3cc9c56a157d78e1e418893d08e3f23bde'/>
<id>urn:sha1:4139de3cc9c56a157d78e1e418893d08e3f23bde</id>
<content type='text'>
* Add backlight custom driver to all boards not declaring it but overriding backlight

* Apply suggestions from code review

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Apply suggestions from code review

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Remove old tmk references from show_options.mk

Co-authored-by: fauxpark &lt;fauxpark@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)</title>
<updated>2020-01-30T18:47:48Z</updated>
<author>
<name>ridingqwerty</name>
<email>george.g.koenig@gmail.com</email>
</author>
<published>2020-01-30T18:47:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=0f7d294ac304d6ef8fb6d83c1da80bb4c753a01f'/>
<id>urn:sha1:0f7d294ac304d6ef8fb6d83c1da80bb4c753a01f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup rules.mk for 32U4 keyboards, I-K (#7097)</title>
<updated>2019-10-22T04:43:18Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-10-22T04:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2ee961c9e873d577e711431ae0960aa21629525e'/>
<id>urn:sha1:2ee961c9e873d577e711431ae0960aa21629525e</id>
<content type='text'>
* Cleanup rules.mk for 32U4 keyboards, I-K

* Clean up ivy rules.mk
</content>
</entry>
<entry>
<title>Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)</title>
<updated>2019-06-06T19:09:56Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-06-06T19:09:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=faaaa134fd436be400aa2c7841b38907899d49a6'/>
<id>urn:sha1:faaaa134fd436be400aa2c7841b38907899d49a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove CUSTOM_MATRIX option from diode direction (#5090)</title>
<updated>2019-02-18T16:49:51Z</updated>
<author>
<name>zvecr</name>
<email>git@zvecr.com</email>
</author>
<published>2019-02-18T16:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fc069869896c279f175d2d5acf1ef545278c7102'/>
<id>urn:sha1:fc069869896c279f175d2d5acf1ef545278c7102</id>
<content type='text'>
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION

* Remove '#define DIODE_DIRECTION CUSTOM_MATRIX'

* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
</content>
</entry>
<entry>
<title>Fix `1&lt;col` instead of `1&lt;&lt;col` typo in matrix_is_on()</title>
<updated>2019-01-27T16:37:26Z</updated>
<author>
<name>James Churchill</name>
<email>pelrun@gmail.com</email>
</author>
<published>2019-01-27T06:30:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=6d2071ad6e9bdeb63126c00c4baea88d597cd7d7'/>
<id>urn:sha1:6d2071ad6e9bdeb63126c00c4baea88d597cd7d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds a default value for IS_COMMAND for COMMAND feature (#4301)</title>
<updated>2019-01-26T23:49:45Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-01-26T23:49:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b05c0e46c6c62972b68518635104fb58927d1a13'/>
<id>urn:sha1:b05c0e46c6c62972b68518635104fb58927d1a13</id>
<content type='text'>
* Add default value for IS_COMMAND for COMMAND feature

* Cleanup and consistency

* Update Templates to reflect change

* Fix IS_COMMAND in template

* Fix IS_COMMAND define

* Use consistent IS_COMMAND block in templates

* Remove unnecessary `#undef IS_COMMAND` directives

* Fix compile issue on orthodox

* Reomve IS_COMMAND option for newer boards

* Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting

* Remove a couple of additional IS_COMMAND defines

* Remove remaining redundant IS_COMMAND definitions

* Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin

* Remove multiple empty lines in modified config.h files

* Update additional boards

* Reomve IS_COMMAND from newer boards

* Update Alice keyboard

* Remove IS_COMMAND from additional boards

Jan 24th edition
</content>
</entry>
<entry>
<title>Kmini refactor and Configurator support (#3388)</title>
<updated>2018-07-12T23:30:53Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2018-07-12T23:30:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=f5ebfdabcdd72241103bf7c40b7668fbaca7281d'/>
<id>urn:sha1:f5ebfdabcdd72241103bf7c40b7668fbaca7281d</id>
<content type='text'>
* default keymap refactor: QMK_KEYBOARD_H include; readability

* Configurator support

* info.json was missing a comma

* Added matrix functions to matrix.c per @drashna
</content>
</entry>
<entry>
<title>Add kmini (#3386)</title>
<updated>2018-07-12T19:42:36Z</updated>
<author>
<name>Maarten Dekkers</name>
<email>maartenwut@gmail.com</email>
</author>
<published>2018-07-12T19:42:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ed98250e62d9e37218931d09a4216ffe09d3ce3a'/>
<id>urn:sha1:ed98250e62d9e37218931d09a4216ffe09d3ce3a</id>
<content type='text'>
* Add kmini

* Change keyboard USB description
</content>
</entry>
</feed>
