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>
This commit is contained in:
committed by
Drashna Jaelre
parent
2943d19ecd
commit
3dd6d53942
@ -13,6 +13,7 @@
|
||||
#include "eeconfig.h"
|
||||
#include "wait.h"
|
||||
#include "version.h"
|
||||
#include "print.h"
|
||||
|
||||
/* Layers */
|
||||
|
||||
@ -1033,6 +1034,10 @@ void matrix_scan_user(void) {
|
||||
}
|
||||
#endif
|
||||
|
||||
SEQ_ONE_KEY (KC_R) {
|
||||
ang_tap(KC_RALT, 0);
|
||||
}
|
||||
|
||||
SEQ_ONE_KEY (KC_T) {
|
||||
time_travel = !time_travel;
|
||||
}
|
||||
@ -1126,7 +1131,8 @@ const qk_ucis_symbol_t ucis_symbol_table[] = UCIS_TABLE
|
||||
UCIS_SYM("micro", 0x00b5),
|
||||
UCIS_SYM("tm", 0x2122),
|
||||
UCIS_SYM("child", 0x1f476),
|
||||
UCIS_SYM("family", 0x1F46A)
|
||||
UCIS_SYM("family", 0x1F46A),
|
||||
UCIS_SYM("joy", 0x1F602)
|
||||
);
|
||||
|
||||
bool process_record_user (uint16_t keycode, keyrecord_t *record) {
|
||||
|
Reference in New Issue
Block a user