<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/hp69/keymaps, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/'/>
<entry>
<title>Remove legacy Grave Escape keycodes (#18787)</title>
<updated>2022-10-21T01:04:11+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-21T01:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=1cb1a5a3744dc569fbe25c44004d860241fd26b1'/>
<id>1cb1a5a3744dc569fbe25c44004d860241fd26b1</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 3 (#18669)</title>
<updated>2022-10-11T13:21:47+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-11T13:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=e96d8297246f6858adf257a8892e719695f83c45'/>
<id>e96d8297246f6858adf257a8892e719695f83c45</id>
<content type='text'>
* `KC__VOLDOWN` -&gt; `KC_VOLD`

* `KC__VOLUP` -&gt; `KC_VOLU`

* `KC__MUTE` -&gt; `KC_MUTE`

* `KC_POWER` -&gt; `KC_PWR`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `KC__VOLDOWN` -&gt; `KC_VOLD`

* `KC__VOLUP` -&gt; `KC_VOLU`

* `KC__MUTE` -&gt; `KC_MUTE`

* `KC_POWER` -&gt; `KC_PWR`</pre>
</div>
</content>
</entry>
<entry>
<title>RESET -&gt; QK_BOOT default keymaps (#17037)</title>
<updated>2022-05-15T19:26:27+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2022-05-15T19:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=b7771ec25b96f2b88a7fa4201081e10ca6fbb9d4'/>
<id>b7771ec25b96f2b88a7fa4201081e10ca6fbb9d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hp69 - Update led logic (#13940)</title>
<updated>2021-08-11T00:30:56+00:00</updated>
<author>
<name>Ananya Kirti</name>
<email>AnanyaKirti@users.noreply.github.com</email>
</author>
<published>2021-08-11T00:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=8d4fcd678a083f3c6694b86b654ffe65b537929b'/>
<id>8d4fcd678a083f3c6694b86b654ffe65b537929b</id>
<content type='text'>
Co-authored-by: zvecr &lt;git@zvecr.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: zvecr &lt;git@zvecr.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[Keyboard] Added CapsLED and ScrollLock LEDs (#13837)</title>
<updated>2021-08-08T04:41:15+00:00</updated>
<author>
<name>Ananya Kirti</name>
<email>AnanyaKirti@users.noreply.github.com</email>
</author>
<published>2021-08-08T04:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=b046bffcb8367b4238273e3ccb7de9b799fbec7c'/>
<id>b046bffcb8367b4238273e3ccb7de9b799fbec7c</id>
<content type='text'>
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[Keyboard] Add support for hp69 (#11339)</title>
<updated>2021-01-14T04:36:00+00:00</updated>
<author>
<name>Ananya Kirti</name>
<email>AnanyaKirti@users.noreply.github.com</email>
</author>
<published>2021-01-14T04:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=73235e7ca0295d2a0dc2d12c1e68fcb7a3ea3641'/>
<id>73235e7ca0295d2a0dc2d12c1e68fcb7a3ea3641</id>
<content type='text'>
* init

init

* Update keyboards/hp69/config.h

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

* Update keyboards/hp69/keymaps/via/rules.mk

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

* Update keyboards/hp69/rules.mk

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

* re-added audio support

re-added audio support

* Update keyboards/hp69/readme.md

reduced the size of the default image

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/hp69/readme.md

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/hp69/info.json

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* init

init

* Update keyboards/hp69/config.h

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

* Update keyboards/hp69/keymaps/via/rules.mk

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

* Update keyboards/hp69/rules.mk

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

* re-added audio support

re-added audio support

* Update keyboards/hp69/readme.md

reduced the size of the default image

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/hp69/readme.md

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/hp69/info.json

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
