aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/rev6/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/rev6/config.h')
-rw-r--r--keyboards/planck/rev6/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/planck/rev6/config.h b/keyboards/planck/rev6/config.h
index bae075de1..aa70d46a8 100644
--- a/keyboards/planck/rev6/config.h
+++ b/keyboards/planck/rev6/config.h
@@ -15,8 +15,7 @@
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#ifndef REV6_CONFIG_H 18#pragma once
19#define REV6_CONFIG_H
20 19
21/* USB Device descriptor parameter */ 20/* USB Device descriptor parameter */
22#define PRODUCT_ID 0xA4F9 21#define PRODUCT_ID 0xA4F9
@@ -121,5 +120,3 @@
121#define WS2812_DMA_CHANNEL 2 120#define WS2812_DMA_CHANNEL 2
122 121
123#define RGB_DISABLE_WHEN_USB_SUSPENDED 122#define RGB_DISABLE_WHEN_USB_SUSPENDED
124
125#endif