Skip to content

Commit

Permalink
onkey: Fix keymap.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Oct 8, 2016
1 parent 8b509aa commit cb94808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboard/onekey/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "keymap.h"


static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
{{KC_A}},
};

/*
* Fn action definition
*/
static const action_t PROGMEM fn_actions[] = {
const action_t PROGMEM fn_actions[] = {
};

0 comments on commit cb94808

Please sign in to comment.