Browse Source

Add workaround to allow Sesame to work without matrix delay

pull/17034/head
Nick Krichevsky 1 year ago
parent
commit
80748677a0
No known key found for this signature in database GPG Key ID: A7567E699BE5AAE4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      keyboards/kb_elmo/sesame/config.h

+ 3
- 0
keyboards/kb_elmo/sesame/config.h View File

@ -46,3 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Bootmagic Lite key configuration */
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 1
/* Workaround for https://github.com/qmk/qmk_firmware/issues/11389 */
#define IGNORE_ATOMIC_BLOCK

Loading…
Cancel
Save