qmk-firmware/keyboards/redox/keymaps/jeherve
Jeremy Herve af84f0ff86 Keymap: Redox / jeherve: updates (#4694)
* Start using send_unicode_hex_string for shrug

See https://docs.qmk.fm/#/feature_unicode?id=send_unicode_hex_string

* Make sure one can come back to main layer after tapping to NAV

* Add 4 new keys to symbol layer

~, `, =, +, are now more accesssible. No need to reach out far from home row anymore

* Add two new macro keys

I did not have much use for the Expose key and the right Command key, so opted to replace those with 2 Macros:

- One to invoke Alfred: https://www.alfredapp.com/ => Opt + Space
- One to invoke 1password: https://1password.com/ => Cmd + Opt + \

* Update readme to mention changes in new version

* Remove unneeded short definition

* Shorter name for our custom key

See https://github.com/qmk/qmk_firmware/pull/4694#discussion_r243341864

* Make macros one-liners

See https://github.com/qmk/qmk_firmware/pull/4694#discussion_r243341487

* Switch to using eeconfig_init_user to set Unicode mode

See https://github.com/qmk/qmk_firmware/pull/4694#issuecomment-449151724
2018-12-21 10:00:45 -08:00
..
config.h Keymap: Set serial connection as default for the Redox rev1.0 keyboard (#4488) 2018-11-27 08:59:53 -08:00
keymap.c Keymap: Redox / jeherve: updates (#4694) 2018-12-21 10:00:45 -08:00
readme.md Keymap: Redox / jeherve: updates (#4694) 2018-12-21 10:00:45 -08:00
rules.mk Keymap: Redox: add a new Colemak keymap, macOS oriented. (#3861) 2018-09-10 07:39:05 -07:00

readme.md

A Colemak keymap for the Redox keyboard


jeherve-redox-layout-4


This keymap is a work in progress, and is meant to be used on macOS, with the "Unicode Hex Input" keyboard input.

macOS keyboard input setting

I may change a lot of the keys over the next few months, and will update this repo when I do so.

View on KLE

Layers

My keymap uses 5 layers:

  1. The default base layer, using Colemak.
  2. A Symbol layer, so all symbols can be accessed from the home row. (top right legends)
  3. A Navigation / Media layer, with both sound control and arrows on the home row. (bottom right legends)
  4. An international / Emoji layer so I can type accented characters commonly used in France and in Hungary, as well as a few Emoji I often use. (top center legends)
  5. A keyboard control layer, not pictured above, allowing me to control the LED lighting as well as the keyboard debug functions.

Changelog

  • 2018.12.20
    • 2 new Macro keys, to invoke Alfred and 1Password.
    • No more Right Command key or Expose key, I didn't use those much.
    • Updates to use newer QMK function to call ¯_(ツ)_/¯
    • Fix: you can now move back to the base layer when double tapping the thumb keys to switch to the Nav layer. 👍
  • 2018.09.06
    • Initial submission to QMK. It's alive! ⌨️

Credits

I've also read posts by Gergely Nagy, Rebecca Le, and Justin Rogers for inspiration.