Change keyboard level include guards to pragma once
(#14248)
* Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
This commit is contained in:
parent
971d36bb9e
commit
41c50bb653
308 changed files with 3520 additions and 4568 deletions
|
@ -1,5 +1,4 @@
|
|||
#ifndef CONFIG_USER_H
|
||||
#define CONFIG_USER_H
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
|
@ -12,7 +11,7 @@
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef LIGHT_CONFIG_H
|
||||
#ifndef KEYBOARD_planck_light
|
||||
#define BACKLIGHT_BREATHING
|
||||
#endif
|
||||
#define TAPPING_TERM 150
|
||||
|
@ -39,5 +38,3 @@
|
|||
|
||||
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
|
||||
//#define MIDI_TONE_KEYCODE_OCTAVES 2
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue