From bd44c8e19b9dfeac8a6c9b2a5be6072320706dc8 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 12 Jun 2020 12:04:47 -0700 Subject: [PATCH] Update default Atreus firmware to make Fun-Bksp into Delete. --- examples/Devices/Keyboardio/Atreus/Atreus.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Devices/Keyboardio/Atreus/Atreus.ino b/examples/Devices/Keyboardio/Atreus/Atreus.ino index 3550b7ba..b57c4e07 100644 --- a/examples/Devices/Keyboardio/Atreus/Atreus.ino +++ b/examples/Devices/Keyboardio/Atreus/Atreus.ino @@ -72,7 +72,7 @@ KEYMAPS( Key_Exclamation ,Key_At ,Key_UpArrow ,Key_Dollar ,Key_Percent ,Key_LeftParen ,Key_LeftArrow ,Key_DownArrow ,Key_RightArrow ,Key_RightParen ,Key_LeftBracket ,Key_RightBracket ,Key_Hash ,Key_LeftCurlyBracket ,Key_RightCurlyBracket ,Key_Caret - ,TG(UPPER) ,Key_Insert ,Key_LeftGui ,Key_LeftShift ,Key_Backspace ,Key_LeftControl + ,TG(UPPER) ,Key_Insert ,Key_LeftGui ,Key_LeftShift ,Key_Delete ,Key_LeftControl ,Key_PageUp ,Key_7 ,Key_8 ,Key_9 ,Key_Backspace ,Key_PageDown ,Key_4 ,Key_5 ,Key_6 ,___