summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k8_pro/ansi
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keychron/k8_pro/ansi')
-rw-r--r--keyboards/keychron/k8_pro/ansi/white/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keychron/k8_pro/ansi/white/config.h b/keyboards/keychron/k8_pro/ansi/white/config.h
index bf96d09309..57483be6b3 100644
--- a/keyboards/keychron/k8_pro/ansi/white/config.h
+++ b/keyboards/keychron/k8_pro/ansi/white/config.h
@@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#pragma once
+
#ifdef LED_MATRIX_ENABLE
/* LED matrix driver configuration */
# define DRIVER_COUNT 1
@@ -65,5 +67,4 @@
/* Set LED driver current */
# define CKLED2001_CURRENT_TUNE { 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60 }
-
#endif