Skip to content

Commit

Permalink
Add onekey keymap for testing reset to bootloader. (#8288)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Mar 1, 2020
1 parent c543ccf commit 78069d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions keyboards/handwired/onekey/keymaps/reset/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT( RESET )
};

0 comments on commit 78069d4

Please sign in to comment.