<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/kbd66, 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>2019-02-04T18:29:04Z</updated>
<entry>
<title>[Keyboard] Create KBDFans directory  (#5025)</title>
<updated>2019-02-04T18:29:04Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2019-02-04T18:29:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b49dbf9b19264e7558253a34ca737dcd301487b1'/>
<id>urn:sha1:b49dbf9b19264e7558253a34ca737dcd301487b1</id>
<content type='text'>
* move over kbd19x into the kbdfans directory

* move over kbd4x into the kbdfans directory

* move kbd66 into the kbdfans directory

* move the kbd6x into the kbdfans directory

* move kbd8x into the kbdfans directory

* move kbd75 into the kbdfans directory

* move kbd67 into kbdfans directory

* add a fairly sparse readme for kbdfans directory

* update make instructions for keyboards and add the Complete Newbs Guide to readmes that was missing it

* get kbd75 compiling again

* remove repetitive #defines of KC_NO and KC_TRNS when QMK_KEYBOARD_H is already included in KBD75

* add links to kbdfans readme

* fix some readme formatting

* there is no reason to have two different keymaps with such a small difference, condensing to one

* turning on backlights by default

* enable backlight by default for kbd66

* noticed that the kbd75 had caps lock led code in every keymap. Moved it out to the keyboard.c so everyone can partake.

* Update keyboards/kbdfans/kbd66/readme.md

Co-Authored-By: mechmerlin &lt;30334081+mechmerlin@users.noreply.github.com&gt;

* update readme link ordering
</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>Modified URLs to point to new locations</title>
<updated>2019-01-13T17:11:18Z</updated>
<author>
<name>Jeremy Bernhardt</name>
<email>bernhardtjeremy@gmail.com</email>
</author>
<published>2019-01-13T00:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c8cbee5d718244dd06fda66a0edf5d4cb73b2434'/>
<id>urn:sha1:c8cbee5d718244dd06fda66a0edf5d4cb73b2434</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove empty fn_actions[]</title>
<updated>2019-01-12T02:32:43Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-01-10T22:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=67adc29aa35719eea2de43bacf9cd5e8b5dfd79e'/>
<id>urn:sha1:67adc29aa35719eea2de43bacf9cd5e8b5dfd79e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>KBD66 info.json update (#3175)</title>
<updated>2018-06-14T00:08:10Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2018-06-14T00:08:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c219a451cf7a24e7c00fe01e835c037e0331d758'/>
<id>urn:sha1:c219a451cf7a24e7c00fe01e835c037e0331d758</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix info.json for kbd66 (#3045)</title>
<updated>2018-05-25T15:39:08Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2018-05-25T15:39:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9b08fb7328137bb57d9fa55163c997cb7156ea1a'/>
<id>urn:sha1:9b08fb7328137bb57d9fa55163c997cb7156ea1a</id>
<content type='text'>
* Change LAYOUT to LAYOUT_all
Fix info.json file

* edit the CORRECT info.json this time

* revert my errors
</content>
</entry>
<entry>
<title>QMK Configurator Support for KBD66 and RAMA M6-A (#2849)</title>
<updated>2018-04-30T14:45:38Z</updated>
<author>
<name>Eric</name>
<email>22215921+ericywl@users.noreply.github.com</email>
</author>
<published>2018-04-30T14:45:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=bc89c4f104a9066a6d5eb80c92c504724a976cd5'/>
<id>urn:sha1:bc89c4f104a9066a6d5eb80c92c504724a976cd5</id>
<content type='text'>
* Added KBD66 Config

* Added RAMA M6-A Config

* Changed KEYMAP to LAYOUT for KBD66 and M6-A
</content>
</entry>
<entry>
<title>Fixed keymap, added capslock led for maartenwut's kbd66 keymap (#2473)</title>
<updated>2018-03-07T22:06:04Z</updated>
<author>
<name>Maarten Dekkers</name>
<email>maartenwut@gmail.com</email>
</author>
<published>2018-03-07T22:06:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=03df19d3f6968f0dc3041b39b7ae8b85198aaa56'/>
<id>urn:sha1:03df19d3f6968f0dc3041b39b7ae8b85198aaa56</id>
<content type='text'>
* Fixed keymap, added capslock led

* Removed macro
</content>
</entry>
<entry>
<title>Updated and added maartenwut's layouts (#2444)</title>
<updated>2018-03-01T15:51:11Z</updated>
<author>
<name>Maarten Dekkers</name>
<email>maartenwut@gmail.com</email>
</author>
<published>2018-03-01T15:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=381f4e6404f1aeb39851d950f747048dd13e828a'/>
<id>urn:sha1:381f4e6404f1aeb39851d950f747048dd13e828a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added KBD66 (#2292)</title>
<updated>2018-01-25T06:00:31Z</updated>
<author>
<name>allo-world</name>
<email>35620024+allo-world@users.noreply.github.com</email>
</author>
<published>2018-01-25T06:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7c3d2d5f64061db8ff54aefe3e41b0505aa9f4e8'/>
<id>urn:sha1:7c3d2d5f64061db8ff54aefe3e41b0505aa9f4e8</id>
<content type='text'>
* Created default layout for KBD66.

* Added KBD66 ISO layout.
</content>
</entry>
</feed>
