diff options
Diffstat (limited to 'keyboards/jj4x4/config.h')
| -rw-r--r-- | keyboards/jj4x4/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
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 | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #pragma once | ||
| 19 | |||
| 18 | #include "config_common.h" | 20 | #include "config_common.h" |
| 19 | 21 | ||
| 20 | #ifndef CONFIG_H | ||
| 21 | #define CONFIG_H | ||
| 22 | 22 | ||
| 23 | #define VENDOR_ID 0x20A0 | 23 | #define VENDOR_ID 0x20A0 |
| 24 | #define PRODUCT_ID 0x422D | 24 | #define PRODUCT_ID 0x422D |
| @@ -49,5 +49,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | #define RGBLED_NUM 5 | 49 | #define RGBLED_NUM 5 |
| 50 | #define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0. | 50 | #define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0. |
| 51 | #define RGBLIGHT_ANIMATIONS | 51 | #define RGBLIGHT_ANIMATIONS |
| 52 | |||
| 53 | #endif | ||
