<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/handwired/ortho5x13, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom/keyboards/handwired/ortho5x13?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom/keyboards/handwired/ortho5x13?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2019-10-20T19:51:37Z</updated>
<entry>
<title>Cleanup rules.mk for 32U4 keyboards, H (#7030)</title>
<updated>2019-10-20T19:51:37Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-10-20T19:51:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3dbf08b655ac1f14bc7a5ae2b8cd8ae385063640'/>
<id>urn:sha1:3dbf08b655ac1f14bc7a5ae2b8cd8ae385063640</id>
<content type='text'>
* Cleanup rules.mk for 32U4 keyboards, H

* Change some boards incorrectly assumed to be halfkay
</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>Fix handwired/ortho5x13 keyboard dimensions in info.json</title>
<updated>2019-04-13T08:27:40Z</updated>
<author>
<name>noroadsleft</name>
<email>xxiinophobia@yahoo.com</email>
</author>
<published>2019-03-20T21:09:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2485f73f06459cf26b1e7f5665d90e272f9145d9'/>
<id>urn:sha1:2485f73f06459cf26b1e7f5665d90e272f9145d9</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>handwired/ortho5x13: layout macro refactor</title>
<updated>2019-01-18T06:10:54Z</updated>
<author>
<name>noroadsleft</name>
<email>xxiinophobia@yahoo.com</email>
</author>
<published>2019-01-18T05:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=0ebec1e41124b04d36e32461947539ffd0eb54ac'/>
<id>urn:sha1:0ebec1e41124b04d36e32461947539ffd0eb54ac</id>
<content type='text'>
Discovered the LAYOUT_compact macro didn't compile in QMK Configurator. Realized the reason for that was that it automatically prepends `KC_` to every keycode received.

Renamed the macro to LAYOUT_kc so Configurator will ignore it.

Also changed the file to use the #pragma once include guard because I was in here anyway.
</content>
</entry>
<entry>
<title>handwired/ortho5x13 default keymap refactor, Configurator support, and readme update (#4525)</title>
<updated>2018-12-02T00:28:32Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2018-12-02T00:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=a90331aec21a47ef3a9fe47425c9c7204bc768b5'/>
<id>urn:sha1:a90331aec21a47ef3a9fe47425c9c7204bc768b5</id>
<content type='text'>
* handwired/ortho5x13: default keymap refactor

- keymap now uses LAYOUT macro
- keymap now uses #include QMK_KEYBOARD_H
- removed redundant KC_TRNS and KC_NO definitions

* handwired/ortho5x13: Configurator support

* handwired/ortho5x13: fix Docs links in readme
</content>
</entry>
<entry>
<title>More QMK Configurator Warning/Error Fixes (#2720)</title>
<updated>2018-04-11T22:10:55Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2018-04-11T22:10:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4cfd1e30fc320dee84840b7af9ed474a6afcfaa6'/>
<id>urn:sha1:4cfd1e30fc320dee84840b7af9ed474a6afcfaa6</id>
<content type='text'>
* Add readme with brief description
Change KEYMAP to LAYOUT

* Add readme.md with brief description
Use LAYOUT macro

* add a readme.md file

* Add readme.md with brief description
Use LAYOUT macro

* Add readme.md with brief description
Use LAYOUT macro

* Fix "Warning: contra: Missing layout pp macro for ['planck_mit', 'planck_grid']",

* Use LAYOUT macro
</content>
</entry>
<entry>
<title>remove all makefiles from keyboard directories</title>
<updated>2017-09-27T18:21:09Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2017-09-27T18:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=791b9cc6520004f7010072529fdf749750d2d7ca'/>
<id>urn:sha1:791b9cc6520004f7010072529fdf749750d2d7ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Creates a layouts/ folder for keymaps shared between keyboards (#1609)</title>
<updated>2017-08-24T02:29:07Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2017-08-24T02:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d2ff66a985b938e87fffe55c1d9f1dc55e356f91'/>
<id>urn:sha1:d2ff66a985b938e87fffe55c1d9f1dc55e356f91</id>
<content type='text'>
* include variables and .h files as pp directives

* start layout compilation

* split ergodoxes up

* don't compile all layouts for everything

* might seg fault

* reset layouts variable

* actually reset layouts

* include rules.mk instead

* remove includes from rules.mk

* update variable setting

* load visualizer from path

* adds some more examples

* adds more layouts

* more boards added

* more boards added

* adds documentation for layouts

* use lowercase names for LAYOUT_

* add layout.json files for each layout

* add community folder, default keymaps for layouts

* touch-up default layouts

* touch-up layouts, some keyboard rules.mk

* update documentation for layouts

* fix up serial/i2c switches
</content>
</entry>
<entry>
<title>Remove PLAY_NOTE_ARRAY usages to get rid of warning.</title>
<updated>2017-08-20T16:32:20Z</updated>
<author>
<name>Joe Wasson</name>
<email>jwasson+github@gmail.com</email>
</author>
<published>2017-08-20T06:04:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fe60cbd928f2535a5cbc0b29c29397374ec91ac1'/>
<id>urn:sha1:fe60cbd928f2535a5cbc0b29c29397374ec91ac1</id>
<content type='text'>
</content>
</entry>
</feed>
