<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/converter/palm_usb, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom/keyboards/converter/palm_usb?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom/keyboards/converter/palm_usb?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-04-30T06:24:47Z</updated>
<entry>
<title>QMK-ify some GPIO macros (#8315)</title>
<updated>2020-04-30T06:24:47Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-04-30T06:24:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=16a15c1cfcbfd0feb2c2cf1383676747e2f97d73'/>
<id>urn:sha1:16a15c1cfcbfd0feb2c2cf1383676747e2f97d73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trim firmware sizes from default rules.mk, part 1 (#8027)</title>
<updated>2020-01-29T17:51:25Z</updated>
<author>
<name>ridingqwerty</name>
<email>george.g.koenig@gmail.com</email>
</author>
<published>2020-01-29T17:51:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=66fe3001e4355d69f5fb8f08ceab9dab793777ef'/>
<id>urn:sha1:66fe3001e4355d69f5fb8f08ceab9dab793777ef</id>
<content type='text'>
* Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files

* Correct some 'rules.mk' in boards buried under vendor folders

* PR8027 patch

Co-authored-by: GeorgeKoenig &lt;35542036+GeorgeKoenig@users.noreply.github.com&gt;
Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)</title>
<updated>2020-01-20T07:05:51Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-01-20T07:05:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ef8a4e5aaf27fa21556a75c58ae4d033d6329cf7'/>
<id>urn:sha1:ef8a4e5aaf27fa21556a75c58ae4d033d6329cf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup rules.mk for 32U4 keyboards, A-F (#6804)</title>
<updated>2019-10-05T18:09:35Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-10-05T18:09:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e8b65d01709c2ebdf50c0aa95963d200fa4fa4c6'/>
<id>urn:sha1:e8b65d01709c2ebdf50c0aa95963d200fa4fa4c6</id>
<content type='text'>
* Cleanup rules.mk for 32U4 keyboards, A-F

* Put back stuff in VIA keymaps
</content>
</entry>
<entry>
<title>[Keyboard] Fix formatting on keyboard to micro connection table (#5968)</title>
<updated>2019-05-24T21:18:57Z</updated>
<author>
<name>Mark</name>
<email>cableguy67@gmail.com</email>
</author>
<published>2019-05-24T21:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4f1537b879366664c94faaef22190c2828115a26'/>
<id>urn:sha1:4f1537b879366664c94faaef22190c2828115a26</id>
<content type='text'>
* Fix formatting on keyboard to micro connection table

* Add whitespace to make more readable
</content>
</entry>
<entry>
<title>Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)</title>
<updated>2019-02-15T04:55:31Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-02-15T04:55:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d7754a19b97d65f878a3eaafe379db025bffd3bf'/>
<id>urn:sha1:d7754a19b97d65f878a3eaafe379db025bffd3bf</id>
<content type='text'>
* Remove problematic unicode_map stub definition in process_unicodemap.c

* Add unicode_map declaration to process_unicodemap.h

* Disable UNICODEMAP on converter boards that don't use it
</content>
</entry>
<entry>
<title>Fix mixed tabs/spaces and typos in keyboards/converter makefiles (#5041)</title>
<updated>2019-02-04T23:10:11Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-02-04T23:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e4ff07aff06dcdc45859bfc1e5106069fb65020b'/>
<id>urn:sha1:e4ff07aff06dcdc45859bfc1e5106069fb65020b</id>
<content type='text'>
* Fix mixed tabs and spaces in adb_usb and m0110_usb makefiles

* Fix typos in converter build options

* Tweak ordering and spacing in converter makefiles
</content>
</entry>
<entry>
<title>Fix Command feature: use get_mods() instead of keyboard_report-&gt;mods (#4955)</title>
<updated>2019-01-27T08:28:40Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2019-01-27T08:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4d9b11af14fd83c1e6b556165d41ce005abb4a84'/>
<id>urn:sha1:4d9b11af14fd83c1e6b556165d41ce005abb4a84</id>
<content type='text'>
* Remove unnecessary IS_COMMAND definition in clueboard/66/rev4

* Replace keyboard_report-&gt;mods with get_mods() in IS_COMMAND definitions

* Update docs to use get_mods() instead of keyboard_report-&gt;mods

* Replace keyboard_report-&gt;mods with get_mods() in tmk_core/protocol/usb_hid/test

For some reason, this occurrence used KB_LSHIFT and KB_RSHIFT, which don't exist

* Replace keyboard_report-&gt;mods with get_mods() in Massdrop keyboards (as per @patrickmt)
</content>
</entry>
<entry>
<title>converter/palm_usb/stowaway: Configurator support (#4655)</title>
<updated>2018-12-15T06:58:57Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2018-12-15T06:58:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ff5fcedb10310538ff8fda7b2bb620966e069b2a'/>
<id>urn:sha1:ff5fcedb10310538ff8fda7b2bb620966e069b2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keyboard: Palm serial keyboard USB converter (#4485)</title>
<updated>2018-12-07T01:13:15Z</updated>
<author>
<name>milestogo</name>
<email>milestogo@users.noreply.github.com</email>
</author>
<published>2018-12-07T01:13:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3f96ba011359e7e842a5f917c11886c1867ba207'/>
<id>urn:sha1:3f96ba011359e7e842a5f917c11886c1867ba207</id>
<content type='text'>
* Initial palm_usb support

* removing left over sun .c file

* fixing licenses

* actually adding updated files

* fixing build error

* more include cleanup
</content>
</entry>
</feed>
