diff options
author | fauxpark <fauxpark@gmail.com> | 2019-09-08 01:24:19 +1000 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-09-26 10:08:39 +0900 |
commit | d179863d2eb75d9b670a9a4f248244774dfbf007 (patch) | |
tree | 7fe76d936b9148310839cbd6a014d22046c9950a /keyboards/handwired/onekey/pytest/templates/keymap.c | |
parent | 89104e0d2d9b8880e2c43f7668876b24d2c1b06a (diff) |
Add 328P to mcu_selection.mk (#6682)
Diffstat (limited to 'keyboards/handwired/onekey/pytest/templates/keymap.c')
-rw-r--r-- | keyboards/handwired/onekey/pytest/templates/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/onekey/pytest/templates/keymap.c b/keyboards/handwired/onekey/pytest/templates/keymap.c deleted file mode 100644 index d355210c47..0000000000 --- a/keyboards/handwired/onekey/pytest/templates/keymap.c +++ /dev/null @@ -1 +0,0 @@ -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {__KEYMAP_GOES_HERE__}; |