Skip to content

Commit

Permalink
Sync with QMK
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyPatch committed Oct 23, 2024
1 parent 4d641a7 commit 1bf78f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
4 changes: 2 additions & 2 deletions keyboards/splitkb/halcyon/kyria/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
} else {
tap_code(KC_VOLD);
}
} else if (index == 2) {
} else if (index == 1) {
// Page up/Page down
if (clockwise) {
tap_code(KC_PGDN);
Expand All @@ -225,4 +225,4 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
}
return false;
}
#endif
#endif
4 changes: 2 additions & 2 deletions keyboards/splitkb/halcyon/kyria/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Halcyon Kyria

![splitkb/halcyon/kyria](WIP)
![splitkb/halcyon/kyria](https://i.imgur.com/n7WuUs9.jpg)

* Keyboard Maintainer: [splitkb.com](https://github.com/splitkb.com)
* Hardware Availability: [splitkb.com](https://splitkb.com).
Expand All @@ -19,4 +19,4 @@ Enter the bootloader in 3 ways:

* **Reset button**: Double-tap the reset button at the top of the controller, right above the USB-C port.
* **Bootloader reset**: Hold down the "Boot" button and plug in the keyboard.
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available.
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available.
13 changes: 1 addition & 12 deletions keyboards/splitkb/halcyon/kyria/rev4/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@
]
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgb_matrix": true,
"rgblight": false
"rgb_matrix": true
},
"matrix_pins": {
"cols": ["GP19", "GP20", "GP25", "GP4", "GP9", "GP10", "GP5"],
Expand Down Expand Up @@ -145,14 +141,7 @@
"sleep": true,
"split_count": [31, 31]
},
"rgblight": {
"led_count": 62,
"split": true
},
"split": {
"bootmagic": {
"matrix": [4, 6]
},
"enabled": true,
"handedness": {
"pin": "GP24"
Expand Down

0 comments on commit 1bf78f5

Please sign in to comment.