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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

keymap_50key.c 457B

1234567891011121314151617
  1. #include "keymap_common.h"
  2. const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  3. KEYMAP_50(
  4. F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, \
  5. 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, \
  6. Q, W, E, R, T, Y, U, I, O, P, \
  7. A, S, D, F, G, H, J, K, L, SCLN, \
  8. Z, X, C, V, B, N, M, COMM,DOT, SLSH \
  9. ),
  10. };
  11. const uint16_t PROGMEM fn_actions[] = {
  12. };