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
Dave Vigil 57c0688921
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 24s
REMOVE Colemak-DH
2025-02-13 09:06:53 -06:00

12 lines
135 B
C

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