logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (252B)


  1. // Copyright 2023 @frobiac
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #ifdef PS2_MOUSE_ENABLE
  5. # define PS2_DATA_PIN D4
  6. # define PS2_CLOCK_PIN B3
  7. # define PS2_MOUSE_USE_REMOTE_MODE
  8. # define PS2_MOUSE_INIT_DELAY 1000
  9. #endif