diff options
Diffstat (limited to 'keyboards/amj96/config.h')
-rw-r--r-- | keyboards/amj96/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/amj96/config.h b/keyboards/amj96/config.h index eaa33f6281..4a0eef0d99 100644 --- a/keyboards/amj96/config.h +++ b/keyboards/amj96/config.h @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -154,5 +153,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_ANIMATIONS #define RGBLED_NUM 16 #define RGB_DI_PIN D3 - -#endif |