add ferris keymap back

This commit is contained in:
Christoph Cullmann 2024-10-26 22:50:41 +02:00
parent f23e38366f
commit 7372ce1a8b
No known key found for this signature in database
5 changed files with 54 additions and 1 deletions

View file

@ -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; }