Skip to content
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

[Keymap] KO Kyria #18413

Merged
merged 6 commits into from
Nov 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix comment and remove unused define
  • Loading branch information
ohlin committed Sep 21, 2022
commit 7c7b557285677e60328f74a8750ce66a00b731eb
7 changes: 3 additions & 4 deletions keyboards/splitkb/kyria/keymaps/ohlin/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ enum layers {
#define OPT_ENT MT(MOD_LALT, KC_ENT)
#define SFT_SPC MT(MOD_LSFT, KC_SPC)
#define YTC LOPT(KC_C)
#define YTS LOPT(KC_S)

// clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
Expand All @@ -43,10 +42,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |--------+------+------+------+------+------| |------+------+------+------+------+--------|
* |Ctrl/Esc| CTL/A| OPT/S| CMD/D| SFT/F| G | | H | SFT/J| CMD/K| OPT/L| CTL/;| RClick |
* |--------+------+------+------+------+------+-------------. ,-------------+------+------+------+------+------+--------|
* | LShift | Z | X | C | V | B | [ { | Hyper| | Hyper| ] } | N | M | , < | . > | / ? | LClick |
* | LShift | Z | X | C | V | B | [ { | Hyper| | Hyper| ] } | N | M | , < | . > | / ? | LClick |
* `----------------------+------+------+------+------+------| |------+------+------+------+------+----------------------'
* | | LCMD | LOPT/| Space| Lower| | Raise| Space| OPTGr| RCMD |Scroll|
* | | | Enter| | | | | | | | |
* | | LCMD | LOPT/|Shift/| Lower| | Raise|Shift/| Bcksp| RCMD |Scroll|
* | | | Enter| Space| | | | Space| | | |
* `----------------------------------' `----------------------------------'
*/
[_QWERTY] = LAYOUT(
Expand Down