Skip to content

Instantly share code, notes, and snippets.

Created June 21, 2017 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1c3e7aec0c12827710594ecada57beeb to your computer and use it in GitHub Desktop.
Save anonymous/1c3e7aec0c12827710594ecada57beeb to your computer and use it in GitHub Desktop.
Layout
#include "keymap_common.h"
const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KEYMAP_EXT_ISO(
ESC, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, PSCR,SLCK,PAUS, NO,
NUBS, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, INS, HOME,PGUP, NLCK,PEQL,PSLS,PAST,
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,ENT, DEL, END, PGDN, P7, P8, P9, PMNS,
RCTL,A, S, D, F, G, H, J, M, L, SCLN,QUOT,NUHS, P4, P5, P6, PPLS,
LSFT,GRV,Z, X, C, V, B, N, K, COMM,DOT, SLSH, RSFT, UP, P1, P2, P3,
RCTL,LGUI,LALT, SPC, RGUI,RCTL, LEFT,DOWN,RGHT, P0, PDOT,PENT
),
};
const uint16_t PROGMEM fn_actions[] = {
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment