Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 2.81 KB

README.markdown

File metadata and controls

57 lines (44 loc) · 2.81 KB

My keyboards

This project is designed for the Ergodox EZ which uses the qmk firmware.

Goals

=======

This ergodox-ez is my first split keyboard. My prior keyboard, a pok3r, is a 60%.

Due to the unfamiliar nature of this keyboard I fully expect this layout to be a long-term project.

There are many layouts out there. I have looked at some, but am trying to originally develop this keymap.

Due to my job, the majority of my time behind a keyboard are spent doing the following.

  • Tap-dancing around vim
    • bash
    • terraform
    • powershell
    • python
    • clojure
    • markdown
    • technical documentation
  • slinging arguments on the cli

Templates

Here is a blank keymap to paste into keymap.c if I want to start over

 * ,--------------------------------------------------.           ,--------------------------------------------------.
 * |        |      |      |      |      |      |      |           |      |      |      |      |      |      |        |
 * |--------+------+------+------+------+-------------|           |------+------+------+------+------+------+--------|
 * |        |      |      |      |      |      |      |           |      |      |      |      |      |      |        |
 * |--------+------+------+------+------+------|      |           |      |------+------+------+------+------+--------|
 * |        |      |      |      |      |      |------|           |------|      |      |      |      |      |        |
 * |--------+------+------+------+------+------|      |           |      |------+------+------+------+------+--------|
 * |        |      |      |      |      |      |      |           |      |      |      |      |      |      |        |
 * `--------+------+------+------+------+-------------'           `-------------+------+------+------+------+--------'
 *   |      |      |      |      |      |                                       |      |      |      |      |      |
 *   `----------------------------------'                                       `----------------------------------'
 *                                        ,-------------.       ,---------------.
 *                                        |      |      |       |      |        |
 *                                 ,------|------|------|       |------+--------+------.
 *                                 |      |      |      |       |      |        |      |
 *                                 |      |      |------|       |------|        |      |
 *                                 |      |      |      |       |      |        |      |
 *                                 `--------------------'       `----------------------'

Helpful links