diff options
Diffstat (limited to 'keyboards/helix/rev3_5rows/keymaps/five_rows/config.h')
| -rw-r--r-- | keyboards/helix/rev3_5rows/keymaps/five_rows/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/helix/rev3_5rows/keymaps/five_rows/config.h b/keyboards/helix/rev3_5rows/keymaps/five_rows/config.h index b9961f5c4..e1c124f41 100644 --- a/keyboards/helix/rev3_5rows/keymaps/five_rows/config.h +++ b/keyboards/helix/rev3_5rows/keymaps/five_rows/config.h | |||
| @@ -29,7 +29,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | see tmk_core/common/action_tapping.c */ | 29 | see tmk_core/common/action_tapping.c */ |
| 30 | 30 | ||
| 31 | #undef OLED_UPDATE_INTERVAL | 31 | #undef OLED_UPDATE_INTERVAL |
| 32 | #define OLED_UPDATE_INTERVAL 50 | 32 | #ifdef DEBUG_MATRIX_SCAN_RATE |
| 33 | # define OLED_UPDATE_INTERVAL 500 | ||
| 34 | #else | ||
| 35 | # define OLED_UPDATE_INTERVAL 50 | ||
| 36 | #endif | ||
| 33 | 37 | ||
| 34 | // place overrides here | 38 | // place overrides here |
| 35 | 39 | ||
