Skip to content

Commit

Permalink
Yampad add missing includes for CONVERT_TO (#22237)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskygit authored Oct 9, 2023
1 parent 3665ae0 commit 20eb93e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/yampad/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions keyboards/yampad/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions keyboards/yampad/yampad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 20eb93e

Please sign in to comment.