Rename launch to launch_1

This commit is contained in:
leviport 2020-03-05 11:15:46 -07:00
parent 73b1334ffb
commit 13b15407c0
8 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#include "launch.h" #include "launch_1.h"
void keyboard_post_init_user(void) { void keyboard_post_init_user(void) {
// Customise these values to desired behaviour // Customise these values to desired behaviour

View File

@ -1,5 +1,5 @@
#ifndef LAUNCH_H #ifndef LAUNCH_1_H
#define LAUNCH_H #define LAUNCH_1_H
#include "quantum.h" #include "quantum.h"
@ -21,4 +21,4 @@
{ K50, K51, K52, K53, K54, ___, K56, K57, K58, K59, K5A, K5B, K5C, ___, ___ }, \ { K50, K51, K52, K53, K54, ___, K56, K57, K58, K59, K5A, K5B, K5C, ___, ___ }, \
} }
#endif // LAUNCH_H #endif // LAUNCH_1_H