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 574B

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