mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-17 12:46:01 +00:00
simplify layer definitions
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
56d3759893
commit
20ec3767c9
@ -19,10 +19,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
// Defines names for use in layer keycodes and the keymap
|
// Defines names for use in layer keycodes and the keymap
|
||||||
enum layer_number {
|
enum layer_number {
|
||||||
_BASE = 0,
|
_BASE,
|
||||||
_LOWER = 1,
|
_LOWER,
|
||||||
_RAISE = 2,
|
_RAISE,
|
||||||
_TRACKBALL = 3,
|
_TRACKBALL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user