mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
simplify layer definitions
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
56d3759893
commit
20ec3767c9
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user