<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/xd75/keymaps/germanized, 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-03-17T17:04:50Z</updated>
<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 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>Remove redundant, language-specific aliases for KC_ALGR (#4720)</title>
<updated>2019-01-03T16:13:55Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-01-03T16:13:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e76bf17d36c3e23d4c780ab7dd0a10b5883889a2'/>
<id>urn:sha1:e76bf17d36c3e23d4c780ab7dd0a10b5883889a2</id>
<content type='text'>
* Use standard KC_ALGR, remove language-specific redefinitions

* Use ALGR instead of ALTGR in BÉPO and Canadian multilingual keymaps

* Remove BE_LALT, BE_LGUI aliases
</content>
</entry>
<entry>
<title>Add standard definitions for ALGR and KC_ALGR (#4389)</title>
<updated>2018-12-12T18:17:19Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2018-12-12T18:17:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=28fbf84cc5ff52f545011ea4198a6cc6d054f896'/>
<id>urn:sha1:28fbf84cc5ff52f545011ea4198a6cc6d054f896</id>
<content type='text'>
* Add standard ALGR defition, remove (re)definitions from language files

* Use ALGR(kc) consistently in ALTGR(kc) aliases

* Non-Nordic keymaps should not use NO_ALGR

* Add standard KC_ALGR definition

* Update docs with ALGR and KC_ALGR

* Update SS_ALGR and ALGR_T aliases
</content>
</entry>
<entry>
<title>Replace outdated RGB/Audio information</title>
<updated>2018-10-22T18:55:05Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2018-10-22T15:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=00b6f14821f44ead75504e28d7fed26791cb2875'/>
<id>urn:sha1:00b6f14821f44ead75504e28d7fed26791cb2875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>XD75 keymap -  Germanized (#2441)</title>
<updated>2018-03-09T18:32:03Z</updated>
<author>
<name>hypnocrat</name>
<email>33875176+hypnocrat@users.noreply.github.com</email>
</author>
<published>2018-03-09T18:32:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=400f410c45cb0e97791988e753c8dab1b876b53a'/>
<id>urn:sha1:400f410c45cb0e97791988e753c8dab1b876b53a</id>
<content type='text'>
* Added a heavily customized German keymap to the XD75RE

* A heavily customized alternative layout for the XD75, for German users

* Fixed capitalization, removed unnecessary files

* Hopefully fixed capitalization, some keymap changes
</content>
</entry>
</feed>
