forked from mfulz_github/qmk_firmware
removed enc stuff
This commit is contained in:
parent
fa40c927ea
commit
98add843de
|
@ -31,8 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_ENC_MODE_ENABLE
|
||||
#define SPLIT_ENC_FLAGS_ENABLE
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
#define POINTING_DEVICE_INVERT_Y TRUE
|
||||
|
|
|
@ -18,7 +18,6 @@ WS2812_DRIVER = pwm
|
|||
VIA_ENABLE = yes
|
||||
RAW_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
ENC_ENABLE = yes
|
||||
|
||||
POINTING_DEVICE_ENABLE = yes
|
||||
POINTING_DEVICE_DRIVER = pmw3360
|
||||
|
|
Loading…
Reference in New Issue