<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware/keyboards/labyrinth75/keymaps, branch master</title>
<subtitle>QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/'/>
<entry>
<title>Remove all via-enabled keymaps, including `via`. (#24322)</title>
<updated>2024-08-25T21:51:22+00:00</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2024-08-25T21:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=45dc2499dc369ce0ac7a4868a01ffb18fbaf0384'/>
<id>45dc2499dc369ce0ac7a4868a01ffb18fbaf0384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy keycodes, part 6 (#18740)</title>
<updated>2022-10-16T13:14:40+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-16T13:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=74223c34a969c0877bde035c721c21a1f25890fa'/>
<id>74223c34a969c0877bde035c721c21a1f25890fa</id>
<content type='text'>
* `KC_RSHIFT` -&gt; `KC_RSFT`

* `KC_RCTRL` -&gt; `KC_RCTL`

* `KC_LSHIFT` -&gt; `KC_LSFT`

* `KC_LCTRL` -&gt; `KC_LCTL`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `KC_RSHIFT` -&gt; `KC_RSFT`

* `KC_RCTRL` -&gt; `KC_RCTL`

* `KC_LSHIFT` -&gt; `KC_LSFT`

* `KC_LCTRL` -&gt; `KC_LCTL`</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy keycodes, part 4 (#18683)</title>
<updated>2022-10-13T17:28:14+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-13T17:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=5629ba18077ee5dcde72e497ddf46d848817dd5c'/>
<id>5629ba18077ee5dcde72e497ddf46d848817dd5c</id>
<content type='text'>
* `KC_PGDOWN` -&gt; `KC_PGDN`

* `KC_PSCREEN` -&gt; `KC_PSCR`

* `KC_SCOLON` -&gt; `KC_SCLN`

* `KC_BSLASH` -&gt; `KC_BSLS`

* `KC_BSPACE` -&gt; `KC_BSPC`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `KC_PGDOWN` -&gt; `KC_PGDN`

* `KC_PSCREEN` -&gt; `KC_PSCR`

* `KC_SCOLON` -&gt; `KC_SCLN`

* `KC_BSLASH` -&gt; `KC_BSLS`

* `KC_BSPACE` -&gt; `KC_BSPC`</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary backslash-escapes in default keymaps (#15472)</title>
<updated>2021-12-14T12:41:16+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2021-12-14T12:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=99b35940bc4166eae3853c9e2fa94bd2be72742e'/>
<id>99b35940bc4166eae3853c9e2fa94bd2be72742e</id>
<content type='text'>
* Remove unnecessary backslash-escapes in default keymaps

* Remove unnecessary backslash-escapes in via keymaps

* Remove unnecessary backslash-escapes in default-ish keymaps</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unnecessary backslash-escapes in default keymaps

* Remove unnecessary backslash-escapes in via keymaps

* Remove unnecessary backslash-escapes in default-ish keymaps</pre>
</div>
</content>
</entry>
<entry>
<title>[Keyboard] add Labyrinth75  (#11135)</title>
<updated>2020-12-17T06:45:21+00:00</updated>
<author>
<name>Liviturtle</name>
<email>67487436+Liviturtle@users.noreply.github.com</email>
</author>
<published>2020-12-17T06:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=dc4c80eef40ebf38302e057fb78d8c2c77089beb'/>
<id>dc4c80eef40ebf38302e057fb78d8c2c77089beb</id>
<content type='text'>
* added Labyrinth75

* changed to lowercase inline with the PR checklist

* added a correctly formatted image to readme.md

* fixed imgur link

* fixed info.json

* Update keyboards/labyrinth75/keymaps/default/keymap.c

Co-authored-by: ridingqwerty &lt;george.g.koenig@gmail.com&gt;

* Update keyboards/labyrinth75/labyrinth75.h

Co-authored-by: ridingqwerty &lt;george.g.koenig@gmail.com&gt;

* remove superfluous backslashes

* Update keyboards/labyrinth75/config.h

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

Co-authored-by: ridingqwerty &lt;george.g.koenig@gmail.com&gt;
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added Labyrinth75

* changed to lowercase inline with the PR checklist

* added a correctly formatted image to readme.md

* fixed imgur link

* fixed info.json

* Update keyboards/labyrinth75/keymaps/default/keymap.c

Co-authored-by: ridingqwerty &lt;george.g.koenig@gmail.com&gt;

* Update keyboards/labyrinth75/labyrinth75.h

Co-authored-by: ridingqwerty &lt;george.g.koenig@gmail.com&gt;

* remove superfluous backslashes

* Update keyboards/labyrinth75/config.h

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

Co-authored-by: ridingqwerty &lt;george.g.koenig@gmail.com&gt;
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;</pre>
</div>
</content>
</entry>
</feed>
