summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/keymaps/rfvizarra
AgeCommit message (Collapse)AuthorFilesLines
2019-04-05Remove user keymap changesDrashna Jaelre1-1/+5
2019-04-05Additional cleanup of orthodox files and keymapsDrashna Jaelre1-5/+1
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark1-4/+0
2018-06-26Fixed the command required to build the layout in A persona Orthodox Layout ↵rfvizarra1-1/+1
(#3234) * Fixed the command to build the layout
2018-05-22A personal layout for the orthodox keyboard (#3006)rfvizarra4-0/+202
* A personal layout for the orthodox keyboard * Added layout readme.md * Consolidated inclues with #include QMK_KEYBOARD_H * Moved layer tones setup to config.h * Replace persistent_default_layer_set calls with set_single_persistent_default_layer * Simplified the process_record_user function using layer_state_set_user function and MO() to set the lower, raise, nav and media layers * Removed AUDIO_ENABLE ifdefs and persistent_default_layer_set() as they are not needed any more