qmk-dactyl-manuform-a/users/spidey3
Joshua Diamond d03bc3a9c1
Major enhancements to spidey3 keymaps and userspace (#9261)
* 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
2020-06-05 02:01:47 -07:00
..
config.h Major enhancements to spidey3 keymaps and userspace (#9261) 2020-06-05 02:01:47 -07:00
init.c Major enhancements to spidey3 keymaps and userspace (#9261) 2020-06-05 02:01:47 -07:00
layer_rgb.c Major enhancements to spidey3 keymaps and userspace (#9261) 2020-06-05 02:01:47 -07:00
readme.md [Keymap] Add spidey3 keymap for 75_ansi, and a spidey3 userspace (#8470) 2020-03-22 21:11:41 -07:00
rules.mk Major enhancements to spidey3 keymaps and userspace (#9261) 2020-06-05 02:01:47 -07:00
spidey3.c Major enhancements to spidey3 keymaps and userspace (#9261) 2020-06-05 02:01:47 -07:00
spidey3.h Major enhancements to spidey3 keymaps and userspace (#9261) 2020-06-05 02:01:47 -07:00
unicode.c Major enhancements to spidey3 keymaps and userspace (#9261) 2020-06-05 02:01:47 -07:00
unicode.h Major enhancements to spidey3 keymaps and userspace (#9261) 2020-06-05 02:01:47 -07:00

readme.md

Copyright 2020 Joshua Diamond josh@windowoffire.com @spidey3

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.