-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DZ60 keymap and layout #5474
Merged
Merged
DZ60 keymap and layout #5474
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
5aa9a80
init
OlliGranlund 99b0c33
function layout planning
OlliGranlund 9b333cd
Merge remote-tracking branch 'upstream'
OlliGranlund 94323cf
nordic keymap v1.0
OlliGranlund 1727b3a
Added latest satan layouts, updated readmes
OlliGranlund 00e9b3f
Cleaning code
OlliGranlund d5097c9
Renamed ISO -> iso
OlliGranlund e7746fe
Updated keymap to work better with Swedish layout
OlliGranlund 5129f8a
merged upstream
OlliGranlund ac7063a
merge conflict
OlliGranlund cda44c1
Added dz60 layout
OlliGranlund c83a0df
pr issues fixes
OlliGranlund f12692f
Merge remote-tracking branch 'upstream'
OlliGranlund 5ed647d
removed weirdly positioned files
OlliGranlund 1510f64
code cleanup, added dz60 layout json data
OlliGranlund 46b5304
Added dz60 layout readme
OlliGranlund f6e752e
Renamed layout
OlliGranlund 944688b
removed vscode file
OlliGranlund 05b0a63
Update keyboards/dz60/dz60.h
drashna 3bede56
Merge branch 'master' of https://github.com/qmk/qmk_firmware
OlliGranlund File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
#include QMK_KEYBOARD_H | ||
|
||
/* ISO 60 layout by olligranlund | ||
* | ||
* This layout starts from a standard ISO 60% layout, and adds one function layer. | ||
* If you wish to only have one wide spacebar, you can easily do that by dismissing the "side" spacebar switches. | ||
* | ||
* Default Layer | ||
* ,-----------------------------------------------------------------------------------------. | ||
* | Esc | 1 ! | 2 " | 3 § | 4 $ | 5 % | 6 & | 7 / | 8 ( | 9 ) | 0 = | ß ? | ´ ` | Del | BSPC| | ||
* |-----------------------------------------------------------------------------------------| | ||
* | Tab | Q | W | E | R | T | Y | U | I | O | P | Ä | + * | Enter | | ||
* |---------------------------------------------------------------------------------- | | ||
* | FN | A | S | D | F | G | H | J | K | L | Ö | Ü | # ' | | | ||
* |-----------------------------------------------------------------------------------------| | ||
* | Shift | < > | Z | X | C | V | B | N | M | , ; | . : | - _ | Shift |Shift| | ||
* |-----------------------------------------------------------------------------------------| | ||
* | LCtl | LGUI | LAlt | Space | Space | Space | RAlt | FN | App | RCtl | | ||
* `-----------------------------------------------------------------------------------------' | ||
*/ | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
|
||
LAYOUT_60_iso_split_space_bs_rshift( | ||
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_DEL, KC_BSPC, | ||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, | ||
MO(1), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_BSLS, KC_ENT, | ||
KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_PSCR, | ||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_RALT, MO(1), KC_NO, KC_APP, KC_RCTL), | ||
|
||
LAYOUT_60_iso_split_space_bs_rshift( | ||
KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_DEL, | ||
KC_NO, KC_MPRV, KC_MPLY, KC_MNXT, KC_NO, KC_NO, KC_NO, KC_PGDOWN,KC_UP, KC_PGUP, KC_NO, KC_NO, KC_NO, | ||
KC_NO, KC_VOLD, KC_MUTE, KC_VOLU, KC_NO, KC_NO, KC_HOME, KC_LEFT, KC_DOWN, KC_RGHT, KC_NO, KC_NO, KC_NO, KC_NO, | ||
KC_LSFT, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_END, KC_NO, KC_NO, KC_NO, KC_NO, KC_RSFT, KC_CAPS, | ||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_RALT, MO(1), KC_NO, KC_APP, KC_RCTL), | ||
|
||
}; |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# DZ60 with splitted parts | ||
### by Oliver Granlund | ||
|
||
![Finished product](https://i.imgur.com/HlEo5Yg.jpg) | ||
|
||
This is still under progress, but currently works on Windows as a daily driver. |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required when
XXXXXXX
can be used for free as its provided along with______
for KC_TRANS?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, it's not predefined, like
XXXXXXX
, so it depends on what you want.Ideally, I think we should use the built in one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also prefer use of the seven-character alias defined in QMK core.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@OlliGranlund I recommend you rewrite this keymap to use the
LAYOUT_60_iso
macro. (Your existing readme suggests that's the layout you're running anyway.) Right now this keymap is based on outdated conventions, and wouldn't compile from a current version of QMK if merged as-is.