keymap.c 100 B

12345
  1. #include "onekey.h"
  2. const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  3. { KC_A }
  4. };