M keyboards/helix/rev3_4rows/config.h => keyboards/helix/rev3_4rows/config.h +0 -2
@@ 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
M keyboards/helix/rev3_4rows/keymaps/default/oled_display.c => keyboards/helix/rev3_4rows/keymaps/default/oled_display.c +2 -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,
M keyboards/helix/rev3_4rows/keymaps/via/oled_display.c => keyboards/helix/rev3_4rows/keymaps/via/oled_display.c +2 -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,
M keyboards/helix/rev3_5rows/config.h => keyboards/helix/rev3_5rows/config.h +0 -2
@@ 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
M keyboards/helix/rev3_5rows/keymaps/default/oled_display.c => keyboards/helix/rev3_5rows/keymaps/default/oled_display.c +2 -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,
M keyboards/helix/rev3_5rows/keymaps/via/oled_display.c => keyboards/helix/rev3_5rows/keymaps/via/oled_display.c +2 -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,