Last active
August 27, 2016 11:16
-
-
Save exentio/8d6e5fe3d54124ee5f60ce6e5c27ad23 to your computer and use it in GitHub Desktop.
GH60 Exentio Layout for TMK Firmware - ANSI variant
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "keymap_common.h" | |
const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |
/* 0: QWERTY */ | |
KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, \ | |
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \ | |
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, NO, ENT, \ | |
LSFT,NO, Z, X, C, V, B, N, M, COMM,DOT, SLSH, NO, UP, \ | |
LCTL,LGUI,LALT, SPC, NO, FN0, LEFT, DOWN, RGHT), | |
/* 1: FN */ | |
KEYMAP( GRV, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, DEL, \ | |
TRNS, NO, NO, NO, NO, NO, NO, NO, NO, NO, NO, PSCR, INS, NO, \ | |
TRNS, NO, NO, NO, NO, NO, NO, NO, NO, NO, PGUP, PGDN, NO, NO, \ | |
TRNS, NO, NO, NO, NO, NO, NO, NO, NO, HOME, END, MPLY, NO, NO, \ | |
TRNS, TRNS, TRNS, NO, NO, FN0, NO, NO, DEL), | |
}; | |
const uint16_t PROGMEM fn_actions[] = { | |
[0] = ACTION_LAYER_MOMENTARY(1), | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment