forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reworked layout * Remove redundant defines qmk#4133 (comment) * fix typo
- Loading branch information
Showing
4 changed files
with
148 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
![Nordic Planck](https://i.imgur.com/0ZOLnx2.png) | ||
|
||
# Nordic Planck | ||
|
||
TODO: Add layout image | ||
This is my attempt at making a Nordic layout for the planck with all nordic | ||
characters available in the default layer, things to note are the bottom row | ||
with Esc, Enter, Space and Backspace in the middle for easy thumb access and | ||
an arrow cluster on the left. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
SRC += muse.c | ||
EXTRAKEY_ENABLE = no | ||
CONSOLE_ENABLE = no |