mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-13 10:55:28 -04:00
[Keyboard] Move M63 RGB into maker folder (#17061)
This commit is contained in:
parent
cfbb76be69
commit
c7db3ce6a5
4 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
||||||
/* Copyright 2021 HorrorTroll <https://github.com/HorrorTroll>
|
/* Copyright 2021 Mss Studio
|
||||||
|
* Copyright 2022 HorrorTroll <https://github.com/HorrorTroll>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
|
@ -1,4 +1,5 @@
|
||||||
/* Copyright 2021 HorrorTroll <https://github.com/HorrorTroll>
|
/* Copyright 2021 Mss Studio
|
||||||
|
* Copyright 2022 HorrorTroll <https://github.com/HorrorTroll>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -27,8 +28,8 @@
|
||||||
// entirely and just use numbers.
|
// entirely and just use numbers.
|
||||||
|
|
||||||
enum layer_names {
|
enum layer_names {
|
||||||
_BASE = 0,
|
_BASE,
|
||||||
_FN = 1
|
_FN,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum user_rgb_mode {
|
enum user_rgb_mode {
|
Loading…
Add table
Add a link
Reference in a new issue