~ruther/qmk_firmware

1e07ff1fb108a305feca659b17ec03ba3e750455 — Ryan 2 years ago fa4dfb5
Fix some more missing `#pragma once`s (#20241)

M keyboards/25keys/cassette42/common/oled_helper.h => keyboards/25keys/cassette42/common/oled_helper.h +2 -0
@@ 1,3 1,5 @@
#pragma once

#ifdef OLED_ENABLE

void render_logo(void);

M keyboards/doio/kb16/lib/bongocat/bongocat.h => keyboards/doio/kb16/lib/bongocat/bongocat.h +2 -0
@@ 14,4 14,6 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

void render_bongocat(void);

M keyboards/doio/kb16/lib/layer_status/layer_status.h => keyboards/doio/kb16/lib/layer_status/layer_status.h +2 -0
@@ 15,4 15,6 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

void render_layer_status(void);

M keyboards/doio/kb16/lib/logo.h => keyboards/doio/kb16/lib/logo.h +2 -0
@@ 15,4 15,6 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

void render_logo(void);

M keyboards/gboards/engine/keymap_engine.h => keyboards/gboards/engine/keymap_engine.h +2 -0
@@ 7,6 7,8 @@
 * With this disgusting bodge, you can just edit your .defs and compile!
 */

#pragma once

// Clear all X Macros
#define PRES BLANK
#define KEYS BLANK

M keyboards/gboards/g/config_default.h => keyboards/gboards/g/config_default.h +2 -0
@@ 1,3 1,5 @@
#pragma once

#include "engine.h"

// Configuration options for the engine

M keyboards/gboards/g/keymap_combo.h => keyboards/gboards/g/keymap_combo.h +2 -0
@@ 1,3 1,5 @@
#pragma once

// Keymap helpers
// define reference layers per layer.
#define REF_LAYER_FOR_LAYER(LAYER, REF_LAYER)   \

M keyboards/gboards/g/keymap_engine.h => keyboards/gboards/g/keymap_engine.h +3 -0
@@ 6,6 6,9 @@
 * using a external generator (Like is done for the ASETNIOP base keymaps)
 * With this disgusting bodge, you can just edit your .defs and compile!
 */

#pragma once

#include "g/engine.h"

// Clear all X Macros

M keyboards/gopolar/gg86/lib/logo.h => keyboards/gopolar/gg86/lib/logo.h +2 -0
@@ 14,4 14,6 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

void render_logo(void);

M keyboards/gopolar/gg86/lib/wave.h => keyboards/gopolar/gg86/lib/wave.h +2 -0
@@ 15,6 15,8 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

extern const unsigned char font[] PROGMEM;

#define ROW_1 OLED_DISPLAY_WIDTH

M keyboards/handwired/d48/taphold.h => keyboards/handwired/d48/taphold.h +2 -0
@@ 1,3 1,5 @@
#pragma once

#include "quantum.h"

typedef enum taphold_mode_t {

M keyboards/handwired/promethium/color.h => keyboards/handwired/promethium/color.h +2 -0
@@ 1,3 1,5 @@
#pragma once

#define COLOR_BLANK       0, 0, 0

#define COLOR_BLACK       0, 0, 0

M keyboards/handwired/promethium/rgbsps.h => keyboards/handwired/promethium/rgbsps.h +2 -0
@@ 1,3 1,5 @@
#pragma once

void rgbsps_set(uint8_t index, uint8_t r, uint8_t g, uint8_t b);
void rgbsps_setall(uint8_t r, uint8_t g, uint8_t b);
void rgbsps_turnoff(void);

M keyboards/handwired/symmetric70_proto/matrix_fast/test_config.h => keyboards/handwired/symmetric70_proto/matrix_fast/test_config.h +2 -0
@@ 1,3 1,5 @@
#pragma once

// list of OUTPUT(row) ports
#define MATRIX_OUT_PORTS (Port_D, MCU_GPIO, D0), (Port_C, MCU_GPIO, C0), (Port_E, MCU_GPIO, E0), (Port_B, MCU_GPIO, B0)
// list of OUTPUT(row) pins

M keyboards/handwired/symmetric70_proto/matrix_fast/test_config_74hc157.h => keyboards/handwired/symmetric70_proto/matrix_fast/test_config_74hc157.h +2 -0
@@ 1,3 1,5 @@
#pragma once

#define MATRIX_EXTENSION_74HC157 B2
// #define MATRIX_EXTENSION_74HC153 B2, B6


M keyboards/handwired/symmetric70_proto/matrix_fast/test_config_direct.h => keyboards/handwired/symmetric70_proto/matrix_fast/test_config_direct.h +2 -0
@@ 1,3 1,5 @@
#pragma once

#if defined(__AVR__)
/* -------------------- AVR (Pro Micro) ----------------------- */


M keyboards/hhkb/rn42/suart.h => keyboards/hhkb/rn42/suart.h +1 -4
@@ 1,8 1,5 @@
#ifndef SUART
#define SUART
#pragma once

void xmit(uint8_t);
uint8_t rcvr(void);
uint8_t recv(void);

#endif	/* SUART */

M keyboards/horrortroll/handwired_k552/lib/bongocat.h => keyboards/horrortroll/handwired_k552/lib/bongocat.h +2 -0
@@ 14,4 14,6 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

void render_bongocat(void);

M keyboards/horrortroll/handwired_k552/lib/galaxy.h => keyboards/horrortroll/handwired_k552/lib/galaxy.h +2 -0
@@ 14,4 14,6 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

void render_galaxy(void);

M keyboards/horrortroll/handwired_k552/lib/logo.h => keyboards/horrortroll/handwired_k552/lib/logo.h +2 -0
@@ 14,4 14,6 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

void render_logo(void);

M keyboards/horrortroll/lemon40/lib/bongocat.h => keyboards/horrortroll/lemon40/lib/bongocat.h +2 -0
@@ 14,4 14,6 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

void render_bongocat(void);

M keyboards/marksard/rhymestone/common/oled_helper.h => keyboards/marksard/rhymestone/common/oled_helper.h +2 -0
@@ 1,3 1,5 @@
#pragma once

#include <stdint.h>
#include "action.h"


M keyboards/marksard/treadstone48/common/oled_helper.h => keyboards/marksard/treadstone48/common/oled_helper.h +2 -0
@@ 1,3 1,5 @@
#pragma once

#ifdef OLED_ENABLE

#include <stdint.h>

M keyboards/work_louder/rgb_functions.h => keyboards/work_louder/rgb_functions.h +2 -0
@@ 14,6 14,8 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

#include "quantum.h"

#ifndef VIA_ENABLE

M keyboards/yushakobo/quick17/quick17_prefs.h => keyboards/yushakobo/quick17/quick17_prefs.h +2 -0
@@ 14,6 14,8 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

#include "quantum.h"

enum layer_names {