diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 11:44:07 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 11:44:07 +0000 |
commit | 6b21f8369e45999811ee8dab0f4809ced2833915 (patch) | |
tree | 264afd55f1c3731e2fb201d2bb297fc9559577d4 | |
parent | 6f1eca9c7b2e21f74b328bf3ebad4cf86e4866e5 (diff) | |
parent | 69f0fc5868ace01585741539da60d50840757561 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/kb_elmo/sesame/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/kb_elmo/sesame/config.h b/keyboards/kb_elmo/sesame/config.h index 5015cc87b9..4f40c62273 100644 --- a/keyboards/kb_elmo/sesame/config.h +++ b/keyboards/kb_elmo/sesame/config.h @@ -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 |