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

Add ScottoSlant Keyboard #20942

Merged
merged 27 commits into from
Sep 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bcbcf53
Add ScottoSlant
joe-scotto May 14, 2023
96cb0ee
Update readme image
joe-scotto May 14, 2023
a0e86ed
Add pristine default and scotto map
joe-scotto May 15, 2023
8eae0e4
Remove mod tap and update to dev board info.json
joe-scotto May 20, 2023
56a66c1
Remove mod-tap
joe-scotto May 30, 2023
77e65e2
Merge branch 'master' into scottoslant
joe-scotto May 30, 2023
a772f7d
Update keyboards/handwired/scottokeebs/scottoslant/readme.md
joe-scotto Jun 1, 2023
55fb727
Update keyboards/handwired/scottokeebs/scottoslant/readme.md
joe-scotto Jun 1, 2023
1438142
Update USB and URL
joe-scotto Jun 2, 2023
2401121
Update readme.md
joe-scotto Jun 2, 2023
627c73b
Update readme.md
joe-scotto Jun 2, 2023
30ec797
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/scotto/key…
joe-scotto Aug 14, 2023
41a66ff
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/scotto/key…
joe-scotto Aug 14, 2023
e8abecc
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/scotto/key…
joe-scotto Aug 14, 2023
0cc389e
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/scotto/key…
joe-scotto Aug 14, 2023
b31cf4f
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/scotto/key…
joe-scotto Aug 14, 2023
1aba6e0
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/scotto/key…
joe-scotto Aug 14, 2023
14204d3
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/scotto/key…
joe-scotto Aug 14, 2023
304196f
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/scotto/key…
joe-scotto Aug 14, 2023
05afc2f
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/default/ke…
joe-scotto Aug 14, 2023
b2979cb
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/default/ke…
joe-scotto Aug 14, 2023
32dd384
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/default/ke…
joe-scotto Aug 14, 2023
c653745
Update keyboards/handwired/scottokeebs/scottoslant/keymaps/default/ke…
joe-scotto Aug 14, 2023
8a310a7
Update keyboards/handwired/scottokeebs/scottoslant/info.json
joe-scotto Aug 14, 2023
298a399
Force recompile check github action
joe-scotto Aug 14, 2023
fbb982d
Merge branch 'master' into scottoslant
joe-scotto Aug 14, 2023
98a73a5
Remove TD stuff
joe-scotto Aug 14, 2023
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/handwired/scottokeebs/scottoslant/keymaps/scotto/key…
…map.c

Co-authored-by: Ryan <[email protected]>
  • Loading branch information
joe-scotto and fauxpark committed Aug 14, 2023
commit 304196fd2142d6e5f5620c03e40d313a214bd765
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
};

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_3x10_7(
[0] = LAYOUT(
KC_Q, KC_W, KC_F, KC_P, KC_G, KC_J, KC_L, KC_U, KC_Y, KC_BSPC,
KC_A, KC_R, KC_S, KC_T, KC_D, KC_H, KC_N, KC_E, KC_I, KC_O,
LSFT_T(KC_Z), KC_X, KC_C, KC_V, KC_B, KC_K, KC_M, KC_COMMA, KC_DOT, RSFT_T(KC_SLSH),
Expand Down