diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-08 03:23:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-08 03:23:12 +0000 |
commit | 34dccc565e52cca11618cee5dc28f47818b6cda9 (patch) | |
tree | ac12716d787495f5bea9915e25417213ef7b2a30 /keyboards/handwired/aball/rules.mk | |
parent | 2093498425fcdd59e100da2346be2ed806e41ade (diff) | |
parent | a2ed670eee98cab826e0b959576716cd7e13a946 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/aball/rules.mk')
-rw-r--r-- | keyboards/handwired/aball/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/handwired/aball/rules.mk b/keyboards/handwired/aball/rules.mk new file mode 100644 index 0000000000..9063957737 --- /dev/null +++ b/keyboards/handwired/aball/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = no # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +# Add trackball support +POINTING_DEVICE_ENABLE = yes +POINTING_DEVICE_DRIVER = adns9800 |