logo

qmk_firmware

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

config.h (313B)


  1. // Copyright 2023 @frobiac
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #ifdef PS2_MOUSE_ENABLE
  5. # define PS2_RESET_PIN B0
  6. # define PS2_DATA_PIN B1
  7. # define PS2_CLOCK_PIN B2
  8. # define PS2_MOUSE_USE_REMOTE_MODE
  9. # define PS2_MOUSE_INIT_DELAY 1000
  10. # define PS2_MOUSE_ROTATE 90
  11. #endif