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 a new keyboard ThumbsUp! v9 with a default keymap #23800

Merged
merged 21 commits into from
Oct 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ae05383
Added a cleaned-up set of files for ThumbsUp! v9.
ak66666 May 26, 2024
1535d21
Renamed the keymap for v9 as default
ak66666 May 26, 2024
1a4db31
Update keyboards/thumbsup/keymaps/default/keymap.c
ak66666 May 28, 2024
4bb076e
Update keyboards/thumbsup/keymaps/default/keymap.c
ak66666 May 28, 2024
b023dbd
Update keyboards/thumbsup/keymaps/default/keymap.c
ak66666 May 28, 2024
d525cdf
Update keyboards/thumbsup/keymaps/default/keymap.c
ak66666 May 28, 2024
172a9b3
Update keyboards/thumbsup/keymaps/default/keymap.c
ak66666 May 28, 2024
233538e
Update keyboards/thumbsup/rev9_promicro_4x12/info.json
ak66666 May 28, 2024
71e737e
Update keyboards/thumbsup/rev9_promicro_4x12/readme.md
ak66666 May 28, 2024
a139c55
Update keyboards/thumbsup/rev9_promicro_4x12/readme.md
ak66666 May 28, 2024
5d64881
Update keyboards/thumbsup/rev9_promicro_4x12/rules.mk
ak66666 May 28, 2024
4b5318a
Update keyboards/thumbsup/rev9_promicro_4x12/info.json
ak66666 May 28, 2024
613bb3b
Apply suggestions from code review
ak66666 May 28, 2024
a4beac2
Delete keyboards/thumbsup/keymaps/default/readme.md as per review rec…
ak66666 May 28, 2024
637daa9
v9: Fixed the layout name in keymap.c file.
ak66666 May 28, 2024
c813b63
Merge branch 'qmk:master' into thumbsup_20240523_pr
ak66666 May 29, 2024
3dfd500
v9: PR recommendatios applied - rules.mk file removed, info.json rena…
ak66666 May 29, 2024
d7cb44f
v9: PR recommendatios applied - rules.mk file removed, info.json rena…
ak66666 May 29, 2024
1a7dee8
v9: Fixed the copyright header modified by mistake.
ak66666 May 29, 2024
4ec8592
v9: Fixed the tri-layer switch as per the review recommendation.
ak66666 May 30, 2024
1711c34
v9: Fixed the copyright header modified by mistake.
ak66666 May 30, 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
Update keyboards/thumbsup/keymaps/default/keymap.c
As per PR review suggestions.

Co-authored-by: jack <0x6a73@protonmail.com>
  • Loading branch information
ak66666 and waffle87 authored May 28, 2024
commit d525cdf067d3f5188c5492d233e3d863d15a88e2
11 changes: 5 additions & 6 deletions keyboards/thumbsup/keymaps/default/keymap.c
ak66666 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,11 @@ without separate thumbcluster.
* | | | | X | | | | |
* `-------------------------------------------------------'
*/
[_CURSORLEFT] = LAYOUT_ortho_4x12( \
_______, KC_BRK, KC_HOME, KC_UP, KC_END, KC_PGUP, KC_DEL, KC_WH_U, KC_MS_U, KC_WH_D, KC_GRV, KC_DEL , \
KC_ENT, LCTL(KC_A), KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, XXXXXXX, KC_MS_L, KC_MS_D, KC_MS_R, XXXXXXX, _______, \
_______, XXXXXXX, KC_BTN2, KC_BTN3, KC_BTN1, KC_INS, XXXXXXX, LCTL(KC_DEL), LCTL(KC_INS), LSFT(KC_INS), XXXXXXX, _______, \
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______ \

[_CURSORLEFT] = LAYOUT_ortho_4x12(
_______, KC_BRK, KC_HOME, KC_UP, KC_END, KC_PGUP, KC_DEL, KC_WH_U, KC_MS_U, KC_WH_D, KC_GRV, KC_DEL,
KC_ENT, LCTL(KC_A), KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, XXXXXXX, KC_MS_L, KC_MS_D, KC_MS_R, XXXXXXX, _______,
_______, XXXXXXX, KC_BTN2, KC_BTN3, KC_BTN1, KC_INS, XXXXXXX, LCTL(KC_DEL), LCTL(KC_INS), LSFT(KC_INS), XXXXXXX, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______
),


Expand Down
Loading