qmk_firmware/keyboards/splitkb/kyria/keymaps/travishi
Travis 5f6ec37b7d
[Keymap] Add TravisHi keymap for SplitKB Kyria (#17858)
* Init commit

* Prep for MVP

* Add F Fixes (thanks F!)

* Fix some incorrect layer summons

* Create readme (remove comments from code)

* Update OLED indicators (test)

* Add more OLED updates

* Add more layouts

* Update readme and small tweaks

* Update layers and prep for LED layers

* Fix a trapped layer issue

* Test animations

* Add a happy frog animation to right screen

* Add bulk work

* Move fren readme image

* Can't save images

* Update FPS layout

* Update Symbols layer

* Update readme

* Update readme (future comments move to readme)

* Remove superfluous comments & add Licence

* Add licence update
2022-08-03 07:10:46 +01:00
..
config.h [Keymap] Add TravisHi keymap for SplitKB Kyria (#17858) 2022-08-03 07:10:46 +01:00
keymap.c [Keymap] Add TravisHi keymap for SplitKB Kyria (#17858) 2022-08-03 07:10:46 +01:00
readme.md [Keymap] Add TravisHi keymap for SplitKB Kyria (#17858) 2022-08-03 07:10:46 +01:00
rules.mk [Keymap] Add TravisHi keymap for SplitKB Kyria (#17858) 2022-08-03 07:10:46 +01:00

Introduction

This keyboard layout centers around Dvorak, harnesing the power of the Kyria thumb clusters and layers to reduce finger and wrist movement.

IMPORTANT NOTE

This keymap will only work if you have all the kyria keys available! If you've used 2u keys on the thumb cluster, or have broken off a column, this layout will not work!


Features

  • Dvorak: So you don't have to leave the home row so much.
  • Qwerty: So you don't have to remap common programs.
  • Custom FPS gaming layer: Because the WASD stagger is so extreme on the Kyria.
  • A number layer: To access numbers, symbols and volume controls.
  • Index Layer: To help navigate thru base layers without wasting accessible keys.
  • And a very very rare fren to tag along on your adventures.

Guiding ideology

  • Use lower thumb keys as much as possible.
  • Minimise home row departure.
  • Minimize or eliminate non home row pinkie finger use.
  • Create macros for very common key shortcuts (ctrl + c/v/s, ctrl+shift+home etc.).
  • Create macros for very common commands (git status, git pull, git push etc.).
  • Use hints to indicate current layer (rgb lighting/OLED display).
  • Allow graceful layer handling (emergency return to default layer/layer index layer).

Current Layers

  • Base1: dvorak
  • Base2: qwerty
  • Base3: Gaming layer (WASD is too staggered on Kyria)
  • MO layer: Number, Symbol & volume control layer

Future Layers

  • F keys
  • FE macros
  • Git macros

Issues

Major

  • None

Minor

  • Backlight LEDs dont indicate layer
  • Not fully using thumb clusters
  • Function keys and indicators missing (NUM, CAPS, SCROLL)
  • No Macro layers

Helpful Links


Useful notes

Various useful info for setting up your own keyboard layout.

Install QMK Tool steps

QMK Setup (Windows)

  • Install QMK MSYS,
  • Install Toolbox,
  • Using QMK MSYS, follow the setup guide, then cd to where you've cloned the qmk_firmware folder,
  • qmk compile to generate your .hex file (it should be located in the qmk_firmware folder),
  • Using QMK Toolbox, flash the .hex file to your keyboard halves (drag your hex file into the toolbox window, press the reset button on the keyboard, the toolbox should detect this, then press flash. You need to reset each half separately).
  • Congrats, all done!

Layer template

//  * ,-------------------------------------------.                              ,-------------------------------------------.
//  * |        |      |      |      |      |      |                              |      |      |      |      |      |        |
//  * |--------+------+------+------+------+------|                              |------+------+------+------+------+--------|
//  * |        |      |      |      |      |      |                              |      |      |      |      |      |        |
//  * |--------+------+------+------+------+------+-------------.  ,-------------+------+------+------+------+------+--------|
//  * |        |      |      |      |      |      |      |      |  |      |      |      |      |      |      |      |        |
//  * `----------------------+------+------+------+------+------|  |------+------+------+------+------+----------------------'
//  *                        |      |      |      |      |      |  |      |      |      |      |      |
//  *                        |      |      |      |      |      |  |      |      |      |      |      |
//  *                        `----------------------------------'  `----------------------------------'
//  */
//     [_LAYERINDEX] = LAYOUT(
//       _______, _______, _______, _______, _______, _______,                                     _______, _______, _______, _______, _______, _______,
//       _______, _______, _______, _______, _______, _______,                                     _______, _______, _______, _______, _______, _______,
//       _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
//                                  _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
//     ),