summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/workman/layers.h
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2024-01-15 20:23:48 -0500
committervin <git@vineetk.net>2024-01-15 20:23:48 -0500
commit6ceb87a1d071147f0cd86a86fbade8e27c7a2b27 (patch)
treee1dcd38de10488d9eefeec1618e6decce47fa0d4 /keyboards/crkbd/keymaps/workman/layers.h
parenta2c86b4053386fbc9a70674802c1157375b10066 (diff)
merge workman keymap into default, and add toggleable 4th layer
Diffstat (limited to 'keyboards/crkbd/keymaps/workman/layers.h')
-rw-r--r--keyboards/crkbd/keymaps/workman/layers.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/crkbd/keymaps/workman/layers.h b/keyboards/crkbd/keymaps/workman/layers.h
deleted file mode 100644
index 95a29e4e44..0000000000
--- a/keyboards/crkbd/keymaps/workman/layers.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2022 Álvaro Cortés (@ACortesDev)
-// SPDX-License-Identifier: GPL-2.0-or-later
-#pragma once
-
-enum custom_layers {
- _WORKMAN,
- _LOWER,
- _RAISE,
- _ADJUST,
-};