From ed6586e25bd854f445193566150439b25853f831 Mon Sep 17 00:00:00 2001 From: Alfred Maler Date: Tue, 3 Mar 2020 13:13:42 -0500 Subject: [Keymap] Feature/alfrdmalr/keymap update (#8174) * WIP do not merge * first pass at custom preonic layout * add auto shift and reset via leader key * Update readme * update copyright notice * formatting changes * fix: use MO instead of process_record_user * added backslash and moved grave position * remove extraneous 'j' characer in NUMPAD template * update template formatting * remove process_record_user * swap "!" with "@" * fix readme formatting * update readme layout image * restore settings layer * add windows minimize sequence * fix: switch to correct seq function for three-key sequence * fix: missing semicolon * refactor: move keymap to userspace and generic 5x12 layout * add numlock to numpad layer * add readme * update readme formatting * remove unused wrappers from layout keymap * update readme title to reflect new location * remove alfrdmalr directory from preonic/keymaps * add ortho 4x12 support * add 'trilayer' settings and update keymap * update SYMBOLS layer to SYMBOL * remove minimize sequence * clean up user config * add brightness controls * update settings ascii * moved some symbols around to make vim/linux smoother --- layouts/community/ortho_5x12/alfrdmalr/keymap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/community/ortho_5x12/alfrdmalr/keymap.c') diff --git a/layouts/community/ortho_5x12/alfrdmalr/keymap.c b/layouts/community/ortho_5x12/alfrdmalr/keymap.c index c140128d80..2cd5105b21 100644 --- a/layouts/community/ortho_5x12/alfrdmalr/keymap.c +++ b/layouts/community/ortho_5x12/alfrdmalr/keymap.c @@ -11,8 +11,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { K40, _____BASE_L4_____, _____BASE_R4_____, K4B ), -// SYMBOLS -[_SYMBOLS] = LAYOUT_ortho_5x12_wrapper( +// SYMBOL +[_SYMBOL] = LAYOUT_ortho_5x12_wrapper( K00_SYM, ____NUMROW_L0____, ____NUMROW_R0____, K0B_SYM, K10_SYM, ____SYMBOL_L1____, ____SYMBOL_R1____, K1B_SYM, K20_SYM, ____SYMBOL_L2____, ____SYMBOL_R2____, K2B_SYM, -- cgit v1.2.3