Add onekey keymap for testing reset to bootloader. (#8288)

This commit is contained in:
Nick Brassel 2020-03-02 09:36:17 +11:00 committed by GitHub
parent c543ccf07c
commit 78069d4826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT( RESET )
};