Skip to content

Commit

Permalink
comments: uniform section headers; only one level
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Oct 2, 2023
1 parent 8a6118e commit 2611763
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
14 changes: 4 additions & 10 deletions engram.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@

behaviors {

//////////////////////////////////////////////////////////////////
//
// Miryoku layers and home row mods (ported from my QMK endgame)
// - https://sunaku.github.io/home-row-mods.html#porting-to-zmk
// - https://github.com/urob/zmk-config#timeless-homerow-mods
//
//----------------------------------------------------------------
// homey fingers (pinky, ring, middle)
//----------------------------------------------------------------
//////////////////////////////////////////////////////////////////
//
// HOMEY_HOLDING_TYPE defines the flavor of ZMK hold-tap behavior to use
// for the pinky, ring, and middle fingers (which are assigned to Super,
Expand All @@ -45,9 +44,6 @@ behaviors {
//
#define HOMEY_STREAK_DECAY 170 // global-quick-tap-ms
//
//----------------------------------------------------------------
// index fingers
//----------------------------------------------------------------
//
// INDEX_HOLDING_TYPE defines the flavor of ZMK hold-tap behavior to use
// for index fingers (which Miryoku assigns to Shift) on home row keys.
Expand Down Expand Up @@ -79,10 +75,6 @@ behaviors {
//
#define INDEX_STREAK_DECAY 70 // global-quick-tap-ms
//
//----------------------------------------------------------------
// thumbs
//----------------------------------------------------------------
//
// THUMB_HOLDING_TYPE defines the flavor of ZMK hold-tap behavior to use
// for the thumbs (which are assigned to 6 layers in the Miryoku system).
//
Expand Down Expand Up @@ -380,8 +372,10 @@ behaviors {
macros {

//////////////////////////////////////////////////////////////////
//
// Approximation of Pascal Getreuer's Select Word macro from QMK
// - https://getreuer.info/posts/keyboards/select-word/index.html
//
//////////////////////////////////////////////////////////////////
//
// SELECT_WORD_DELAY defines how long the macro waits (milliseconds)
Expand Down
14 changes: 4 additions & 10 deletions engrammer.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@

behaviors {

//////////////////////////////////////////////////////////////////
//
// Miryoku layers and home row mods (ported from my QMK endgame)
// - https://sunaku.github.io/home-row-mods.html#porting-to-zmk
// - https://github.com/urob/zmk-config#timeless-homerow-mods
//
//----------------------------------------------------------------
// homey fingers (pinky, ring, middle)
//----------------------------------------------------------------
//////////////////////////////////////////////////////////////////
//
// HOMEY_HOLDING_TYPE defines the flavor of ZMK hold-tap behavior to use
// for the pinky, ring, and middle fingers (which are assigned to Super,
Expand All @@ -45,9 +44,6 @@ behaviors {
//
#define HOMEY_STREAK_DECAY 170 // global-quick-tap-ms
//
//----------------------------------------------------------------
// index fingers
//----------------------------------------------------------------
//
// INDEX_HOLDING_TYPE defines the flavor of ZMK hold-tap behavior to use
// for index fingers (which Miryoku assigns to Shift) on home row keys.
Expand Down Expand Up @@ -79,10 +75,6 @@ behaviors {
//
#define INDEX_STREAK_DECAY 70 // global-quick-tap-ms
//
//----------------------------------------------------------------
// thumbs
//----------------------------------------------------------------
//
// THUMB_HOLDING_TYPE defines the flavor of ZMK hold-tap behavior to use
// for the thumbs (which are assigned to 6 layers in the Miryoku system).
//
Expand Down Expand Up @@ -248,8 +240,10 @@ behaviors {
macros {

//////////////////////////////////////////////////////////////////
//
// Approximation of Pascal Getreuer's Select Word macro from QMK
// - https://getreuer.info/posts/keyboards/select-word/index.html
//
//////////////////////////////////////////////////////////////////
//
// SELECT_WORD_DELAY defines how long the macro waits (milliseconds)
Expand Down

0 comments on commit 2611763

Please sign in to comment.