This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2016-06-29 20:21:05 -04:00

6 lines
100 B
C

#include "onekey.h"
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
{ KC_A }
};