diff options
| author | Gergely Nagy <me@gergo.csillger.hu> | 2018-11-22 21:53:01 +0100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-11-22 13:31:30 -0800 |
| commit | 3dd6d53942bd3fafb57d170ecdaccf57e459a62c (patch) | |
| tree | 908df70cc0949db194f2566a597e4a240803c4e7 /layouts/community/ergodox/algernon/keymap.c | |
| parent | 2943d19ecd9f91db2390da6f6d09cf58ea2f8dde (diff) | |
| download | qmk_firmware-3dd6d53942bd3fafb57d170ecdaccf57e459a62c.tar.gz qmk_firmware-3dd6d53942bd3fafb57d170ecdaccf57e459a62c.zip | |
ergodox: update algernon's layout to v1.12
This is the final version of my layout.
Overall changes
===============
* Updated to work with QMK master.
Miscellaneous
=============
* The `😂` symbol can be entered with UCIS.
* `LEAD r` now inputs `Right Alt`.
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
Diffstat (limited to 'layouts/community/ergodox/algernon/keymap.c')
| -rw-r--r-- | layouts/community/ergodox/algernon/keymap.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/layouts/community/ergodox/algernon/keymap.c b/layouts/community/ergodox/algernon/keymap.c index ebdc4ab4e..fb6de1b72 100644 --- a/layouts/community/ergodox/algernon/keymap.c +++ b/layouts/community/ergodox/algernon/keymap.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include "eeconfig.h" | 13 | #include "eeconfig.h" |
| 14 | #include "wait.h" | 14 | #include "wait.h" |
| 15 | #include "version.h" | 15 | #include "version.h" |
| 16 | #include "print.h" | ||
| 16 | 17 | ||
| 17 | /* Layers */ | 18 | /* Layers */ |
| 18 | 19 | ||
| @@ -1033,6 +1034,10 @@ void matrix_scan_user(void) { | |||
| 1033 | } | 1034 | } |
| 1034 | #endif | 1035 | #endif |
| 1035 | 1036 | ||
| 1037 | SEQ_ONE_KEY (KC_R) { | ||
| 1038 | ang_tap(KC_RALT, 0); | ||
| 1039 | } | ||
| 1040 | |||
| 1036 | SEQ_ONE_KEY (KC_T) { | 1041 | SEQ_ONE_KEY (KC_T) { |
| 1037 | time_travel = !time_travel; | 1042 | time_travel = !time_travel; |
| 1038 | } | 1043 | } |
| @@ -1126,7 +1131,8 @@ const qk_ucis_symbol_t ucis_symbol_table[] = UCIS_TABLE | |||
| 1126 | UCIS_SYM("micro", 0x00b5), | 1131 | UCIS_SYM("micro", 0x00b5), |
| 1127 | UCIS_SYM("tm", 0x2122), | 1132 | UCIS_SYM("tm", 0x2122), |
| 1128 | UCIS_SYM("child", 0x1f476), | 1133 | UCIS_SYM("child", 0x1f476), |
| 1129 | UCIS_SYM("family", 0x1F46A) | 1134 | UCIS_SYM("family", 0x1F46A), |
| 1135 | UCIS_SYM("joy", 0x1F602) | ||
| 1130 | ); | 1136 | ); |
| 1131 | 1137 | ||
| 1132 | bool process_record_user (uint16_t keycode, keyrecord_t *record) { | 1138 | bool process_record_user (uint16_t keycode, keyrecord_t *record) { |
