Skip to content

Commit

Permalink
change config and keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
seyahdoo committed Jul 15, 2022
1 parent 8cdf141 commit 570c52e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboards/keychron/k3/keymaps/iso_seyahdoo/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,4 @@ bool dip_switch_update_user(uint8_t index, bool active) {
}

void keyboard_post_init_user(void) {
eeconfig_init();
}
4 changes: 4 additions & 0 deletions keyboards/keychron/k3/rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@
#define ENABLE_RGB_MATRIX_MULTISPLASH
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH

//i dont know what this does exactly, this is coming from this issue
//https://github.com/qmk/qmk_firmware/issues/5585
#define NO_USB_STARTUP_CHECK = yes

0 comments on commit 570c52e

Please sign in to comment.