Skip to content

Commit

Permalink
Add onekey keymap for testing reset to bootloader. (qmk#8288)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored and jakeisnt committed Aug 20, 2020
1 parent 3ccccec commit eeade0b
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 eeade0b

Please sign in to comment.