Wrote post "Rainbow Keyboard"
Added post text, images, and the source XCF for generating layout images.
This commit is contained in:
parent
f54fe46e20
commit
64b169d7e9
39
content/blog/2023-06-15-rainbow-keyboard.md
Normal file
39
content/blog/2023-06-15-rainbow-keyboard.md
Normal file
@ -0,0 +1,39 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Rainbow keyboard"
|
||||
description: "Game-specific keyboard layouts are really handy"
|
||||
date: 2023-06-15
|
||||
tags: keyboards
|
||||
draft: false
|
||||
extra:
|
||||
auto_center_images: true
|
||||
excerpt: "This post shows off my custom keyboard layout for playing Rainbow Six Siege"
|
||||
# discuss:
|
||||
# reddit: https://www.reddit.com/r/ewpratten/comments/1356u1t/i_performed_a_button_swap_on_my_mouse/
|
||||
# hacker_news: https://news.ycombinator.com/item?id=35781662
|
||||
---
|
||||
|
||||
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](https://github.com/davidphilipbarr/Sweep) and configure it specifically for use in the game [Rainbow Six Siege](https://en.wikipedia.org/wiki/Tom_Clancy%27s_Rainbow_Six).
|
||||
|
||||
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](https://github.com/ewpratten/qmk_firmware/blob/d6eda8f6a96b2f1753cd59cbb161763500a8afb5/keyboards/ferris/keymaps/ewpratten/keymap.c#L82-L87). In short, the QMK layout definition behind this is as follows:
|
||||
|
||||
```c
|
||||
[_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
|
||||
)
|
||||
```
|
BIN
static/images/posts/rainbow-keyboard/action_layout.png
Normal file
BIN
static/images/posts/rainbow-keyboard/action_layout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 960 KiB |
BIN
static/images/posts/rainbow-keyboard/kayboard.xcf
Normal file
BIN
static/images/posts/rainbow-keyboard/kayboard.xcf
Normal file
Binary file not shown.
BIN
static/images/posts/rainbow-keyboard/movement_layout.png
Normal file
BIN
static/images/posts/rainbow-keyboard/movement_layout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 969 KiB |
Loading…
x
Reference in New Issue
Block a user