summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/keymaps/rfvizarra/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-061-3/+0
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* Remove user keymap changesDrashna Jaelre2019-04-051-1/+5
|
* Additional cleanup of orthodox files and keymapsDrashna Jaelre2019-04-051-5/+1
|
* A personal layout for the orthodox keyboard (#3006)rfvizarra2018-05-221-0/+45
* 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