add ferris keymap back
This commit is contained in:
parent
f23e38366f
commit
7372ce1a8b
5 changed files with 54 additions and 1 deletions
|
@ -98,6 +98,8 @@ uint16_t achordion_streak_chord_timeout(
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef NO_LED
|
||||
|
||||
void keyboard_post_init_user(void) {
|
||||
// always use the same effect
|
||||
rgblight_mode_noeeprom(RGBLIGHT_MODE_BREATHING);
|
||||
|
@ -138,6 +140,8 @@ layer_state_t layer_state_set_user(layer_state_t state) {
|
|||
return state;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// Simplify unused magic config functions
|
||||
#ifndef MAGIC_ENABLE
|
||||
uint8_t mod_config(uint8_t mod) { return mod; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue