Skip to content

Commit

Permalink
rename folder to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Dec 16, 2023
1 parent 60ecda3 commit deb747a
Show file tree
Hide file tree
Showing 23 changed files with 20 additions and 20 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a WIP layout based on Colemak DHm that includes Spanish accents, and com

- Keyboard
- [Windows](docs/windows.md)
- [macOS](docs/mac.md)
- [macOS](docs/macos.md)
- [Android](docs/android.md)
- [Usage](#usage)
- [Turn on/off](#turn-onoff)
Expand Down
30 changes: 15 additions & 15 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
#include "os/all/times.dtsi"
#include "os/all/general.dtsi"
#include "os/windows/layers.dtsi"
#include "os/mac/layers.dtsi"
#include "os/macos/layers.dtsi"
#include "os/android/layers.dtsi"

/* Keys */
#include "os/all/keys.dtsi"
#include "os/windows/keys.dtsi"
#include "os/mac/keys.dtsi"
#include "os/macos/keys.dtsi"
#include "os/android/keys.dtsi"

/* Helpers */
Expand All @@ -36,9 +36,9 @@
#include "os/windows/macros/int.dtsi"
#include "os/windows/macros/dev.dtsi"

#include "os/mac/macros/layers.dtsi"
#include "os/mac/macros/int.dtsi"
#include "os/mac/macros/dev.dtsi"
#include "os/macos/macros/layers.dtsi"
#include "os/macos/macros/int.dtsi"
#include "os/macos/macros/dev.dtsi"

#include "os/android/macros/layers.dtsi"
#include "os/android/macros/int.dtsi"
Expand All @@ -62,13 +62,13 @@
#include "os/windows/hold/base.dtsi"
#include "os/windows/hold/dev.dtsi"

#include "os/mac/morph/layers.dtsi"
#include "os/mac/morph/base.dtsi"
#include "os/mac/morph/int.dtsi"
#include "os/mac/morph/actions.dtsi"
#include "os/mac/hold/layers.dtsi"
#include "os/mac/hold/base.dtsi"
#include "os/mac/hold/dev.dtsi"
#include "os/macos/morph/layers.dtsi"
#include "os/macos/morph/base.dtsi"
#include "os/macos/morph/int.dtsi"
#include "os/macos/morph/actions.dtsi"
#include "os/macos/hold/layers.dtsi"
#include "os/macos/hold/base.dtsi"
#include "os/macos/hold/dev.dtsi"

#include "os/android/morph/layers.dtsi"
#include "os/android/morph/base.dtsi"
Expand All @@ -87,8 +87,8 @@
#include "os/windows/combos/base.dtsi"
#include "os/windows/combos/help.dtsi"

#include "os/mac/combos/base.dtsi"
#include "os/mac/combos/help.dtsi"
#include "os/macos/combos/base.dtsi"
#include "os/macos/combos/help.dtsi"

#include "os/android/combos/base.dtsi"
};
Expand All @@ -99,7 +99,7 @@
compatible = "zmk,keymap";

#include "os/windows/keymap.dtsi"
#include "os/mac/keymap.dtsi"
#include "os/macos/keymap.dtsi"
#include "os/android/keymap.dtsi"
};
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/mac.md → docs/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Icons used to describe some modifiers and actions

Letters, accents for Spanish language and quick shortcuts for most used symbols to "avoid" changing layers.

![BAS Layer](/.github/images/layers/mac/BAS.png)
![BAS Layer](/.github/images/layers/macos/BAS.png)

#### Spanish

Expand All @@ -88,7 +88,7 @@ Letters, accents for Spanish language and quick shortcuts for most used symbols

Symbols and dev shortcuts for JS/TS.

![DEV Layer](/.github/images/layers/mac/DEV.png)
![DEV Layer](/.github/images/layers/macos/DEV.png)

#### Symbols

Expand Down Expand Up @@ -128,7 +128,7 @@ Symbols and dev shortcuts for JS/TS.

Quick navigation actions and numbers. Function keys works independently as a sub-layer to avoid shortcuts collisions.

![AXN Layer](/.github/images/layers/mac/AXN.png)
![AXN Layer](/.github/images/layers/macos/AXN.png)

#### Navigation

Expand Down Expand Up @@ -172,7 +172,7 @@ Quick navigation actions and numbers. Function keys works independently as a sub

Dedicated to Bluetooth and media controls.

![STG Layer](/.github/images/layers/mac/STG.png)
![STG Layer](/.github/images/layers/macos/STG.png)

#### Actions

Expand Down

0 comments on commit deb747a

Please sign in to comment.