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-06-24 09:20:45 -05:00

12 lines
101 B
C

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