diff options
| author | Joshua Diamond <josh@windowoffire.com> | 2020-06-05 05:01:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-05 02:01:47 -0700 |
| commit | d03bc3a9c185f97d3813758e7f6df7c879f42ad0 (patch) | |
| tree | 8b5a0b3aeede0aed5ab52061b8a129f808525526 /users/spidey3/unicode.h | |
| parent | c12e429da28399004dddcf2c67f7cb4bca8d28e4 (diff) | |
| download | qmk_firmware-d03bc3a9c185f97d3813758e7f6df7c879f42ad0.tar.gz qmk_firmware-d03bc3a9c185f97d3813758e7f6df7c879f42ad0.zip | |
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
Diffstat (limited to 'users/spidey3/unicode.h')
| -rw-r--r-- | users/spidey3/unicode.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/users/spidey3/unicode.h b/users/spidey3/unicode.h index 72a91e8a8..db7824983 100644 --- a/users/spidey3/unicode.h +++ b/users/spidey3/unicode.h | |||
| @@ -11,9 +11,18 @@ enum unicode_names { | |||
| 11 | RARR, | 11 | RARR, |
| 12 | ENDASH, | 12 | ENDASH, |
| 13 | EMDASH, | 13 | EMDASH, |
| 14 | SPIDER, | ||
| 15 | SAD, | ||
| 16 | MEH, | ||
| 17 | HAPPY, | ||
| 18 | ANGRY, | ||
| 19 | THUMBUP, | ||
| 20 | THUMBDN, | ||
| 21 | LOL, | ||
| 22 | SURPRISE, | ||
| 14 | }; | 23 | }; |
| 15 | 24 | ||
| 16 | #define X_BUL (XP(BUL1, BUL2)) | 25 | # define X_BUL (XP(BUL1, BUL2)) |
| 17 | #define X_DASH (XP(ENDASH, EMDASH)) | 26 | # define X_DASH (XP(ENDASH, EMDASH)) |
| 18 | 27 | ||
| 19 | #endif | 28 | #endif |
