]> git.donarmstrong.com Git - qmk_firmware.git/commit
A personal layout for the orthodox keyboard (#3006)
authorrfvizarra <rfvizarra@gmail.com>
Tue, 22 May 2018 14:04:53 +0000 (16:04 +0200)
committerDrashna Jaelre <drashna@live.com>
Tue, 22 May 2018 14:04:53 +0000 (07:04 -0700)
commit5018892fa80ae1f68ea1b8924b840b7b160adad1
treeda2544a7f0285b9e3ab585c158858913285b5e04
parentddbe60dc3652a4130fdf8167e06897e2c88d8e42
A personal layout for the orthodox keyboard (#3006)

* 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
keyboards/orthodox/keymaps/rfvizarra/config.h [new file with mode: 0644]
keyboards/orthodox/keymaps/rfvizarra/keymap.c [new file with mode: 0644]
keyboards/orthodox/keymaps/rfvizarra/readme.md [new file with mode: 0644]
keyboards/orthodox/keymaps/rfvizarra/rules.mk [new file with mode: 0644]