simplify layer definitions

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Mark Stosberg 2024-06-12 21:35:59 -04:00 committed by Mark Stosberg
parent 56d3759893
commit 20ec3767c9
No known key found for this signature in database

View File

@ -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
enum layer_number {
_BASE = 0,
_LOWER = 1,
_RAISE = 2,
_TRACKBALL = 3,
_BASE,
_LOWER,
_RAISE,
_TRACKBALL
};