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
2023-11-18 18:42:23 -06:00

11 lines
98 B
C

#pragma once
typedef enum {
_BASE,
_NAV,
_NUM,
_SYM,
_FUN,
_MUS,
_MOUSE
} layers_t;