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.
2017-02-07 12:36:25 -05:00

6 lines
102 B
C

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