Skip to content

Instantly share code, notes, and snippets.

@Viroide
Created September 2, 2020 07:38
Show Gist options
  • Save Viroide/e9ec71bb274227b5356e46c587ac967f to your computer and use it in GitHub Desktop.
Save Viroide/e9ec71bb274227b5356e46c587ac967f to your computer and use it in GitHub Desktop.
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT_ortho_4x4(
MEH(KC_LEFT), MEH(KC_DOWN), MEH(KC_UP), MEH(KC_RGHT),
G(KC_1), A(G(KC_L)), C(KC_T), A(G(KC_M)),
LOL_LOL, LOL_WAT, LOL_YAY, LOL_SHRUG,
LOL_FUU, LOL_NO, KC_TRNS, S(G(KC_4))
)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment