summaryrefslogtreecommitdiff
path: root/keyboards/orthodox/keymaps/rfvizarra/config.h
AgeCommit message (Collapse)Author
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2022-09-06Remove legacy USE_SERIAL define (#18292)Dasky
* Remove legacy USE_SERIAL define * tidy up missed comments
2019-04-05Remove user keymap changesDrashna Jaelre
2019-04-05Additional cleanup of orthodox files and keymapsDrashna Jaelre
2018-05-22A personal layout for the orthodox keyboard (#3006)rfvizarra
* 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