mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-22 00:14:38 +00:00
Add workaround to allow Sesame to work without atomic interactions (#17034)
This commit is contained in:
parent
f8a56cd638
commit
69f0fc5868
1 changed files with 3 additions and 0 deletions
|
@ -46,3 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
/* Bootmagic Lite key configuration */
|
/* Bootmagic Lite key configuration */
|
||||||
#define BOOTMAGIC_LITE_ROW 0
|
#define BOOTMAGIC_LITE_ROW 0
|
||||||
#define BOOTMAGIC_LITE_COLUMN 1
|
#define BOOTMAGIC_LITE_COLUMN 1
|
||||||
|
|
||||||
|
/* Workaround for https://github.com/qmk/qmk_firmware/issues/11389 */
|
||||||
|
#define IGNORE_ATOMIC_BLOCK
|
||||||
|
|
Loading…
Reference in a new issue