Keyboard firmwares for Atmel AVR and Cortex-M
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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. };