diff --git a/g13/doom.bind b/g13/doom.bind new file mode 100644 index 0000000..33599db --- /dev/null +++ b/g13/doom.bind @@ -0,0 +1,48 @@ +# ================= =============== =============== ======== ======== +# \\ . . . . . . .\\ //. . . . . . .\\ //. . . . . . .\\ \\. . .\\// . . // +# ||. . ._____. . .|| ||. . ._____. . .|| ||. . ._____. . .|| || . . .\/ . . .|| +# || . .|| ||. . || || . .|| ||. . || || . .|| ||. . || ||. . . . . . . || +# ||. . || || . .|| ||. . || || . .|| ||. . || || . .|| || . | . . . . .|| +# || . .|| ||. _-|| ||-_ .|| ||. . || || . .|| ||. _-|| ||-_.|\ . . . . || +# ||. . || ||-' || || `-|| || . .|| ||. . || ||-' || || `|\_ . .|. .|| +# || . _|| || || || || ||_ . || || . _|| || || || |\ `-_/| . || +# ||_-' || .|/ || || \|. || `-_|| ||_-' || .|/ || || | \ / |-_.|| +# || ||_-' || || `-_|| || || ||_-' || || | \ / | `|| +# || `' || || `' || || `' || || | \ / | || +# || .===' `===. .==='.`===. .===' /==. | \/ | || +# || .==' \_|-_ `===. .===' _|_ `===. .===' _-|/ `== \/ | || +# || .==' _-' `-_ `=' _-' `-_ `=' _-' `-_ /| \/ | || +# || .==' _-' `-__\._-' `-_./__-' `' |. /| | || +# ||.==' _-' `' | /==.|| +# ==' _-' \/ `== +# \ _-' `-_ / +# `'' ``' + + +stickzone del STICK_PAGEUP +stickzone del STICK_PAGEDOWN +stickzone bounds STICK_LEFT 0.0 0.3 0.2 0.7 +stickzone bounds STICK_RIGHT 0.8 0.3 1.0 0.7 +stickzone bounds STICK_UP 0.3 0.0 0.7 0.2 +stickzone bounds STICK_DOWN 0.3 0.8 0.7 1.0 + +# Character Movement +bind G4 KEY_W +bind G10 KEY_A +bind G11 KEY_S +bind G12 KEY_D +bind G22 KEY_SPACE +bind STICK_UP KEY_RIGHTSHIFT + +bind G20 KEY_RIGHTCTRL +bind G15 KEY_RIGHTCTRL + +# Other +bind G6 KEY_R +bind DOWN KEY_E +bind LEFT KEY_F + +bind G18 KEY_C +bind G13 KEY_X + +rgb 66 00 00 diff --git a/g13/doom.lpbm b/g13/doom.lpbm new file mode 100644 index 0000000..7227337 Binary files /dev/null and b/g13/doom.lpbm differ