mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-12 21:25:33 +06:00
13 lines
222 B
C
13 lines
222 B
C
|
#pragma once
|
||
|
|
||
|
// setup 5 layers
|
||
|
// 0: Mac
|
||
|
// 1: Mac function
|
||
|
// 2: Windows
|
||
|
// 3: Left Handed Gaming
|
||
|
// 4: Windows Function
|
||
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 5
|
||
|
|
||
|
#define RGB_MATRIX_KEYPRESSES
|
||
|
#define RGB_MATRIX_KEYRELEASES
|