Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

keymap_plain.c 562B

123456789101112
  1. #include "keymap_common.h"
  2. const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  3. /* 0: qwerty */
  4. KEYMAP_AEK( \
  5. GRV, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, \
  6. TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
  7. CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT,ENT, \
  8. LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH,RSFT, \
  9. LCTL,LGUI,LALT, SPC, RALT,RGUI,RCTL),
  10. };
  11. const uint16_t PROGMEM fn_actions[] = {};