diff options
author | rfvizarra <rfvizarra@gmail.com> | 2018-05-22 16:04:53 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-22 07:04:53 -0700 |
commit | 5018892fa80ae1f68ea1b8924b840b7b160adad1 (patch) | |
tree | da2544a7f0285b9e3ab585c158858913285b5e04 /keyboards/orthodox/keymaps/rfvizarra/readme.md | |
parent | ddbe60dc3652a4130fdf8167e06897e2c88d8e42 (diff) |
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
Diffstat (limited to 'keyboards/orthodox/keymaps/rfvizarra/readme.md')
-rw-r--r-- | keyboards/orthodox/keymaps/rfvizarra/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/orthodox/keymaps/rfvizarra/readme.md b/keyboards/orthodox/keymaps/rfvizarra/readme.md new file mode 100644 index 0000000000..922832c17e --- /dev/null +++ b/keyboards/orthodox/keymaps/rfvizarra/readme.md @@ -0,0 +1,19 @@ +# A personal Orthodox Layout + +![Orthodox](https://i.imgur.com/RQ5SKj4.jpg) + +This is the layout for my daily driver orthodox. It's based on a custom handwire keyboard that I've been using for quite some time. It's based on Plank's/Let's split layouts for the lower/raise layers. I added the shift, control/enter, alt/altgr and del to the thumb cluster. + +To build the firmware run from qmk's project folder + + make orthodox/rev3:rfvizarra:avrdude + +And to flash it, run + + make orthodox/rev3:rfvizarra:avrdude + +reset your keyboard pro micro while connected to the PC with a micro usb cable. + +Repeat on both halves. + +See [install build tools](https://docs.qmk.fm/install-build-tools) then the [build/compile instructions](https://docs.qmk.fm/build-compile-instructions) for more information. |