Keyboard firmwares for Atmel AVR and Cortex-M
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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