mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Rename launch to launch_1
This commit is contained in:
parent
73b1334ffb
commit
13b15407c0
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user