Skip to content

Commit

Permalink
[Keymap] Update andrebrait keymap for GMMK Pro (qmk#21668)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebrait authored and thismarvin committed Sep 27, 2023
1 parent ccb46bd commit 366c15f
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 171 deletions.
9 changes: 5 additions & 4 deletions keyboards/gmmk/pro/rev1/ansi/keymaps/andrebrait/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
#pragma once

#ifdef RGB_MATRIX_ENABLE
#define RGB_MATRIX_TIMEOUT 1200000 // 20 minutes (20 * 60 * 1000ms)
#define RGB_DISABLE_WHEN_USB_SUSPENDED
# define RGB_MATRIX_TIMEOUT 1200000 // 20 minutes (20 * 60 * 1000ms)
# define RGB_DISABLE_WHEN_USB_SUSPENDED
#endif

// Setting DEBOUNCE to 8 to be a little conservative due to issues with Glorious' proprietary hot-swap sockets
// A debounce of 8 represents a minimum key press time of just under 1 refresh at 120Hz
// Slightly higher than the default because we are using sym_eager_pk
#ifdef DEBOUNCE
#undef DEBOUNCE
# undef DEBOUNCE
#endif
#define DEBOUNCE 8

Expand Down
Loading

0 comments on commit 366c15f

Please sign in to comment.