This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Brian Mock 370fdb89c2 Keymap: Adds TheVan RoadKit Gamepad Layout (#4090)
* adds prototype firmware for wavebeem-gamepad

* adds installer script

* updates readme

* updates title

* adds prototype firmware for wavebeem-gamepad

* adds installer script

* updates readme

* updates title

* removes unused code

* removes more code

* simplify code
2018-10-06 20:55:48 -07:00

11 lines
271 B
C

#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_ortho_4x4(
KC_TAB, KC_Q, KC_W, KC_E,
KC_ESC, KC_A, KC_S, KC_D,
KC_LSFT, KC_Z, KC_X, KC_C,
KC_F, KC_LALT, KC_LCTL, KC_SPC
),
};