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

added phnx keyboard #23748

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
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
Update keyboards/phnx/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
  • Loading branch information
sini6a and zvecr committed May 21, 2024
commit c2db7018ff97576ad9e919acc8ee424409bf08b0
2 changes: 1 addition & 1 deletion keyboards/phnx/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_LCBR, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMMA, KC_DOT, KC_SLSH, KC_RCBR,
LT(5, KC_ESCAPE), LT(1, KC_SPC), LT(6, KC_TAB), LT(4, KC_ENTER), LT(3, KC_BACKSPACE), LT(2, KC_DELETE)
),
[1] = LAYOUT_qwerty( // nav layer
[1] = LAYOUT( // nav layer
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_AGIN, KC_PASTE, KC_COPY, KC_CUT, KC_UNDO, KC_NO,
KC_NO, KC_LGUI, KC_LALT, KC_LCTL, KC_LSFT, KC_NO, KC_CAPS, KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT, KC_NO,
Expand Down
Loading