summaryrefslogtreecommitdiff
path: root/keyboards/nullbitsco/scramble/v1/v1.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nullbitsco/scramble/v1/v1.h')
-rw-r--r--keyboards/nullbitsco/scramble/v1/v1.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/nullbitsco/scramble/v1/v1.h b/keyboards/nullbitsco/scramble/v1/v1.h
new file mode 100644
index 0000000000..5dc6d4a0e8
--- /dev/null
+++ b/keyboards/nullbitsco/scramble/v1/v1.h
@@ -0,0 +1,18 @@
+// Copyright 2022 Jay Greco
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include "scramble.h"
+
+// Indication LED settings
+#define LED_ON 2
+#define LED_DIM 1
+#define LED_OFF 0
+
+#define GPIO_STATE_LOW 0
+#define GPIO_STATE_HIGH 1
+
+#define PIN_LED B2
+
+void set_scramble_LED(uint8_t mode);