<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/xd60/keymaps/default, 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-11-05T07:05:51Z</updated>
<entry>
<title>[Keyboard] Add LAYOUT_60_iso to XD60 (#7263)</title>
<updated>2019-11-05T07:05:51Z</updated>
<author>
<name>James Young</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2019-11-05T07:05:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=dc1137129d063975b3191853dc96d0095fcf94d6'/>
<id>urn:sha1:dc1137129d063975b3191853dc96d0095fcf94d6</id>
<content type='text'>
* refactor iso keymap

- remove redundant action_layer.h include
- use enum for layer management
- QMK coding conventions (four-space indent)

* add LAYOUT_60_iso macro

* enable 60_iso community layout for both revisions

* swap KC_HOME to KC_RSFT

* update ISO keymap readme

* update default keymap readme

`make` command no longer valid.

* refactor keyboard readme

Update to reflect current QMK template.

* add LAYOUT_60_iso data to info.json

* use #pragma once in header files
</content>
</entry>
<entry>
<title>Remove/migrate action_get_macro()s from default keymaps (#5625)</title>
<updated>2019-07-16T06:04:02Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-07-16T06:04:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=f14629ed1cd7c7ec9089604d64f29a99981558e8'/>
<id>urn:sha1:f14629ed1cd7c7ec9089604d64f29a99981558e8</id>
<content type='text'>
* Remove/migrate action_get_macro()s from default keymaps

* Leave these breaks alone
</content>
</entry>
<entry>
<title> Cleanup Default Keymaps  (#5442)</title>
<updated>2019-03-19T19:57:40Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-03-19T19:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=0072fdd799ffe61bf64f12c23335da3adeb083e5'/>
<id>urn:sha1:0072fdd799ffe61bf64f12c23335da3adeb083e5</id>
<content type='text'>
* Cleanup Default Keymaps to conform to QMK Firmware standards

* Minor fixes

* Revert some changes
</content>
</entry>
<entry>
<title>Migrate fn_actions for default keymaps (#4935)</title>
<updated>2019-02-15T04:07:13Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-02-15T04:07:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9e4ac6cf29e6b2ce950135c8f877c95f2d1f1d55'/>
<id>urn:sha1:9e4ac6cf29e6b2ce950135c8f877c95f2d1f1d55</id>
<content type='text'>
* Migrate fn_actions for default keymaps

* Rename the Grave/Escape Shift masks

* No need for shift_esc_shift_mask

* Change breaks to return false

* Right align pointers

* Add default case

* Separate cases with empty lines
</content>
</entry>
<entry>
<title>Add standard layout to XD60 (#2925)</title>
<updated>2018-05-09T14:52:35Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2018-05-09T14:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=749916e6e233f66b554925f120c29e2ce353e90e'/>
<id>urn:sha1:749916e6e233f66b554925f120c29e2ce353e90e</id>
<content type='text'>
* add new layout and fix formatting

* Add 60_ansi layout so I can use my user space defined layouts

* Make QMK_KEYBOARD_H and LAYOUT renames

* update info.json file
</content>
</entry>
<entry>
<title>Add XD60 support to QMK Configurator</title>
<updated>2018-04-01T02:37:45Z</updated>
<author>
<name>mechmerlin</name>
<email>mechmerlin@gmail.com</email>
</author>
<published>2018-03-30T14:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=adae37f19f0d16b703e1ebce0449822492098444'/>
<id>urn:sha1:adae37f19f0d16b703e1ebce0449822492098444</id>
<content type='text'>
Add info.json

Change KEYMAP to LAYOUT_ALL to better reflect that this is a
LAYOUT that fits ALL the possible positions for switches.

We will need to make better LAYOUTS for the future.
</content>
</entry>
<entry>
<title>Make arguments redo, subproject elimination (#1784)</title>
<updated>2017-10-14T21:32:19Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2017-10-14T21:32:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=800ec55dfca06b4630acf62cbb5f130c4031e4f1'/>
<id>urn:sha1:800ec55dfca06b4630acf62cbb5f130c4031e4f1</id>
<content type='text'>
* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* start to update readmes and keyboards

* look in keyboard directories for board.mk

* update visualizer rules

* fix up some other keyboards/keymaps

* fix arm board ld includes

* fix board rules

* fix up remaining keyboards

* reset layout variable

* reset keyboard_layouts

* fix remainging keymaps/boards

* update readmes, docs

* add note to makefile error

* update readmes

* remove planck keymap warnings

* update references and docs

* test out tarvis build stages

* don't use stages for now

* don't use stages for now
</content>
</entry>
<entry>
<title>Fixed position of BSLS and BSPC</title>
<updated>2017-04-12T10:18:38Z</updated>
<author>
<name>kamisamamizu</name>
<email>pacouniversitario69@gmail.com</email>
</author>
<published>2017-04-12T10:18:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=446b34edecc644e03073b92ff6886f367d3bf29f'/>
<id>urn:sha1:446b34edecc644e03073b92ff6886f367d3bf29f</id>
<content type='text'>
They were in the incorrect positions before.</content>
</entry>
<entry>
<title>Added support for XD60v2 with RGB underglow and LED backlight support</title>
<updated>2017-02-14T02:09:02Z</updated>
<author>
<name>Stanley Lai</name>
<email>stanleylai.sg@gmail.com</email>
</author>
<published>2017-02-14T02:09:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3272821d32e79cafbf4d96dae811c5d57954a4b1'/>
<id>urn:sha1:3272821d32e79cafbf4d96dae811c5d57954a4b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added XD60 support</title>
<updated>2016-12-18T23:35:03Z</updated>
<author>
<name>Stanley Lai</name>
<email>stanleylai.sg@gmail.com</email>
</author>
<published>2016-12-18T23:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=91913146db64bc560be5d658a4e1d9257bbff32c'/>
<id>urn:sha1:91913146db64bc560be5d658a4e1d9257bbff32c</id>
<content type='text'>
</content>
</entry>
</feed>
