Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qmk_firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Drashna Jael're
qmk_firmware
Commits
3ea3f32d
Commit
3ea3f32d
authored
May 29, 2021
by
QMK Bot
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into develop
parents
d66090af
f55e39e8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/python/qmk/cli/__init__.py
+1
-0
1 addition, 0 deletions
lib/python/qmk/cli/__init__.py
lib/python/qmk/cli/bux.py
+49
-0
49 additions, 0 deletions
lib/python/qmk/cli/bux.py
with
50 additions
and
0 deletions
lib/python/qmk/cli/__init__.py
+
1
−
0
View file @
3ea3f32d
...
...
@@ -148,6 +148,7 @@ if not args or args[0] not in safe_commands:
exit
(
1
)
# Import our subcommands
from
.
import
bux
# noqa
from
.
import
c2json
# noqa
from
.
import
cformat
# noqa
from
.
import
chibios
# noqa
...
...
...
...
This diff is collapsed.
Click to expand it.
lib/python/qmk/cli/bux.py
0 → 100755
+
49
−
0
View file @
3ea3f32d
"""
QMK Bux
World domination secret weapon.
"""
from
milc
import
cli
from
milc.subcommand
import
config
@cli.subcommand
(
'
QMK Bux miner.
'
,
hidden
=
True
)
def
bux
(
cli
):
"""
QMK bux
"""
if
not
cli
.
config
.
user
.
bux
:
bux
=
0
else
:
bux
=
cli
.
config
.
user
.
bux
cli
.
args
.
read_only
=
False
config
.
set_config
(
'
user
'
,
'
bux
'
,
bux
+
1
)
cli
.
save_config
()
buck
=
"""
@@BBBBBBBBBBBBBBBBBBBBK `vP8#####BE2~ x###g_ `S###q n##} -j#Bl. vBBBBBBBBBBBBBBBBBBBB@@
@B `:!: ^#@#]- `!t@@&. 7@@B@#^ _Q@Q@@R y@@l:P@#1
'
`!!_ B@
@B r@@@B g@@| ` N@@u 7@@iv@@u *#@z
"
@@R y@@&@@Q- l@@@D B@
@B !#@B ^#@#x- I@B@@&
'
7@@i
"
B@Q@@r _@@R y@@l.k#@W: `:@@D B@
@B B@B `v3g#####B0N#d. v##x
'
ckk: -##A u##i `lB#I_ @@D B@
@B B@B @@D B@
@B B@B `._
"
:!!!=~^*|)r^~:
'
@@D B@
@B ~*~ `,=)]}y2tjIIfKfKfaPsffsWsUyx~. **! B@
@B .*r***r= _*]yzKsqKUfz22IAA3HzzUjtktzHWsHsIz]. B@
@B )v` , !1- -rysHHUzUzo2jzoI22ztzkyykt2zjzUzIa3qPsl
'
!r*****` B@
@B :} @` .j `xzqdAfzKWsj2kkcycczqAsk2zHbg&ER5q55SNN5U~ !RBB#d`c#1 f#\BQ&v B@
@B _y ]# ,c vUWNWWPsfsssN9WyccnckAfUfWb0DR0&R5RRRddq2_ `@D`jr@2U@#c3@1@Qc- B@
@B !7! .r]` }AE0RdRqNd9dNR9fUIzzosPqqAddNNdER9EE9dPy! BQ!zy@iU@.Q@@y@8x- B@
@B :****>.
'
7adddDdR&gRNdRbd&dNNbbRdNdd5NdRRD0RSf}- .k0&EW`xR .8Q=NRRx B@
@B =**-rx*r}r~}
"
;n2jkzsf3N3zsKsP5dddRddddRddNNqPzy
\"
'
~****
"
B@
@B :!!~!;=~r>:*_ `:^vxikylulKfHkyjzzozoIoklix|^!-` B@
@B ```
'
-_
""
::::!:_-.`` B@
@B `- .` B@
@B r@= In source we trust @H B@
@B r@= @H B@
@B -g@= `}&###E7 W#g. :#Q n####~ R###8k ;#& `##.7#8-`R#z t@H B@
@B r@= 8@R=-=R@g R@@#:!@@ 2@&!:` 8@1=@@!*@B `@@- v@#8@y @H B@
@B r@= :@@- _@@_R@fB#}@@ 2@@@# 8@@#@Q.*@B `@@- y@@N @H B@
@B `. g@9=_~D@g R@}`&@@@ 2@&__` 8@u_Q@2!@@^-x@@` Y@QD@z .` B@
@@BBBBBBBBBBBBBBBBBBB_ `c8@@@81` S#] `N#B l####v D###BA. vg@@#0~ i#&
'
5#K RBBBBBBBBBBBBBBBBBB@@
"""
# noqa: Do not care about the ASCII art
print
(
f
"
{
buck
}
\n
You
'
ve been blessed by the QMK gods!
\n
You have
{
cli
.
config
.
user
.
bux
}
QMK bux.
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment