summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-10-09 22:17:19 +0000
committerQMK Bot <hello@qmk.fm>2023-10-09 22:17:19 +0000
commit0e5f7ac3ba8320299d52ccb38e3941c4e2b0d4ce (patch)
tree7c62e320b370a307936bd2e417c96104c1ee7468 /keyboards
parent81d69a5798e4cebf75f7c6b5ab16c5ecb19f2ae2 (diff)
parent509a2b40b798fd79a9d78b65e4daeb78cecf17ea (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/yampad/keymaps/default/keymap.c1
-rw-r--r--keyboards/yampad/keymaps/via/keymap.c1
-rw-r--r--keyboards/yampad/yampad.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/yampad/keymaps/default/keymap.c b/keyboards/yampad/keymaps/default/keymap.c
index f54d4f33b0..61e6d8ff74 100644
--- a/keyboards/yampad/keymaps/default/keymap.c
+++ b/keyboards/yampad/keymaps/default/keymap.c
@@ -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.
diff --git a/keyboards/yampad/keymaps/via/keymap.c b/keyboards/yampad/keymaps/via/keymap.c
index f54d4f33b0..61e6d8ff74 100644
--- a/keyboards/yampad/keymaps/via/keymap.c
+++ b/keyboards/yampad/keymaps/via/keymap.c
@@ -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.
diff --git a/keyboards/yampad/yampad.c b/keyboards/yampad/yampad.c
index 45b0c42484..94eac85089 100644
--- a/keyboards/yampad/yampad.c
+++ b/keyboards/yampad/yampad.c
@@ -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) {