mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-10 09:34:17 -04:00
[Keyboard] Move Handwired K552 into my folder name (#15973)
This commit is contained in:
parent
ef44e52c4c
commit
3fdc3f25e5
12 changed files with 5 additions and 5 deletions
|
@ -17,3 +17,7 @@
|
|||
#pragma once
|
||||
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
#define VIA_QMK_RGBLIGHT_ENABLE
|
||||
#endif
|
|
@ -14,10 +14,6 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "rgb_matrix.h"
|
||||
#include "progmem.h"
|
||||
#include "config.h"
|
||||
#include "eeprom.h"
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
|
@ -84,7 +80,7 @@ enum layer_keycodes {
|
|||
RGB_C_E, //Cycle user effect
|
||||
};
|
||||
|
||||
void keyboard_post_init_kb(void) {
|
||||
void keyboard_post_init_user(void) {
|
||||
user_config.raw = eeconfig_read_user();
|
||||
switch (user_config.rgb_mode) {
|
||||
case RGB_MODE_ALL:
|
Loading…
Add table
Add a link
Reference in a new issue