summaryrefslogtreecommitdiff
path: root/keyboards/rart/rart60/config.h
diff options
context:
space:
mode:
authorAlabahuy <rezzaadio@gmail.com>2022-10-03 13:35:43 +0700
committerGitHub <noreply@github.com>2022-10-03 07:35:43 +0100
commitf5e81681cd07750a7ec1c76a0326d5f87ef8ac5a (patch)
tree8250e257505aecba3980c3a7109a873fe56309a8 /keyboards/rart/rart60/config.h
parentcc1565f2a3e46f6f364f872962ced35aef5ddae8 (diff)
add rart60 (#18570)
* add rart60
Diffstat (limited to 'keyboards/rart/rart60/config.h')
-rw-r--r--keyboards/rart/rart60/config.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/keyboards/rart/rart60/config.h b/keyboards/rart/rart60/config.h
new file mode 100644
index 0000000000..a4d25fc51f
--- /dev/null
+++ b/keyboards/rart/rart60/config.h
@@ -0,0 +1,41 @@
+/*
+Copyright 2022 Alabahuy
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#pragma once
+
+/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
+#define LOCKING_SUPPORT_ENABLE
+
+/* Locking resynchronize hack */
+#define LOCKING_RESYNC_ENABLE
+
+#define LED_CAPS_LOCK_PIN GP19
+#define LED_PIN_ON_STATE 0
+
+/* disable debug print */
+//#define NO_DEBUG
+
+/* disable print */
+//#define NO_PRINT
+
+/* disable action features */
+//#define NO_ACTION_LAYER
+//#define NO_ACTION_TAPPING
+//#define NO_ACTION_ONESHOT
+
+#define BOOTMAGIC_LITE_ROW 0
+#define BOOTMAGIC_LITE_COLUMN 1