From 1f87adf03ffc4aa48b374f51e41968de6fc69414 Mon Sep 17 00:00:00 2001 From: pesceWanda Date: Wed, 6 Jul 2016 15:43:32 -0400 Subject: [PATCH] error in del key --- keymapper.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymapper.ino b/keymapper.ino index e519f2f..a394eef 100644 --- a/keymapper.ino +++ b/keymapper.ino @@ -329,7 +329,7 @@ uint8_t dvorak_changer (uint8_t ch, uint8_t mod) case 0x29: // ESC --> `¬ return 0x35; case 0x4C: // DEL --> / - return 0x54; + return 0x31; case 0x49: // INS --> BEGIN END if (mod == 2) { return 0x5D ;