1
0
Fork 0

[Keyboard] Fix error_log complaint about handwired/onekey layout macro (#9263)

This commit is contained in:
Ryan 2020-06-08 15:49:18 +10:00 committed by GitHub
parent d7523c1260
commit 407d6a2b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 44 additions and 50 deletions

View file

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