Skip to content

Instantly share code, notes, and snippets.

@wulfboy-95
Last active July 3, 2021 09:16
Show Gist options
  • Save wulfboy-95/40eb68771a56ec3c3d2e to your computer and use it in GitHub Desktop.
Save wulfboy-95/40eb68771a56ec3c3d2e to your computer and use it in GitHub Desktop.
Shmup Keypad
[
{
"name": "Shmup Keypad",
"author": "wulfboy_95",
"radii": "10px 10px 20px 20px",
"pcb": false
},
[
{
"sm": "cherry",
"sb": "outemu",
"st": "PG150Q01-1"
},
"esc"
],
[
{
"y": -0.875,
"x": 4.75,
"w": 4,
"h": 3,
"d": true
},
"decals and/or screen here\n\n\nby: wulfboy_95\n\n\n\n\n\ndecals and/or screen here"
],
[
{
"y": 0.125,
"x": 2.5
},
"Z\nShoot",
{
"x": 6.5
},
"↑"
],
[
{
"y": -0.75,
"x": 1.5
},
"shift\nSneak",
{
"x": 1
},
"X\nBomb"
],
[
{
"y": -0.5,
"x": 9
},
"←",
{
"x": 1
},
"→"
],
[
{
"y": -0.75,
"x": 10
},
"↓"
],
[
{
"r": -15,
"y": -1,
"x": -0.75
},
"ctrl\nShoot 2"
]
]

A shoot em up keyboard that consists of 4 arrow keys, shift, z, and x. May also have a ctrl button that may or may not be slanted. Arrow keys may be placed further away from keys on the right side. Space in the middle can be utilised by either a graphic or an lcd screen. Specifically designed for Touhou Project games.

Examples of graphics that may be used: Red and white coloured yin and yang symbol, black and white yin and yang symbol, Yukari's gap, red coloured moon, cheeeeeeeen, final stage bosses, extra stage bosses, favourite 2hu, strongest fairy, ⑨ baka (from Touhou 10 manual), etc.

Use of lcd screen on keyboard: Show lives, bombs, score, etc, show closeup of character, use as main/alternative computer screen, etc.

Can be used for other shmup games or games with simple controls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment