summaryrefslogtreecommitdiff
path: root/keyboards/technika
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-21 12:04:11 +1100
committerGitHub <noreply@github.com>2022-10-20 18:04:11 -0700
commit1cb1a5a3744dc569fbe25c44004d860241fd26b1 (patch)
tree28458032fe72c29de102eec74956a25b6a6549a1 /keyboards/technika
parentd192d70327db7e91f0798e63e61472f1117e7ae5 (diff)
Remove legacy Grave Escape keycodes (#18787)
Diffstat (limited to 'keyboards/technika')
-rwxr-xr-xkeyboards/technika/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/technika/keymaps/default/keymap.c b/keyboards/technika/keymaps/default/keymap.c
index b95b15488d..763115a22e 100755
--- a/keyboards/technika/keymaps/default/keymap.c
+++ b/keyboards/technika/keymaps/default/keymap.c
@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
- KC_GESC, KC_Q , KC_W , KC_E , KC_R , KC_T , KC_Y , KC_U , KC_I , KC_O , KC_P , KC_P7 , KC_P8 , KC_P9 ,
+ QK_GESC, KC_Q , KC_W , KC_E , KC_R , KC_T , KC_Y , KC_U , KC_I , KC_O , KC_P , KC_P7 , KC_P8 , KC_P9 ,
KC_TAB , KC_A , KC_S , KC_D , KC_F , KC_G , KC_H , KC_J , KC_K , KC_L , KC_ENT , KC_P4 , KC_P5 , KC_P6 ,
KC_LSFT, KC_Z , KC_X , KC_C , KC_V , KC_B , KC_N , KC_M , KC_COMM, KC_RSFT, MO(1) , KC_P3 , KC_P2 , KC_P1 ,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC , KC_SPC , KC_SPC , KC_RALT, KC_RGUI, KC_RCTL, KC_BSPC, KC_P0 , KC_P0 , KC_PDOT ),