qmk_firmware/keyboards/redox/keymaps/jeherve
Ryan 5974d989fe
Normalise Unicode keycodes (#18898)
* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV`

* `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*`

* `UC_MAC` -> `UNICODE_MODE_MACOS`

* `UC_LNX` -> `UNICODE_MODE_LINUX`

* `UC_WIN` -> `UNICODE_MODE_WINDOWS`

* `UC_BSD` -> `UNICODE_MODE_BSD`

* `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE`

* `UC_EMACS` -> `UNICODE_MODE_EMACS`

* `UC__COUNT` -> `UNICODE_MODE_COUNT`

* `UC_M_MA` -> `UC_MAC`

* `UC_M_LN` -> `UC_LINX`

* `UC_M_WI` -> `UC_WIN`

* `UC_M_BS` -> `UC_BSD`

* `UC_M_WC` -> `UC_WINC`

* `UC_M_EM` -> `UC_EMAC`

* Docs

* Update quantum/unicode/unicode.h
2022-10-31 21:15:12 +00:00
..
config.h Normalise Unicode keycodes (#18898) 2022-10-31 21:15:12 +00:00
keymap.c Remove rgblight_list.h (#18878) 2022-10-27 23:50:14 +01:00
readme.md
rules.mk

A Colemak keymap for the Redox keyboard


jeherve-redox-layout-5


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

  • 2021.04.29
    • Update code to replace deprecated code.
    • Fix non-breaking space key.
  • 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.