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.

actionmap_gherkin.c 466B

1234567891011121314151617
  1. #include "actionmap.h"
  2. #include "action_code.h"
  3. #include "actionmap_common.h"
  4. /*
  5. * Actions
  6. */
  7. const action_t PROGMEM actionmaps[][MATRIX_ROWS][MATRIX_COLS] = {
  8. [0] = ACTIONMAP( \
  9. 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, \
  10. Q, W, E, R, T, U, I, O, P, LBRC,\
  11. A, S, D, F, G, J, K, L, SCLN, QUOT,\
  12. C, V, N, M ),
  13. };