Skip to content

Instantly share code, notes, and snippets.

@Linuus
Created January 16, 2015 22:28
Show Gist options
  • Save Linuus/f0557f04c69265575568 to your computer and use it in GitHub Desktop.
Save Linuus/f0557f04c69265575568 to your computer and use it in GitHub Desktop.
Keymap ergodox
static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KEYMAP( // Layer 0
ESC, 1, 2, 3, 4, 5, TRNS, TAB, Q, W, E, R, T, TRNS, LCTRL, A, S, D, F, G, LSFT, Z, X, C, V, B, TRNS, TRNS, TRNS, TRNS, TRNS, LGUI, TRNS, TRNS, TRNS, BSPC, DELETE, TRNS, TRNS, 6, 7, 8, 9, 0, , LBRC, Y, U, I, O, P, RBRC, H, J, K, L, SCLN, QUOT, TRNS, N, M, COMM, DOT, SLSH, RSFT, RGUI, LEFT, DOWN, UP, RGHT, TRNS, TRNS, TRNS, TRNS, ENT, SPC)
};
static const uint16_t PROGMEM fn_actions[] = {
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment