-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
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 rules.mk to ortho_4x12/buswerks keymap #4405
Merged
Merged
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
ef20d21
Added buswerks keymap
lbussell-bot eff1549
cleaned up comments on buswerks keymap
lbussell-bot ff25faf
Added buswerks keymap readme.md
lbussell-bot 6ada6f8
Fixed spelling in buswerks readme.md
lbussell-bot 1c48355
Removed unnecessary includes, changed process_record_user to now use …
lbussell-bot c8631d0
Merge pull request #1 from qmk/master
lbussell e1df384
Changed buswerks ortho_4x12 layout to accommodate 'MIT' layout
lbussell-bot d2524e2
Updated README.md to reflect layout changes
lbussell-bot 79ab870
updating local fork
lbussell-bot 358b018
Merge remote-tracking branch 'upstream/master'
lbussell-bot 4701c6a
update buswerks keymap
lbussell-bot 8443013
Merge remote-tracking branch 'upstream/master'
lbussell-bot 6642272
add buswerks tragicforce68 keymap
lbussell-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
CONSOLE_ENABLE = no # Console for debug(+400) | ||
COMMAND_ENABLE = no # Commands for debug and configuration | ||
TAP_DANCE_ENABLE = no | ||
AUDIO_ENABLE = yes | ||
|
||
MACROS_ENABLED = no | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. :D |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may want to consider using an enum for the layers here, so you don't have to manage then numbers here.