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][Keymap] Fix random keys being sent on Mac + userspace changes #15648

Merged
merged 70 commits into from
Oct 10, 2022
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
8a2f2f6
qmk art 2020+
artjomsR Sep 27, 2021
e445101
fix compilation
artjomsR Sep 27, 2021
e80d2df
remove functions. translation matrix
artjomsR Sep 29, 2021
d249bc2
fix edgecases
artjomsR Sep 29, 2021
1f118c7
whitespace
artjomsR Sep 29, 2021
21807e4
fix memory oddity changing the keymap with every string print
artjomsR Sep 29, 2021
e360f0a
return edge cases
artjomsR Sep 29, 2021
a6f6bb7
support workman layout for git strings
artjomsR Oct 8, 2021
3bbfaea
Merge branch 'master-qmk'
artjomsR Dec 10, 2021
7e90823
subm
artjomsR Dec 10, 2021
ec91257
Merge branch 'qmk:master' into master
artjomsR Dec 13, 2021
cbfa99e
secrets
artjomsR Dec 13, 2021
0dc1ac6
Merge branch 'master' of https://github.com/artjomsR/qmk_firmware
artjomsR Dec 13, 2021
eac6914
fix git ignore
artjomsR Dec 13, 2021
73e647a
rename var
artjomsR Dec 13, 2021
7a97442
workman HW feature toggle
artjomsR Dec 13, 2021
18c0fed
remember lenght for inserting secrets
artjomsR Dec 13, 2021
e99751b
blink leds on secret finish
artjomsR Dec 13, 2021
5d0cb52
75:fix LEDs not reflecting state on boot
artjomsR Dec 16, 2021
c719936
move common led functions to user file
artjomsR Dec 16, 2021
ef6d9e7
move common led funcs to separate file
artjomsR Dec 16, 2021
7cd0642
move funcs file to separate folder
artjomsR Dec 16, 2021
e86c951
capsword
artjomsR Dec 16, 2021
c03f862
move string functions to a separate file
artjomsR Dec 17, 2021
21dcb40
consolidate led funcs
artjomsR Dec 17, 2021
dad93ff
tidy up variables
artjomsR Dec 17, 2021
2c91753
Merge branch 'qmk:master' into master
artjomsR Dec 17, 2021
c27af76
email
artjomsR Dec 17, 2021
d87c770
Merge branch 'qmk:master' into master
artjomsR Dec 21, 2021
dba5d7f
Merge branch 'qmk:master' into master
artjomsR Dec 24, 2021
ee58ebf
fix printing random keys on Mac + temp disable dynamic macro
artjomsR Dec 24, 2021
16f8e91
make switch lang shortcut configurable
artjomsR Dec 29, 2021
bbd6fe2
Merge branch 'qmk:master' into master
artjomsR Dec 29, 2021
f7d81c8
revert ergodone behaviour
artjomsR Dec 29, 2021
32127dd
Merge branch 'master' of https://github.com/artjomsR/qmk_firmware
artjomsR Dec 29, 2021
4333694
move git ignore to userspace folder
artjomsR Dec 29, 2021
cfc6a90
ergodone clean up + saving space
artjomsR Jan 3, 2022
029d2ea
navigation combos
artjomsR Jan 3, 2022
6a615cd
shift caps always turns on caps lock. more combos
artjomsR Jan 7, 2022
b1dbb53
convert led funcs into header file
artjomsR Jan 7, 2022
5802c1a
convert string funcs into header file
artjomsR Jan 7, 2022
11525c0
fix compilation for split75
artjomsR Jan 12, 2022
bb5a811
remove git cherry pick
artjomsR Jan 12, 2022
03edef8
update legal headers
artjomsR Jan 13, 2022
92a7592
more legal headers
artjomsR Jan 13, 2022
029e08f
Merge branch 'master' of https://github.com/qmk/qmk_firmware
artjomsR Jan 17, 2022
45c81b8
home row macros
artjomsR Jan 20, 2022
34379f3
refactor combo names
artjomsR Jan 24, 2022
30d4e37
redo combos for homerow + f10 11 12
artjomsR Jan 24, 2022
e68ea64
custom strings implementation (like secrets)
artjomsR Jan 24, 2022
4724e61
ergodone: more consistent f keys
artjomsR Jan 30, 2022
41b2b55
Merge branch 'qmk:master' into master
artjomsR Feb 3, 2022
6a8c77d
tweak left right combos to minimise typing interference
artjomsR Feb 11, 2022
f34e9fc
ctr z shortcut
artjomsR Feb 26, 2022
7dcc395
Merge branch 'master' of https://github.com/qmk/qmk_firmware
artjomsR Feb 28, 2022
16ee831
ergodone: move del to a more convenient key
artjomsR Mar 3, 2022
89bd184
rename secrets file to a shorter length
artjomsR Mar 3, 2022
84a46c2
Merge branch 'master' of https://github.com/qmk/qmk_firmware
artjomsR Mar 5, 2022
1479b56
Merge branch 'master' of https://github.com/artjomsR/qmk_firmware
artjomsR Mar 5, 2022
f721517
ergodone tweaks
artjomsR Apr 19, 2022
619129f
Merge branch 'master' of https://github.com/qmk/qmk_firmware
artjomsR Jun 13, 2022
94a9c68
fix after merge
artjomsR Jun 14, 2022
ee5cfcc
removed included .c files
artjomsR Jun 14, 2022
b9960ad
Merge branch 'qmk:master' into master
artjomsR Oct 4, 2022
143d92a
Update keyboards/ktec/ergodone/keymaps/art/user_config.c.example
artjomsR Oct 4, 2022
705a0ee
Update keyboards/mt/split75/keymaps/art/user_config.c.example
artjomsR Oct 4, 2022
c82521e
Update users/art/secr.h.example
artjomsR Oct 4, 2022
6f614a4
Update users/art/custom_definitions.h.example
artjomsR Oct 4, 2022
acc2516
Update users/art/art_user_config.h.example
artjomsR Oct 4, 2022
8359e1c
Update users/art/art.h
artjomsR Oct 5, 2022
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 users/art/custom_definitions.h.example
Co-authored-by: James Young <[email protected]>
artjomsR and noroadsleft authored Oct 4, 2022
commit 6f614a4531fec493170a1ed4269b7bd7d83d7262
3 changes: 3 additions & 0 deletions users/art/custom_definitions.h.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2022 Artjoms Rizihs (@artjomsR)
// SPDX-License-Identifier: GPL-2.0-or-later

static char * custom[] = {
artjomsR marked this conversation as resolved.
Show resolved Hide resolved
"",
"",