diff options
| author | Yet Another Developer <50936645+yet-another-developer@users.noreply.github.com> | 2019-10-21 02:07:57 +0800 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-10-20 11:07:56 -0700 |
| commit | 3d53ea439c277e49cd4149a6caea727304f41ace (patch) | |
| tree | 1d782a97be651ff911342cbec19cdb18ceeeda62 /users/yet-another-developer/unicode.c | |
| parent | f64d9b06215bb08d7f77aeba126c0804fffd0064 (diff) | |
| download | qmk_firmware-3d53ea439c277e49cd4149a6caea727304f41ace.tar.gz qmk_firmware-3d53ea439c277e49cd4149a6caea727304f41ace.zip | |
[Keymap] Ergodash keymap for yet-another-developer (#7046)
* Initialize ergodash rev 1 keymap
./util/new_keymap.sh ergodash/rev1 yet-another-developer
* Add user space configurations referenced from drashna
* Start community layout for ergodash in ortho_5x14
* Remove unused layers
* Add userspace layers
* Add Userspace gitignore
Hide Secrets
* Remove userspace unused drashna features
* Scrap default keymap and follow drashna's template
* Add code referenced from kuchosauronad0
* Make sure that the author is named Developer
* Replace middle keys del and bksp with curly brace
* Reduce ONESHOT_TIMEOUT from 3sec to 2sec
* Remove adjust key AG_SWAP
* Disable UNICODEMAP_ENABLE, remove code causing build fail
* Increase TAPPING_TERM to 240
Reason: Because Space is also LOWER, space sometimes not registering.
PS: I dont want to #define RETRO_TAPPING yet
* Update KC_MAKE to use :flash
* Remove TAP_ONCE, use tap_code
Signed-off-by: Developer <anotherdeveloper@icloud.com>
* Remove redundant code implementation of keyboard_post_init_user
https://github.com/qmk/qmk_firmware/pull/7046
users/yet-another-developer/leader.c
```
static bool has_ran_yet;
if (!has_ran_yet) {
has_ran_yet = true;
startup_user();
```
Comment for lines +11 â +14
@drashna: Not needed anymore. You can use keyboard_post_init_user now.
Signed-off-by: Developer <anotherdeveloper@icloud.com>
Diffstat (limited to 'users/yet-another-developer/unicode.c')
| -rw-r--r-- | users/yet-another-developer/unicode.c | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/users/yet-another-developer/unicode.c b/users/yet-another-developer/unicode.c new file mode 100644 index 000000000..8b312deb6 --- /dev/null +++ b/users/yet-another-developer/unicode.c | |||
| @@ -0,0 +1,62 @@ | |||
| 1 | #include "unicode.h" | ||
| 2 | |||
| 3 | //#ifdef UNICODEMAP_ENABLE | ||
| 4 | const uint32_t PROGMEM unicode_map[] = { | ||
| 5 | [BANG] = 0x0203D,// â― | ||
| 6 | [IRONY] = 0x02E2E,// âļŪ | ||
| 7 | [DEGREE] = 0x000B0,// ° | ||
| 8 | [THINK] = 0x1F914,// ðĪ | ||
| 9 | [GRIN] = 0x1F600,// ïŋ― | ||
| 10 | [MONOCL] = 0x1F9D0,// ð§ | ||
| 11 | [DRUG0] = 0x1F92A,// ðĪŠ | ||
| 12 | [DRUG1] = 0x1F974,// ðĨī | ||
| 13 | [CLOWN] = 0x1F921,// ðĪĄ | ||
| 14 | [MNDBLWN] = 0x1F92F,// ðĪŊ | ||
| 15 | [MONEY] = 0x1F911,// ðĪ | ||
| 16 | [SHTUP] = 0x1F910,// ðĪ | ||
| 17 | [PARTY] = 0x1F973,// ðĨģ | ||
| 18 | [SMRK] = 0x1F60F,// ð | ||
| 19 | [WEARY] = 0x1F629,// ðĐ | ||
| 20 | [UNAMU] = 0x1F612,// ð | ||
| 21 | [SPY] = 0x1F575,//ðĩ | ||
| 22 | [DAFUQ] = 0x1F47A,// ðš | ||
| 23 | [FIST0] = 0x1F91B,// ðĪ | ||
| 24 | [FIST1] = 0x1F91C,// ðĪ | ||
| 25 | [FIST2] = 0x270A, // â | ||
| 26 | [FIST3] = 0x1F44A,// ð | ||
| 27 | [WIFIHAND] = 0x1F44B,// ð | ||
| 28 | [OKOK] = 0x1F44C,// ð | ||
| 29 | [EFFU] = 0x1F595,// ð | ||
| 30 | [SPOCK] = 0x1F596,// ð | ||
| 31 | [INUP] = 0x1F446,// ð | ||
| 32 | [THDN] = 0x1F44E,// ð | ||
| 33 | [THUP] = 0x1F44D,// ð | ||
| 34 | [TUMBLER] = 0x1F943,// ðĨ | ||
| 35 | [DRAGON0] = 0x1F409,// ð | ||
| 36 | [DRAGON1] = 0x1F432,// ðē | ||
| 37 | [TIGER0] = 0x1F405,// ð | ||
| 38 | [TIGER1] = 0x1F42F,// ðŊ | ||
| 39 | [COOL] = 0x1F192,// ð | ||
| 40 | [UCHART] = 0x1F4C8,// ð | ||
| 41 | [DCHART] = 0x1F4C9,// ð | ||
| 42 | [BCHART] = 0x1F4CA,// ð | ||
| 43 | [NOPRCY] = 0x1F572,// ðē | ||
| 44 | [PRCY] = 0x1F571,// ðą | ||
| 45 | [BBB] = 0x1F171,// ð ą | ||
| 46 | [POO] = 0x1F4A9,// ðĐ | ||
| 47 | [HUNDR] = 0x1F4AF,// ðŊ | ||
| 48 | [EGGPL] = 0x1F346,// ð | ||
| 49 | [WATER] = 0x1F4A6,// ðĶ | ||
| 50 | [LIT] = 0x1F525,// ðĨ | ||
| 51 | [SNEK] = 0x1F40D,// ð | ||
| 52 | [PENGUIN] = 0x1F427,// ð§ | ||
| 53 | [BOAR] = 0x1F417,// ð | ||
| 54 | [MONKEY] = 0x1F412,// ð | ||
| 55 | [CHICK] = 0x1F425,// ðĨ | ||
| 56 | [DASH] = 0x1F4A8,// ðĻ | ||
| 57 | [DIZZY] = 0x1F4AB,// ðŦ | ||
| 58 | [KEEB] = 0x1F5AE,// ðŪ | ||
| 59 | [HOLE] = 0x1F573,// ðģ | ||
| 60 | [SAUCER] = 0x1F6F8// ðļ | ||
| 61 | }; | ||
| 62 | //#endif // UNICODEMAP_ENABLE | ||
