X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fjj4x4%2Fconfig.h;h=3ecdc06eaeecfe53422535faf9fc8898a27c8878;hb=6fcc6538c71abd649ff8c8ac60b190ebd26f3b61;hp=d48df5f1dbbe2eb6a54c6e46896d0794095cfa37;hpb=b2ee290c9f506e42dd9c4577c8147646c405aeb0;p=qmk_firmware.git diff --git a/keyboards/jj4x4/config.h b/keyboards/jj4x4/config.h index d48df5f1d..3ecdc06ea 100644 --- a/keyboards/jj4x4/config.h +++ b/keyboards/jj4x4/config.h @@ -15,10 +15,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#pragma once + #include "config_common.h" -#ifndef CONFIG_H -#define CONFIG_H #define VENDOR_ID 0x20A0 #define PRODUCT_ID 0x422D @@ -49,5 +49,3 @@ along with this program. If not, see . #define RGBLED_NUM 5 #define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0. #define RGBLIGHT_ANIMATIONS - -#endif