diff options
Diffstat (limited to 'keyboards/georgi/sten.c')
-rw-r--r-- | keyboards/georgi/sten.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/georgi/sten.c b/keyboards/georgi/sten.c index 197abaf92f..c7469b6394 100644 --- a/keyboards/georgi/sten.c +++ b/keyboards/georgi/sten.c @@ -253,7 +253,7 @@ uint32_t processFakeSteno(bool lookup) { P( RB, SEND(KC_K);); P( RG, SEND(KC_L);); P( RS, SEND(KC_SCLN);); - P( RZ, SEND(KC_COMM);); + P( RZ, SEND(KC_QUOT);); P( LNO, SEND(KC_1);); P( RNO, SEND(KC_1);); |