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

[Keyboard] Add nuphy air75 v2 keyboard #22751

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3995b36
[Keyboard] Add nuphy air75 v2 keyboard
nuphy-src Dec 25, 2023
3bcceb8
Merge branch 'master' into nuphy-air75
nuphy-src Dec 25, 2023
f4495d4
Fixed some issues as suggested
nuphy-src Dec 27, 2023
f5f1262
Merge branch 'nuphy-air75' of https://github.com/nuphy-src/qmk_firmwa…
nuphy-src Dec 27, 2023
8c1c967
Merge branch 'master' into nuphy-air75
nuphy-src Jan 2, 2024
7642708
[Keyboard] Adjusted the code format
nuphy-src Jan 7, 2024
9e0eb67
Merge branch 'nuphy-air75' of https://github.com/nuphy-src/qmk_firmwa…
nuphy-src Jan 7, 2024
1b27fec
Merge branch 'master' into nuphy-air75
nuphy-src Jan 7, 2024
1eb1205
Fix mac layer erroe.
nuphy-src Jan 7, 2024
dbab794
Solved the problem of not sending codes in RF mode
nuphy-src Jan 8, 2024
570bc9c
Add nuphy license header
nuphy-src Jan 8, 2024
2263f4d
Merge branch 'master' into nuphy-air75
nuphy-src Jan 9, 2024
c56e210
Merge branch 'master' into nuphy-air75
nuphy-src Jan 15, 2024
f0c395b
Fix error in info.json
nuphy-src Jan 16, 2024
47553fe
Merge branch 'nuphy-air75' of https://github.com/nuphy-src/qmk_firmwa…
nuphy-src Jan 16, 2024
2cabdbd
Use process_record_kb function at ansi.c
nuphy-src Jan 24, 2024
26eaa3f
Merge branch 'master' into nuphy-air75
GateLi Jan 31, 2024
05d4515
Fixed some issues as suggested
nuphy-src Feb 5, 2024
2c03060
Merge branch 'nuphy-air75' of https://github.com/nuphy-src/qmk_firmwa…
nuphy-src Feb 5, 2024
a3ba423
Merge branch 'master' into nuphy-air75
nuphy-src Feb 16, 2024
322c28f
Merge branch 'master' into nuphy-air75
nuphy-src Feb 18, 2024
98a848a
Merge branch 'master' into nuphy-air75
nuphy-src Feb 20, 2024
3e62c4b
Merge branch 'master' into nuphy-air75
nuphy-src Feb 29, 2024
3c28a2e
Fix some formatting issues.
nuphy-src Mar 18, 2024
7789c42
Merge branch 'nuphy-air75' of https://github.com/nuphy-src/qmk_firmwa…
nuphy-src Mar 18, 2024
29502d6
Modify readme.md
nuphy-src Mar 20, 2024
2b81cf3
Merge branch 'master' into nuphy-air75
nuphy-src Mar 20, 2024
166eb06
Merge branch 'master' into nuphy-air75
nuphy-src Mar 21, 2024
e327732
Merge branch 'master' into nuphy-air75
nuphy-src Mar 22, 2024
8d4f887
Rename some variables in the code.
nuphy-src Apr 1, 2024
67c0c7f
Merge branch 'nuphy-air75' of https://github.com/nuphy-src/qmk_firmwa…
nuphy-src Apr 1, 2024
889d8c3
Update keyboards/nuphy/air75_v2/ansi/info.json
nuphy-src May 6, 2024
00bc5af
Merge remote-tracking branch 'upstream/master' into nuphy-air75
nuphy-src Jul 2, 2024
a4f5754
update
nuphy-src Jul 2, 2024
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 mac layer erroe.
  • Loading branch information
nuphy-src committed Jan 7, 2024
commit 1eb1205c5acf7257440a18d53f7666931e367c6f
2 changes: 1 addition & 1 deletion keyboards/nuphy/air75_v2/ansi/keymaps/default/keymap.c
nuphy-src marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
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, KC_BSLS, KC_PGDN,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_HOME,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_END,
KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RGUI, MO(3), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(3), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),

// layer win Fn
[3] = LAYOUT_75_ansi(
Expand Down
2 changes: 1 addition & 1 deletion keyboards/nuphy/air75_v2/ansi/keymaps/via/keymap.c
nuphy-src marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
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, KC_BSLS, KC_PGDN,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_HOME,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_END,
KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RGUI, MO(3), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(3), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),

// layer win Fn
[3] = LAYOUT_75_ansi(
Expand Down