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.
2018-01-16 02:15:21 -05:00

5 lines
100 B
C

#include "_xmega.h"
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KEYMAP(KC_A)
};