summaryrefslogtreecommitdiffstats
path: root/keyboards/dtisaac
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-11-29 08:21:44 +0000
committerQMK Bot <hello@qmk.fm>2021-11-29 08:21:44 +0000
commit9215edde669a3459319352d49b94041f3283a15e (patch)
tree0fea7fbe6d34c0dbeab4cde56eb15bc73afa3912 /keyboards/dtisaac
parent9d0373779c90501a39b520c79e07bdf981162ad7 (diff)
parentbcf2632a29059b5ca71dec19e3ad96c7637ac9ff (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/dtisaac')
-rw-r--r--keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c b/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c
index 19fcb7868e..3edc5cfab7 100644
--- a/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c
+++ b/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c
@@ -67,3 +67,8 @@ void rgb_matrix_indicators_user(void)
rgb_matrix_set_color(22, 200, 0, 200);
}
}
+
+void keyboard_pre_init_user(void) {
+ setPinOutput(B5);
+ writePinLow(B5);
+} \ No newline at end of file