This website works better with JavaScript.
Explore
Help
Sign In
nathan
/
qmk-fw
Watch
1
Star
0
Fork
You've already forked qmk-fw
0
Code
Issues
Releases
Activity
Correct conditional in mtdjr userspace (
#3361
)
Browse Source
pragma_once
mtdjr
7 years ago
committed by
Drashna Jaelre
parent
11f8414401
commit
8ee97f7c99
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
users/mtdjr/mtdjr.c
Unescape
Escape
View File
@ -153,5 +153,5 @@ uint32_t layer_state_set_user(uint32_t state) {
break
;
}
return
state
;
}
#
endif
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
nathan/qmk-fw
Title
Body
Create Issue