<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/ergodox_infinity/keymaps/halfkeyboard, 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-08-20T22:39:24Z</updated>
<entry>
<title>Add a universal flash command for cli (#6224)</title>
<updated>2019-08-20T22:39:24Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-08-20T22:39:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4003d077cef42d7a3405250ea6417db3a3549e9e'/>
<id>urn:sha1:4003d077cef42d7a3405250ea6417db3a3549e9e</id>
<content type='text'>
* Add universal flash command

* Add bootloader info to I:C boards

* Add support for ATSAM

* Add messages for flash target

* Message cleanup

* Add USB ASP Flashing target

* Make usbasp target more universal

* Add phoney target for usbasp

* Clarify error message when bootloader isn't matched
</content>
</entry>
<entry>
<title>Migrate ACTION_LAYER_TAP_TOGGLEs to TT()</title>
<updated>2019-02-18T16:52:51Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-02-18T02:51:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=545f95c8f49b8714a2fe2d0fa0f849f305cc7ca3'/>
<id>urn:sha1:545f95c8f49b8714a2fe2d0fa0f849f305cc7ca3</id>
<content type='text'>
</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>Configurator layout repair for Ergodone, Ergodox Infinity and ErgoTravel (#3173)</title>
<updated>2018-06-13T14:58:23Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2018-06-13T14:58:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=1912f3617718f4cefa848a35e1fe9524970b6352'/>
<id>urn:sha1:1912f3617718f4cefa848a35e1fe9524970b6352</id>
<content type='text'>
* Ergodone refactor

* Ergodox Infinity refactor

* Ergotravel refactor

* Ergotravel configurator layout update

* Fixing include on Ergodox Infinity narze keymap
</content>
</entry>
<entry>
<title>Sweeping Visualizer for Ergodox Inifinity (#3136)</title>
<updated>2018-06-06T16:52:56Z</updated>
<author>
<name>Oryhara</name>
<email>turomar@gmail.com</email>
</author>
<published>2018-06-06T16:52:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=87abed6865e97f443bfc539413f9d454ee632722'/>
<id>urn:sha1:87abed6865e97f443bfc539413f9d454ee632722</id>
<content type='text'>
* started work on halfkeyboard

* update to keymap

* halfkey layouts complete for dvorak and qwerty

* added plover layout to halfkeyboard mapping

* fixed error in dvorak layout right hand

* fixed error in dvorak layout right hand, comments updated

* thing

* added minus and equals to normal layouts

* added minus and equals to normal layouts

* adde visualizer matching halfkeyboard mappings

* adde visualizer matching halfkeyboard mappings

* updated keymaps for mirror handedness functionality for all layers.  Also added visualizer code for distinct color for each layer, and LCD text displaying the current layer.

* had a KC_TILD where should have had KC_GRAV

* its spelled KC_GRAVE

* mouskeys and some visualizer work.

* added LED backlight visuals

* trying to get visualizer working

* Move lufa descriptor to protocol/usb_descriptor

* Try to compile usb_descriptor on ChibiOS

* Add lufa_utils for ChibiOS

Lufa USB descriptors for ChibiOS

* More lufa_util compatibility fixes

* First compiling version of shared USB descriptor

* Send the usb descriptors

* Fix the CONSOLE output on ChibiOS

* Add errors for unsupported interfaces

* Enable support for vitual serial port USB descriptors

* Implement virtual serial port for ChibiOS

* Cleanup the lufa_utils

Use the default lufa header files

* Add raw hid support for ChibiOS

This is completely untested

* Enable midi compilation on ChibiOS

* Move midi functionality out of lufa.c

* Don't register sysex callback when not needed

* ChibiOS compilation fixes

* Update ChibiOS submodule

* Fix the Midi USB descriptor

It didn't work properly when both Midi and Virtual serial port was enabled.

* Add MIDI support for ChibiOS

* Fix USB descriptor strings on ChibiOS

* Use serial usb driver for raw hid

* Generalize the ChibiOS stream like drivers

This makes the initialization much more simple and eliminates a lot of
the code duplication.

* Convert console output to chibios stream driver

* Fixes for ChibiOS update

* Update the ChibiOS contrib submodule

To include the usb data toggle synchronization fixes

* Fix duplicate reset enumeration on ChibiOS

* Add missing include

* Add number of endpoints check for ChibiOS

* Enable serial USB driver on all keyboards

* Add missing includes when API is enabled withot midi

* Add another missing inlcude

* consolidated my custom animations into visualizer.c in my keymap directory

* LED backlight keys animation KITT scanner

* moved my custom rules.mk to my keymap folder

* undoing changes i shouldn't have done

* more fixes

* updated comments on the visulizer code

* steno keys added to plover layout

* updated halfkeyboard rules to allow steno mode

* adding my stuff back after hard reset

* added a plover layout back in for androud steno app

* fixed layer toggle typo

* merged again

* visualizer decided to have a conflict again.  fixed.

* keymap change to add mouse keys and put layer switching on shortcuts layer

* made the ergodox LEDs scan left to right and back again

* visualizer work

* KITTSCANNER finally

* fixed right hand shortcuts layer and removed handedness switching for base layer so jump in gaming works corrrectly

* added another sweep that goes full on over both boards then full off in both directions

* added function key layer and cleaned up some layer switching
</content>
</entry>
<entry>
<title>Update input:club boards to use the proper vendor and device</title>
<updated>2018-04-04T05:31:45Z</updated>
<author>
<name>Kaleb Elwert</name>
<email>belak@coded.io</email>
</author>
<published>2018-04-04T03:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=738588618bd4e09c9ce81bb2f6e417ef4b80c757'/>
<id>urn:sha1:738588618bd4e09c9ce81bb2f6e417ef4b80c757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency</title>
<updated>2018-03-16T20:33:43Z</updated>
<author>
<name>Joe Wasson</name>
<email>jwasson+github@gmail.com</email>
</author>
<published>2018-03-11T21:07:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7230923b051bdb32bea19c3d732fa1fbc4883a68'/>
<id>urn:sha1:7230923b051bdb32bea19c3d732fa1fbc4883a68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding my stuff back after hard reset</title>
<updated>2018-02-12T21:37:40Z</updated>
<author>
<name>Oryhara</name>
<email>turomar@gmail.com</email>
</author>
<published>2018-02-12T20:47:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b89e318d35b295465a14679f27d71077a51daa3b'/>
<id>urn:sha1:b89e318d35b295465a14679f27d71077a51daa3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Halfkey function for every layer (#2327)</title>
<updated>2018-02-02T04:08:18Z</updated>
<author>
<name>Oryhara</name>
<email>turomar@gmail.com</email>
</author>
<published>2018-02-02T04:08:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7636fdbbd087d7c799829c1ce6112d0a90a7bc9d'/>
<id>urn:sha1:7636fdbbd087d7c799829c1ce6112d0a90a7bc9d</id>
<content type='text'>
* started work on halfkeyboard

* update to keymap

* halfkey layouts complete for dvorak and qwerty

* added plover layout to halfkeyboard mapping

* fixed error in dvorak layout right hand

* fixed error in dvorak layout right hand, comments updated

* thing

* added minus and equals to normal layouts

* added minus and equals to normal layouts

* adde visualizer matching halfkeyboard mappings

* adde visualizer matching halfkeyboard mappings

* updated keymaps for mirror handedness functionality for all layers.  Also added visualizer code for distinct color for each layer, and LCD text displaying the current layer.

* had a KC_TILD where should have had KC_GRAV

* its spelled KC_GRAVE
</content>
</entry>
<entry>
<title>Halfkeyboard functionality for dvorak and qwerty (#2261)</title>
<updated>2018-01-12T17:35:33Z</updated>
<author>
<name>Oryhara</name>
<email>turomar@gmail.com</email>
</author>
<published>2018-01-12T17:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=dcb2627237c798570dfcd2baef2b2e25498debb4'/>
<id>urn:sha1:dcb2627237c798570dfcd2baef2b2e25498debb4</id>
<content type='text'>
* started work on halfkeyboard

* update to keymap

* halfkey layouts complete for dvorak and qwerty
</content>
</entry>
</feed>
