diff options
author | ishtob <ishtob@gmail.com> | 2019-04-16 17:49:24 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-16 14:49:24 -0700 |
commit | 0a6beab2243cd9183127041917bb4c3ce6a22bd9 (patch) | |
tree | 401db7e3c05d2929fa4a73cdd5d14e50ae32fd5c /keyboards/hadron/ver3/halconf.h | |
parent | 93b7fccad65aa4c12b37bc3d1a507ae909511587 (diff) | |
download | qmk_firmware-0a6beab2243cd9183127041917bb4c3ce6a22bd9.tar.gz qmk_firmware-0a6beab2243cd9183127041917bb4c3ce6a22bd9.zip |
[Keyboard] Hadron keymap and config updates (#5632)
* update hadron keymaps, code cleanup
* keymap update
* refactor custom matrix to use quantum matrix defines
* fix wrong pin for matrix
Diffstat (limited to 'keyboards/hadron/ver3/halconf.h')
-rw-r--r-- | keyboards/hadron/ver3/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hadron/ver3/halconf.h b/keyboards/hadron/ver3/halconf.h index c3e0cbb728..a14ace02b4 100644 --- a/keyboards/hadron/ver3/halconf.h +++ b/keyboards/hadron/ver3/halconf.h @@ -111,7 +111,7 @@ * @brief Enables the PWM subsystem. */ #if !defined(HAL_USE_PWM) || defined(__DOXYGEN__) -#define HAL_USE_PWM FALSE +#define HAL_USE_PWM TRUE #endif /** |