qmk_firmware/keyboards/crkbd/keymaps/soundmonster
Ryan c6f1b594a2
Remove legacy keycodes, part 2 (#18660)
* `KC_SYSREQ` -> `KC_SYRQ`

And one `KC_ALT_ERASE` -> `KC_ERAS`

* `KC_NONUS_BSLASH` -> `KC_NUBS`

* `KC_NUMLOCK` -> `KC_NUM`

* `KC_CLCK` -> `KC_CAPS`

* `KC_SCROLLLOCK` -> `KC_SCRL`

* `KC_LBRACKET` -> `KC_LBRC`

* `KC_RBRACKET` -> `KC_RBRC`

* `KC_CAPSLOCK` -> `KC_CAPS`
2022-10-10 20:06:26 +01:00
..
config.h Change {LED,RGB}_DISABLE_TIMEOUT to {LED,RGB}_MATRIX_TIMEOUT (#18415) 2022-09-26 14:40:15 +10:00
glcdfont.c
keymap.c Remove legacy keycodes, part 2 (#18660) 2022-10-10 20:06:26 +01:00
README.md
rules.mk Migrate crkbd/soundmonster to split common, fix OLED and RGB matrix (#15717) 2022-01-06 23:49:55 +00:00

Soundmonster's layout for Corne

Features:

  • Modern OLED support (many thanks to @drashna):
    • Proper orientation
    • Graphic layer indicator ↑ ↓
    • Graphic modifier indicator ⌘ ⇧ ⌥ ⌃
  • Similar enough to the default keymap so you can easily port your custom keymap to it
  • Mac-friendly (Command and Option on the thumbs)
  • Vim-friendly (Esc, : and Ctrl on the thumbs)
  • Full per-key RGB Matrix support out of the box (you still have to go through the nightmare of soldering yourself though 😉)