<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/xd75/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-10-30T04:27:25Z</updated>
<entry>
<title>Cleanup rules.mk for 32U4 keyboards, T-Z (#7190)</title>
<updated>2019-10-30T04:27:25Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-10-30T04:27:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b47c10bf6f152d7a5c35fc4f7478aa69e91fb081'/>
<id>urn:sha1:b47c10bf6f152d7a5c35fc4f7478aa69e91fb081</id>
<content type='text'>
* Cleanup rules.mk for 32U4 keyboards, T-Z

* Use atmel-dfu in place of lufa-ms until it exists
</content>
</entry>
<entry>
<title>[Keyboard] XD75 refactor (#5420)</title>
<updated>2019-03-17T17:04:50Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2019-03-17T17:04:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e30c993d75b2edd78c185a5d5f33f2fe10635eb5'/>
<id>urn:sha1:e30c993d75b2edd78c185a5d5f33f2fe10635eb5</id>
<content type='text'>
* Refactor layout macro names

Update the names of the layout macros to reflect QMK's desired usage.

- KEYMAP renamed to LAYOUT
  - colinta keymap updated accordingly
- KC_KEYMAP renamed to LAYOUT_kc
  - mtdjr keymap updated accordingly

* Update xd75.h to use #pragma once include guard

* Update keymaps to use QMK_KEYBOARD_H

* Refactor default keymap

- updated to use layout macro
- remove deprecated action_get_macro function
- add functions from QMK keymap.c template
  - process_record_user
  - matrix_init_user
  - matrix_scan_user
  - led_set_user

* Update supporting files

- updated config.h files to use #pragma once include guard
- remove errant QUANTUM_DIR code block

* Rename readme files to fully lowercase filenames

* Restructure keyboard readme

Updated the readme to better align with the current QMK template.

* Bugfixes to supporting files
</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>Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)</title>
<updated>2019-01-04T15:25:48Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2019-01-04T15:25:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7f4f0f7685cef421df4c07b0982c1905fb57a736'/>
<id>urn:sha1:7f4f0f7685cef421df4c07b0982c1905fb57a736</id>
<content type='text'>
* Remove QUANTUM_DIR code blocks from keyboard rules

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect entire keyboards.

* remove QUANTUM_DIR code blocks from rules for default keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect default keymaps.

* remove QUANTUM_DIR code blocks from rules for user keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect "user" keymaps. (It's actually any keymap
that isn't named `default`.)

* remove QUANTUM_DIR code blocks from rules for community layouts

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for community layouts.

* remove QUANTUM_DIR code blocks from rules for userspaces

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for userspaces.
</content>
</entry>
<entry>
<title>Keymap: Boy_314's Preonic and XD75 Layouts (#3781)</title>
<updated>2018-08-29T01:17:52Z</updated>
<author>
<name>Boy_314</name>
<email>32818287+Boy-314@users.noreply.github.com</email>
</author>
<published>2018-08-29T01:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=661ca4440cc42f3b60697e98985c44b0571ccfc1'/>
<id>urn:sha1:661ca4440cc42f3b60697e98985c44b0571ccfc1</id>
<content type='text'>
* fixed arrow keys and left control

* added right shift

* latest version

* reverted arrow keys

* edited readme

* added osu layer

* updated osu layout

* updated osu layout

* added full arrow keys to osu layout

* in case i mess up creating macros

* added the best meme key in the world

* added plover steno layer

* updated boy314 layout

* removed unused layers

* added boy314 xd75 layout, inspired by preonic layout

* added boy314 xd75 layout, inspired by preonic layout

* version 2 of boy314's xd75 layout

* added readme notes

* updated readme for boy314 xd75 layout

* qwerty support, brackets on bottom row, caps lock underglow

* fixed readme/

* small changes to allow merging

* minor changes to format

* fixed up default readme
</content>
</entry>
<entry>
<title>Fix/update XD75 default layout (#2963)</title>
<updated>2018-05-14T13:59:31Z</updated>
<author>
<name>Lawrence Ng</name>
<email>ljoeyinng@gmail.com</email>
</author>
<published>2018-05-14T13:59:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7f35a62902688ffb7ecc703f856c3ada975b8305'/>
<id>urn:sha1:7f35a62902688ffb7ecc703f856c3ada975b8305</id>
<content type='text'>
Fix layout to match current official default layout: http://www.keyboard-layout-editor.com/#/gists/ac341208e023e4a4d982bccf711ae38f

Also add LED controls on FN layer</content>
</entry>
<entry>
<title>add stock layout for xd75 (#1731)</title>
<updated>2017-10-10T18:13:42Z</updated>
<author>
<name>Wunder</name>
<email>i.draenei@gmail.com</email>
</author>
<published>2017-10-10T18:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ee8860a733dade557027f89b8c937ebd14e59c42'/>
<id>urn:sha1:ee8860a733dade557027f89b8c937ebd14e59c42</id>
<content type='text'>
* add stock layout for xd75

* fix layout bug

* layout naming

* don't need it

* Cleaning up
</content>
</entry>
<entry>
<title>Add new 4x12 ortho layout &amp; add credit to XD75 port (#1782)</title>
<updated>2017-10-06T14:20:28Z</updated>
<author>
<name>BenKesselring</name>
<email>bskesselring@gmail.com</email>
</author>
<published>2017-10-06T14:20:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ea819268f3d08868ca72bd7911de7979c866d8a5'/>
<id>urn:sha1:ea819268f3d08868ca72bd7911de7979c866d8a5</id>
<content type='text'>
* add xd75, preliminary RGB'

* fix RGB

* add backlight support (probably)

* updated readme and tweaked keymap

* added xd75 to list in /keyboards

* copyright ALL the things, create blank slate for Colemak Mod-DH Split/Wide keymap

* Add preliminary split Colemak Mod-DH layout

* changing stuff to compile properly

* attribution

* moar attribution

* removed incomplete keymap

* Create Colemak Mod-DH Wide layout for 4x12 ortho.

* Move Adjust key

* Add layou timage to readme

* fix naming

* Fix stupid issue with not understanding how the keymap works

* forgot to switch COLEMAK to COLEMAKDH...

* Remove and link image

* Remove and link image
</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>Remove all Makefiles from the keyboards directory. (#1660)</title>
<updated>2017-09-08T17:47:50Z</updated>
<author>
<name>skullydazed</name>
<email>skullydazed@users.noreply.github.com</email>
</author>
<published>2017-09-08T17:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4cdcbdb861589ae23902d0e9cadcf27453623a79'/>
<id>urn:sha1:4cdcbdb861589ae23902d0e9cadcf27453623a79</id>
<content type='text'>
* Remove all Makefiles from the keyboards directory.

* update keymaps added in the last 8 days

* Ignore keyboard/keymap makefiles

* update hand_wire to reflect our new Makefile-less reality

* Update the make guide to reflect the new reality

* move planck keymap options to rules.mk

* update planck keymaps 4real

* trigger travis

* add back build_keyboard.mk

* restore changes to build_keyboard
</content>
</entry>
</feed>
