<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/users/arkag, 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-18T17:31:09Z</updated>
<entry>
<title>[Keymap] Arkag Userspace Update (#5438)</title>
<updated>2019-03-18T17:31:09Z</updated>
<author>
<name>Alexander Kagno</name>
<email>cwre@protonmail.com</email>
</author>
<published>2019-03-18T17:31:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d7b381128e503a57315261841c66c13d3ab5be25'/>
<id>urn:sha1:d7b381128e503a57315261841c66c13d3ab5be25</id>
<content type='text'>
* fresh commit for a new fork for PR to upstream/master

* gaming mode added, lighting changes for other modes

* rules.mk fixed...

* fixed collision issue with aesthetic and shifty modes

* fixed collision issue with aesthetic and shifty modes

* troubleshooting game mode failing

* moved game tapdance key to default layer, fixed issue
</content>
</entry>
<entry>
<title>fresh commit for a new fork for PR to upstream/master (#5406)</title>
<updated>2019-03-14T19:04:59Z</updated>
<author>
<name>Alexander Kagno</name>
<email>cwre@protonmail.com</email>
</author>
<published>2019-03-14T19:04:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2558372b3f5b383582ee35f318d75a2dc7a28c6e'/>
<id>urn:sha1:2558372b3f5b383582ee35f318d75a2dc7a28c6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keymap: Added Leader Key Functionality (#4025)</title>
<updated>2018-09-30T00:51:06Z</updated>
<author>
<name>Alexander Kagno</name>
<email>cwre@protonmail.com</email>
</author>
<published>2018-09-30T00:51:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3875d6f5815bf263cb3ee5d18b74c5ec8ab865f2'/>
<id>urn:sha1:3875d6f5815bf263cb3ee5d18b74c5ec8ab865f2</id>
<content type='text'>
* deleting arkag branch, forcibly moving changes over to master

* fade_color function added, not tested

* added half functions some stuff

* surround_type function implemented and working.

* added flashing function and removed fading, flashing supports infinite flashing along with controlled number flashes

* added a fade state machine and functionality

* build optimizations, changed fade to bounce between bounds rather than roll over, added a HALMAK layout

* changes to sleep breath function, changed how I will switch to HALMAK

* support for halmak added

* support for activity detection added, condensed fading and flashing state machines, removed support for HALMAK and COLEMAK because arkag is stupid

* changed sleep and inactive behaviors, now the color shifting reverses on state change, yay! save_color and reset_color are made to enable layer color changing to look cooler.

* reformatted some if statements in state detection

* changes to force fade to pause on boot, or plug in.

* Attempting to move over to userspace, pushing to repository for help

* userspace stuff....

* userspace stuff....

* layout changes, working userspace,

Removed left side shift and replaced it with a MT() for LSFT and SPC. Userspace seems to be working properly now! HURRAY

* Layout change

Removed space/shift and reset modifiers to what they were originally. Added homerow modifiers.

* Removed excessive tabs in files

* Moved mods on homerow around...

* changes recommended by @drashna

* removed homerow mods, more flashy lighting!

* changed delays for lighting.

* velocikey code retro fit into userspace to match typing speed

currently "working" but isn't as reactive as I want.

* Readme and other documentation hidden throughout code

* Added a pretty picture

* pretty picture actually added

* More readme updates

* Velocikey now working inside my userspace!

* Changed repo macro and fixed readme

* Removed media layer, moved media control to LAZY layer

* fixed more merge issues when I had to merge...

* implemented some leader key stuff

* removed merge garbage...

* changes requested by @drashna, leader key switch from macros
</content>
</entry>
<entry>
<title>Keymap: Velocikey implemented at userspace, readme is more helpful (#3974)</title>
<updated>2018-09-25T22:38:04Z</updated>
<author>
<name>Alexander Kagno</name>
<email>cwre@protonmail.com</email>
</author>
<published>2018-09-25T22:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=61f95410666319ac5ef0cb3d533b820f45ae237c'/>
<id>urn:sha1:61f95410666319ac5ef0cb3d533b820f45ae237c</id>
<content type='text'>
* deleting arkag branch, forcibly moving changes over to master

* fade_color function added, not tested

* added half functions some stuff

* surround_type function implemented and working.

* added flashing function and removed fading, flashing supports infinite flashing along with controlled number flashes

* added a fade state machine and functionality

* build optimizations, changed fade to bounce between bounds rather than roll over, added a HALMAK layout

* changes to sleep breath function, changed how I will switch to HALMAK

* support for halmak added

* support for activity detection added, condensed fading and flashing state machines, removed support for HALMAK and COLEMAK because arkag is stupid

* changed sleep and inactive behaviors, now the color shifting reverses on state change, yay! save_color and reset_color are made to enable layer color changing to look cooler.

* reformatted some if statements in state detection

* changes to force fade to pause on boot, or plug in.

* Attempting to move over to userspace, pushing to repository for help

* userspace stuff....

* userspace stuff....

* layout changes, working userspace,

Removed left side shift and replaced it with a MT() for LSFT and SPC. Userspace seems to be working properly now! HURRAY

* Layout change

Removed space/shift and reset modifiers to what they were originally. Added homerow modifiers.

* Removed excessive tabs in files

* Moved mods on homerow around...

* changes recommended by @drashna

* removed homerow mods, more flashy lighting!

* changed delays for lighting.

* velocikey code retro fit into userspace to match typing speed

currently "working" but isn't as reactive as I want.

* Readme and other documentation hidden throughout code

* Added a pretty picture

* pretty picture actually added

* More readme updates

* Velocikey now working inside my userspace!

* Changed repo macro and fixed readme

* Removed media layer, moved media control to LAZY layer

* fixed more merge issues when I had to merge...
</content>
</entry>
<entry>
<title>Keymap: Arkag Userspace and MechMini2 Layout (#3958)</title>
<updated>2018-09-22T15:43:28Z</updated>
<author>
<name>Alexander Kagno</name>
<email>cwre@protonmail.com</email>
</author>
<published>2018-09-22T15:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=35e76539e7257a1932ec76882892b999e21c9d4f'/>
<id>urn:sha1:35e76539e7257a1932ec76882892b999e21c9d4f</id>
<content type='text'>
* deleting arkag branch, forcibly moving changes over to master

* fade_color function added, not tested

* added half functions some stuff

* surround_type function implemented and working.

* added flashing function and removed fading, flashing supports infinite flashing along with controlled number flashes

* added a fade state machine and functionality

* build optimizations, changed fade to bounce between bounds rather than roll over, added a HALMAK layout

* changes to sleep breath function, changed how I will switch to HALMAK

* support for halmak added

* support for activity detection added, condensed fading and flashing state machines, removed support for HALMAK and COLEMAK because arkag is stupid

* changed sleep and inactive behaviors, now the color shifting reverses on state change, yay! save_color and reset_color are made to enable layer color changing to look cooler.

* reformatted some if statements in state detection

* changes to force fade to pause on boot, or plug in.

* Attempting to move over to userspace, pushing to repository for help

* userspace stuff....

* userspace stuff....

* layout changes, working userspace,

Removed left side shift and replaced it with a MT() for LSFT and SPC. Userspace seems to be working properly now! HURRAY

* Layout change

Removed space/shift and reset modifiers to what they were originally. Added homerow modifiers.

* Removed excessive tabs in files

* Moved mods on homerow around...

* changes recommended by @drashna
</content>
</entry>
</feed>
