mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-08 00:24:16 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
6c7cf961c0
2 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
// Defines names for use in layer keycodes and the keymap
|
||||
enum layer_names {
|
||||
_QWERTY = 0,
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
// Defines names for use in layer keycodes and the keymap
|
||||
enum layer_names {
|
||||
_QWERTY = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue