-
-
Notifications
You must be signed in to change notification settings - Fork 40.6k
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
Plain60 rgb #5104
Plain60 rgb #5104
Conversation
Proposed changes have been integrated. Thank you for bringing up the deprecation of action_get_macro. I'll start using the new function from now on but decided to remove the macro from here all together since it isn't used anymore anyways. |
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.
Thanks!
#define _LED 2 //LED configurations | ||
|
||
//Keymapping renaming | ||
#define ______ KC_TRNS //renaming KC_TRNS for readability in keymaps |
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.
If you remove this define and use the QMK-supplied one (which is 7 characters long), you can align your keymap much better.
* master: (179 commits) Updates to noroadsleft keymap for KC60 (qmk#5127) [Keymap] Update to Drashna keymaps and Userspace (qmk#5122) Fix ESC on Default ANSI layer (qmk#5125) [Keyboard] KBD19x Bootmagic Enable (lite) and other fixes (qmk#5126) [Keymap] Add fsck keymaps for eco, planck and preonic (qmk#5106) [Keyboard] Unigo66 beta pcb added, bug fixes for flashing (qmk#5108) [Keymap] Adding buhearns keymap (qmk#5105) [Keyboard] New Keyboard: Doro67 Regular PCB (qmk#5115) Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (qmk#5094) Fix travis_compiled_push.sh script issue (qmk#5114) [Keyboard] Added aeboards/aegis (qmk#5099) [Keyboard] Refactor jj4x4 to enable ortho_4x4 LAYOUT (qmk#5112) [Keyboard] Move Keebio boards to own folder (qmk#5109) [Keymap] Plain60 rgb (qmk#5104) [Keymap] Add Minidox keymap by dustypomerleau (qmk#5101) Remove AUTOGEN and fix Travis Compiled Push scripts (qmk#5077) Added WT75-A, refactor wilba.tech PCBs (qmk#5100) [Keyboard] Space65: RGB Animations on by default (qmk#5097) Add digital layout for KBD75 (qmk#5095) fix the led_matrix.h naming conflict ...
* Fix compile error if not used with VIA * Add keymap with support for RGB * Integrate changes from PR code review
Description
Fixes an error with the Plain60 PCB when compiling QMK without VIA support enabled and also adds a new RGB keymap as an example how to enable RGB for the board (if you have soldered a WS2812b strip to it)
Types of changes
Issues Fixed or Closed by this PR
Checklist: