]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
capslock led fix for clueboard 60
authorskullY <skullydazed@gmail.com>
Fri, 15 Dec 2017 07:02:49 +0000 (23:02 -0800)
committerskullY <skullydazed@gmail.com>
Fri, 22 Dec 2017 17:49:14 +0000 (09:49 -0800)
keyboards/clueboard/60/boards/GENERIC_STM32_F303XC/board.h

index 145d569f09a68c551b910d10046a99ef591fe275..7405c0ea905e98944a88ef9f6f2b1921db2832fb 100644 (file)
                                      PIN_PUPDR_PULLUP(GPIOB_PIN4) |         \
                                      PIN_PUPDR_PULLUP(GPIOB_PIN5) |         \
                                      PIN_PUPDR_FLOATING(GPIOB_PIN6) |   \
-                                     PIN_PUPDR_PULLUP(GPIOB_PIN7) |   \
+                                     PIN_PUPDR_PULLDOWN(GPIOB_PIN7) |   \
                                      PIN_PUPDR_PULLUP(GPIOB_PIN8) |         \
                                      PIN_PUPDR_PULLUP(GPIOB_PIN9) |         \
                                      PIN_PUPDR_PULLUP(GPIOB_PIN10) |        \
                                      PIN_ODR_HIGH(GPIOB_PIN4) |             \
                                      PIN_ODR_HIGH(GPIOB_PIN5) |             \
                                      PIN_ODR_HIGH(GPIOB_PIN6) |         \
-                                     PIN_ODR_HIGH(GPIOB_PIN7) |         \
+                                     PIN_ODR_LOW(GPIOB_PIN7) |         \
                                      PIN_ODR_HIGH(GPIOB_PIN8) |             \
                                      PIN_ODR_HIGH(GPIOB_PIN9) |             \
                                      PIN_ODR_HIGH(GPIOB_PIN10) |            \