/* Copyright 2020 Brandon Schlack
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
user_config_t user_config;
static stoplight_led_t stoplight_led;
/**
* Resets user config in EEPROM
*
* Default is use rgb for layer indication
*/
void
void
void
void
/**
* Reads user config from EEPROM,
* calls RGB init if RGBs enabled
*/
void
void
/**
* On shutdown,
* If RGBs enabled,
* then set RGB color to Red
*/
void
void
/**
* Set rgb_matrix suspend state to true if not already
*/
void
void
/**
* Set rgb_matrix suspend state to false if not already
*/
void
void
/**
* Checks for Super CMD↯TAB
*/
void
layer_state_t
/**
* For macropads, if a new default layer is set from DF()
* then automatically set that layer with layer_move()
*/
layer_state_t
layer_state_t
/**
* Do RGB things (like layer indication) on layer change
*/
layer_state_t
bool
bool
void ;
void ;
void ;
void ;