MAGIC functionality, AG swap in default layout
This commit is contained in:
parent
5f648b6c40
commit
ab19ebd08a
10 changed files with 226 additions and 161 deletions
|
@ -27,7 +27,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "command.h"
|
||||
#include "util.h"
|
||||
#include "sendchar.h"
|
||||
#include "bootmagic.h"
|
||||
#ifdef BOOTMAGIC_ENABLE
|
||||
#include "bootmagic.h"
|
||||
#else
|
||||
#include "magic.h"
|
||||
#endif
|
||||
#include "eeconfig.h"
|
||||
#include "backlight.h"
|
||||
#ifdef MOUSEKEY_ENABLE
|
||||
|
@ -86,6 +90,8 @@ void keyboard_init(void)
|
|||
|
||||
#ifdef BOOTMAGIC_ENABLE
|
||||
bootmagic();
|
||||
#else
|
||||
magic();
|
||||
#endif
|
||||
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue