소스 검색

Oddball: set default pointing device driver (#16574)

Ryan 3 년 전
부모
커밋
89a515913f
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      keyboards/oddball/keymaps/default/rules.mk
  2. 1 1
      keyboards/oddball/readme.md
  3. 1 0
      keyboards/oddball/rules.mk

+ 0 - 1
keyboards/oddball/keymaps/default/rules.mk

@@ -1 +0,0 @@
-POINTING_DEVICE_DRIVER = adns9800

+ 1 - 1
keyboards/oddball/readme.md

@@ -3,7 +3,7 @@
 A split keyboard with trackball support.
 A split keyboard with trackball support.
 
 
 * Keyboard Maintainer: [Alexander Tulloh](https://github.com/atulloh)
 * Keyboard Maintainer: [Alexander Tulloh](https://github.com/atulloh)
-* Hardware Supported: Oddball PCB and plates, and using an [ADNS9800](https://www.tindie.com/products/jkicklighter/adns-9800-laser-motion-sensor/) or a [PMW3360](https://www.tindie.com/products/jkicklighter/pmw3360-motion-sensor/) breakout board for mouse
+* Hardware Supported: Oddball PCB and plates, and using an [ADNS9800](https://www.tindie.com/products/jkicklighter/adns-9800-laser-motion-sensor/) (default) or a [PMW3360](https://www.tindie.com/products/jkicklighter/pmw3360-motion-sensor/) breakout board for mouse
 * Hardware Availability: [atulloh.github.io/oddball](https://atulloh.github.io/oddball)
 * Hardware Availability: [atulloh.github.io/oddball](https://atulloh.github.io/oddball)
 
 
 Make examples for this keyboard (after setting up your build environment):
 Make examples for this keyboard (after setting up your build environment):

+ 1 - 0
keyboards/oddball/rules.mk

@@ -16,5 +16,6 @@ AUDIO_ENABLE = no           # Audio output
 
 
 SPLIT_KEYBOARD = yes
 SPLIT_KEYBOARD = yes
 POINTING_DEVICE_ENABLE = yes
 POINTING_DEVICE_ENABLE = yes
+POINTING_DEVICE_DRIVER = adns9800
 
 
 DEFAULT_FOLDER = oddball/v1
 DEFAULT_FOLDER = oddball/v1