<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/users/spidey3, 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>2020-06-24T02:02:12Z</updated>
<entry>
<title>Partial and window screenshots (#9332)</title>
<updated>2020-06-24T02:02:12Z</updated>
<author>
<name>Joshua Diamond</name>
<email>josh@windowoffire.com</email>
</author>
<published>2020-06-24T02:02:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9b398a8f31e31cd8aed60a2d90ada306213f70f5'/>
<id>urn:sha1:9b398a8f31e31cd8aed60a2d90ada306213f70f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spidey3 userspace: GUI F-Key lock was affecting some non-F-keys (#9469)</title>
<updated>2020-06-20T21:39:45Z</updated>
<author>
<name>Joshua Diamond</name>
<email>josh@windowoffire.com</email>
</author>
<published>2020-06-20T21:39:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=5c07363054c02d09754a32ff4005c9535eeb6ec8'/>
<id>urn:sha1:5c07363054c02d09754a32ff4005c9535eeb6ec8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major enhancements to spidey3 keymaps and userspace (#9261)</title>
<updated>2020-06-05T09:01:47Z</updated>
<author>
<name>Joshua Diamond</name>
<email>josh@windowoffire.com</email>
</author>
<published>2020-06-05T09:01:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d03bc3a9c185f97d3813758e7f6df7c879f42ad0'/>
<id>urn:sha1:d03bc3a9c185f97d3813758e7f6df7c879f42ad0</id>
<content type='text'>
* Add Chrome OS specific keys to 75_ansi/spidey3

* Clean up duplicative settings in rules.mk

* Refactor spidey3 userspace to use rgb layer blink

* Blink green on wakeup

* Improve _FN layer indicator

* Glyph transformation modes: wide, script, fraktur, and enclosed characters

* Add spider unicode glyph

* Fix compile error when NO_ACTION_ONESHOT

* Add a few more emoji

* Further refinement of lighting layer usage

* Fix reversed yes/no ack

* Lighting layers override RGB off

* Fix missing wide and incorrect script numbers

* Add LOL and surprise emoji

* Add missing break in switch statement

* Trim firmware size

* Use usage ID definitions in report.h

* Some minor whitespace cleanup

* Disable some unused features to reduce firmware size

* Print version on startup

* Seed rand() on first keystroke

* Add a key to immediately sleep CrOS

* Switch to Bootmagic Lite

* Trim down firmware size a little bit more

* Make RGBLIGHT_MODE_TWINKLE+4 my default

* Scan rate debug / fix version printing

Delay printing version on startup (console may not be ready)
Better scan rate reporting

* Disable locking caps, etc. to save more space

* Enable LTO

* Better seed for rand()

* Set MAX_LAYER for some performance improvement

* Another scan rate improvement

* Set manufacturer

* New startup animation

* Add GUI lock for F-keys (for CrOS)

* Add visual indication for glyph replacement and F-keys GUI lock

* Some cleanup; run cformat on spidey3 userspace

* Cycle between debug verbosity options

* Fix disable RGB Lighting after wakeup on Mac</content>
</entry>
<entry>
<title>Some refinements of 75_ansi/spidey3 layout (#8581)</title>
<updated>2020-04-11T00:10:37Z</updated>
<author>
<name>Joshua Moses Diamond</name>
<email>josh@windowoffire.com</email>
</author>
<published>2020-04-11T00:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e4cc642a79492ee5b04223c970a3ae9f0d22fba6'/>
<id>urn:sha1:e4cc642a79492ee5b04223c970a3ae9f0d22fba6</id>
<content type='text'>
* First cut at Josh Diamond's KBD75 customizations.
Includes:
* My unique keymap with ChromeOS specific keys
* Use RGB underglow to indicate Caps Lock
* Some unicode bindings
* Some changes to make debugging easier

* Updated spidey3 to be applicable to all 75_ansi boards

* Sadly, ChromeOS doesn't pay attention to most consumer codes

* Add mac layer; fix flakeyness in CAPS_LOCK underglow.

* Make layers.json match the keymap (to the extent possible)

* Major cleanup; fix broken debug persistence

* Cleanup some whitespace issues

* Fix incorrect log message.

* Rework layer indication to user RGBLIGHT_LAYERS

* Update layouts/community/75_ansi/spidey3/keymap.c

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Rename users/spidey3/rgblight.c to layer_rgb.c per suggestion

* Refactor to use set_single_persistant_default_layer().

* Use dprint/f to make logging more elegant.

* Update users/spidey3/config.h

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Update users/spidey3/config.h

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Update layouts/community/75_ansi/spidey3/rules.mk

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Update users/spidey3/spidey3.c

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Update users/spidey3/layer_rgb.c

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Update users/spidey3/init.c

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Changes from code review

* Numpad layer, various keys for 75_ansi/spidey3

* Add Fn-B to toggle NKRO

* Blink rgb to acknowledge some setting changes

* Updated media control &amp; reset key location

* Minor cleanup

Co-authored-by: Joshua Diamond &lt;jdiamond@Deep-Thought.local&gt;
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
</entry>
<entry>
<title>[Keymap] Add spidey3 keymap for 75_ansi, and a spidey3 userspace (#8470)</title>
<updated>2020-03-23T04:11:41Z</updated>
<author>
<name>spidey3</name>
<email>josh@windowoffire.com</email>
</author>
<published>2020-03-23T04:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7e0dc5376f2d57a1b24831c4e25699a2cf2326af'/>
<id>urn:sha1:7e0dc5376f2d57a1b24831c4e25699a2cf2326af</id>
<content type='text'>
* First cut at Josh Diamond's KBD75 customizations.
Includes:
* My unique keymap with ChromeOS specific keys
* Use RGB underglow to indicate Caps Lock
* Some unicode bindings
* Some changes to make debugging easier

* Updated spidey3 to be applicable to all 75_ansi boards

* Sadly, ChromeOS doesn't pay attention to most consumer codes

* Add mac layer; fix flakeyness in CAPS_LOCK underglow.

* Make layers.json match the keymap (to the extent possible)

* Major cleanup; fix broken debug persistence

* Cleanup some whitespace issues

* Fix incorrect log message.

* Rework layer indication to user RGBLIGHT_LAYERS

* Update layouts/community/75_ansi/spidey3/keymap.c

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Rename users/spidey3/rgblight.c to layer_rgb.c per suggestion

* Refactor to use set_single_persistant_default_layer().

* Use dprint/f to make logging more elegant.

* Update users/spidey3/config.h

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Update users/spidey3/config.h

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Update layouts/community/75_ansi/spidey3/rules.mk

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Update users/spidey3/spidey3.c

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Update users/spidey3/layer_rgb.c

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Update users/spidey3/init.c

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Changes from code review

Co-authored-by: Joshua Diamond &lt;jdiamond@Deep-Thought.local&gt;
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
</entry>
</feed>
