summaryrefslogtreecommitdiff
path: root/keyboards/walletburner/cajal/keymaps/default_ortho/keymap.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-12-27 03:16:22 +0000
committerQMK Bot <hello@qmk.fm>2021-12-27 03:16:22 +0000
commit111ee6cb914bf37f8ffd396ab258c807f2341643 (patch)
treeeca258529e63663d397d4d5c3046dc80a5773a01 /keyboards/walletburner/cajal/keymaps/default_ortho/keymap.c
parentdaf71c8d37c040f7df4de82b0c32d004a715c001 (diff)
parente3073be4884c53bbd922477a83553d03f4eb7ebb (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/walletburner/cajal/keymaps/default_ortho/keymap.c')
-rw-r--r--keyboards/walletburner/cajal/keymaps/default_ortho/keymap.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/walletburner/cajal/keymaps/default_ortho/keymap.c b/keyboards/walletburner/cajal/keymaps/default_ortho/keymap.c
index 394a744e6d..87575e492f 100644
--- a/keyboards/walletburner/cajal/keymaps/default_ortho/keymap.c
+++ b/keyboards/walletburner/cajal/keymaps/default_ortho/keymap.c
@@ -47,6 +47,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};
+//Initialize indicator LEDs
+void matrix_init_user(void) {
+ setPinOutput(B5);
+ writePinLow(B5);
+ setPinOutput(B6);
+ writePinLow(B6);
+ setPinOutput(B7);
+ writePinLow(B7);
+}
layer_state_t layer_state_set_user(layer_state_t state) {
writePinLow(B7);