forked from mirrors/qmk_userspace
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
0e5f7ac3ba
4 changed files with 5 additions and 2 deletions
|
@ -22,6 +22,7 @@ SOFTWARE.
|
|||
*/
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
#include <stdio.h>
|
||||
|
||||
// Each layer gets a name for readability, which is then used in the keymap matrix below.
|
||||
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
|
||||
|
|
|
@ -22,6 +22,7 @@ SOFTWARE.
|
|||
*/
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
#include <stdio.h>
|
||||
|
||||
// Each layer gets a name for readability, which is then used in the keymap matrix below.
|
||||
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "quantum.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(OLED_ENABLE)
|
||||
oled_rotation_t oled_init_kb(oled_rotation_t rotation) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue