1
ewpratten.com/content/blog/2023-06-15-rainbow-keyboard.md
Evan Pratten 66528d6284 Revert "The great migration"
This reverts commit f184e610368cedc50f9dd557953c83f70b55f329.
2024-11-14 12:45:30 -05:00

1.4 KiB

title description date tags draft extra aliases
Rainbow keyboard Game-specific keyboard layouts are really handy 2023-06-15
keyboards
random
false
auto_center_images excerpt
true This post shows off my custom keyboard layout for playing Rainbow Six Siege
/blog/rainbow-keyboard

In my ever-continuing quest to do interesting things with custom keyboards, I recently had the idea to take the left half of my Ferris sweep and configure it specifically for use in the game Rainbow Six Siege.

This post isn't much of a tutorial, just a showcase of the end result.

Movement

Actions

The code

The actual firmware file lives here. In short, the QMK layout definition behind this is as follows:

[_RAINBOW] = LAYOUT(
  KC_ESC,  KC_Q, KC_W, KC_E, KC_T,       KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
  KC_LSFT, KC_A, KC_S, KC_D, KC_G,       KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
  KC_LCTL, KC_Z, KC_X, KC_C, KC_V,       KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
                   KC_SPACE, KC_X,       KC_NO, KC_NO
)