Skip to content

Commit

Permalink
Revert "fix code block macro name in combo"
Browse files Browse the repository at this point in the history
This reverts commit 754a0e2.
  • Loading branch information
JeffDess committed Dec 20, 2023
1 parent 754a0e2 commit 2b87b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behaviors/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ZMK_COMBO(fat_arrow, &FAT_ARROW, LM1 LM2, SYM)
ZMK_COMBO(arrow, &ARROW, LB1 LB2, SYM)

// Markdown Code Block Fence - Right index & middle fingers on top row, active on symbol layer
ZMK_COMBO(code_block, &CODE_BLOCK, RT1 RT2, SYM)
ZMK_COMBO(code_block, &MDCB, RT1 RT2, SYM)

// Lesser than or Equal - active on symbol layer
ZMK_COMBO(lte, &LTE, RB1 RB2, SYM)
Expand Down

0 comments on commit 2b87b0a

Please sign in to comment.