qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit a954a72103075aa072db3d783cd411de7ff0cbfd
parent f3a7cd557376d98003931cac347520d7f5bbf64b
Author: QMK Bot <hello@qmk.fm>
Date:   Thu, 27 Jul 2023 15:28:58 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mkeyboards/helix/rev3_4rows/config.h | 2--
Mkeyboards/helix/rev3_4rows/keymaps/default/oled_display.c | 2++
Mkeyboards/helix/rev3_4rows/keymaps/via/oled_display.c | 2++
Mkeyboards/helix/rev3_5rows/config.h | 2--
Mkeyboards/helix/rev3_5rows/keymaps/default/oled_display.c | 2++
Mkeyboards/helix/rev3_5rows/keymaps/via/oled_display.c | 2++
6 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/keyboards/helix/rev3_4rows/config.h b/keyboards/helix/rev3_4rows/config.h @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include <stdio.h> - /* key matrix size */ #define MATRIX_ROWS 8 #define MATRIX_COLS 7 diff --git a/keyboards/helix/rev3_4rows/keymaps/default/oled_display.c b/keyboards/helix/rev3_4rows/keymaps/default/oled_display.c @@ -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, diff --git a/keyboards/helix/rev3_4rows/keymaps/via/oled_display.c b/keyboards/helix/rev3_4rows/keymaps/via/oled_display.c @@ -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, diff --git a/keyboards/helix/rev3_5rows/config.h b/keyboards/helix/rev3_5rows/config.h @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include <stdio.h> - /* key matrix size */ #define MATRIX_ROWS 10 #define MATRIX_COLS 7 diff --git a/keyboards/helix/rev3_5rows/keymaps/default/oled_display.c b/keyboards/helix/rev3_5rows/keymaps/default/oled_display.c @@ -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, diff --git a/keyboards/helix/rev3_5rows/keymaps/via/oled_display.c b/keyboards/helix/rev3_5rows/keymaps/via/oled_display.c @@ -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,