This repository has been archived on 2025-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dgvigil-keebs/dgvigil/definitions/layers.h
2024-08-09 15:08:28 -05:00

12 lines
135 B
C

#pragma once
typedef enum {
_QWERTY, // 0
_NAV, // 2
_NUM, //3
_SYM, // 4
_FUN, // 5
_MUS, // 6
_MOUSE // 7
} layers_t;