Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Feb 10, 2022
2 parents 9680819 + 628166a commit bc702fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions users/zigotica/rows.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.
*
* ,---------------------------------------. ,---------------------------------------.
* | | | | | | | | | | | |
* | ` ~ | W | D | P | F | | K | Y | U | Q | ' " |
* | ` ~ | W | D | P | F | | Q | L | U | Y | ' " |
* | | | | | | | | | | | |
* |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
* | | | | | | | | | | | |
* | H | R | S | T | G | | M | N | A | I | O |
* | alt | ctrl | shft | meta | | | | meta | shft | ctrl | alt |
* |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
* | | | | | | | | | | | |
* | B | X | C | V | [ { | | , < | L | Z | J | . > |
* | B | X | C | V | [ { | | , < | K | Z | J | . > |
* | | | | | TD ]} | | TD ; | | | | TD : |
* `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------.
* | | | | | |
Expand All @@ -45,9 +45,9 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.
#define _STENAI_L3 KC_B, KC_X, KC_C, KC_V, ZK_BRC
#define _STENAI_LT LT(_NUM, KC_TAB), LT(_NAV, KC_SPC)

#define _STENAI_R1 KC_K, KC_Y, KC_U, KC_Q, KC_QUOT
#define _STENAI_R1 KC_Q, KC_L, KC_U, KC_Y, KC_QUOT
#define _STENAI_R2 KC_M, RGUI_T(KC_N), RSFT_T(KC_A), RCTL_T(KC_I), RALT_T(KC_O)
#define _STENAI_R3 ZK_SEMI, KC_L, KC_Z, KC_J, ZK_COLON
#define _STENAI_R3 ZK_SEMI, KC_K, KC_Z, KC_J, ZK_COLON
#define _STENAI_RT LT(_SYM, KC_E), LT(_FN, KC_ENT)


Expand Down

0 comments on commit bc702fa

Please sign in to comment.