diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-25 17:03:36 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-25 17:03:36 -0800 |
commit | d7e3d718d0bd0225c8f2887561cd483461c0a04c (patch) | |
tree | b882630471cefdc396f80b46e222a266b9bd6490 /keyboards/1upkeyboards/sweet16/config.h | |
parent | da5e9043061ae3baadc7922acddf15dc92bffb7b (diff) |
Some minor refactoring of boards in 1upkeyboards directory (#5236)
* use #pragma once
* get rid of code for unused indicators
* pragma once and other small fixes for consistency
* use #pragma once
* pragma once and other small fixes for consistency
* add a short blurb to the readme
* turn on compiler optimization flags
* remove the compiler optimization
* remove compiler optimization for super16
Diffstat (limited to 'keyboards/1upkeyboards/sweet16/config.h')
-rw-r--r-- | keyboards/1upkeyboards/sweet16/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/1upkeyboards/sweet16/config.h b/keyboards/1upkeyboards/sweet16/config.h index eedd3708f2..b05b577400 100644 --- a/keyboards/1upkeyboards/sweet16/config.h +++ b/keyboards/1upkeyboards/sweet16/config.h @@ -1,5 +1,4 @@ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -47,4 +46,3 @@ #define RGBLIGHT_VAL_STEP 8 #endif -#endif |