Browse Source

Yampad add missing includes for CONVERT_TO (#22237)

pull/22240/head
Dasky 6 months ago
committed by GitHub
parent
commit
20eb93e05c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      keyboards/yampad/keymaps/default/keymap.c
  2. +1
    -0
      keyboards/yampad/keymaps/via/keymap.c
  3. +1
    -0
      keyboards/yampad/yampad.c

+ 1
- 0
keyboards/yampad/keymaps/default/keymap.c View File

@ -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.


+ 1
- 0
keyboards/yampad/keymaps/via/keymap.c View File

@ -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.


+ 1
- 0
keyboards/yampad/yampad.c View File

@ -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…
Cancel
Save