-
-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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
Move Iris via support to Via keymap #4893
Conversation
And move it out of the main keyboard files
Travis CI errors are unrelated to this change. Specifically, old compiler version causing inflated file sizes. |
I don't see the |
Yeah I don't see it either |
Nope, that's my bad, and me being super tired today. Give me a bit. Edit: There, that should have the keymaps. Sorry about that! |
Because using git when you're tired is apparently a very bad idea, and you do stupid things like not running git add
I think the |
Well, the The USE_SERIAL, and MASTER_LEFT should be left in, since they control how communication is handled, and the orientation of the actual keyboard. Though, without these, it defaults to these settings. But leaving them in makes it easier to reference if somebody uses the keymap and changes it. As for the RGB stuff, most of that could be removed, as it will default to the built in values. The one that shouldn't is the RGBLIGHT_ANIMATION, since that's not defined in the keyboard's |
Acutally, USE_SERIAL and MASTER_LEFT can be taken out (not just here, but everywhere), as they're not used at all in split_common. Everything else is good to go. |
Okay |
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.
👍 🥇
Can we get this merged in? |
* 'master' of https://github.com/qmk/qmk_firmware: Fix Command feature: use get_mods() instead of keyboard_report->mods (qmk#4955) [Keymap] Small improvements to Maxr1998's Contra keymap (qmk#4952) [Keymap] Minor updates to my dz60 keymap (qmk#4943) [Keyboard] UniGo66 keyboard added (qmk#4913) [Keymap] Move Iris via support to Via keymap (qmk#4893) Adds a default value for IS_COMMAND for COMMAND feature (qmk#4301) [Keyboard] drop unused i2c files (qmk#4948) [Keymap] Add Maxim keymap for Fourier (qmk#4534) use built-in arm stuff [Keymap] Add userspace files for vosechu (qmk#4912)
* Move Iris via support to Via keymap And move it out of the main keyboard files * Actually add via keymap folder Because using git when you're tired is apparently a very bad idea, and you do stupid things like not running git add * Clean up config.h file for iris via keymap
* Move Iris via support to Via keymap And move it out of the main keyboard files * Actually add via keymap folder Because using git when you're tired is apparently a very bad idea, and you do stupid things like not running git add * Clean up config.h file for iris via keymap
Description
And move it out of the main keyboard files
Otherwise, it's breaking the keyboard for a bunch of users, myself included.
Types of changes
Checklist: