1
0
Fork 0

Promethium rev2

* 10 more indicator LEDs
* Piezo buzzer
* Uses HC138 decoder to free up 5 pins
* Trackpoint buttons are now part of matrix
This commit is contained in:
Priyadi Iman Nurcahyo 2017-04-19 01:38:08 +07:00
parent ae8ac581c0
commit 93b2f23bba
7 changed files with 374 additions and 30 deletions

View file

@ -67,10 +67,12 @@ PS2_MOUSE_ENABLE ?= yes
PS2_USE_INT ?= yes
ADAFRUIT_BLE_ENABLE ?= yes
API_SYSEX_ENABLE ?= no
CUSTOM_MATRIX ?= yes
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend
SRC += $(QUANTUM_DIR)/light_ws2812.c
SRC += rgbsps.c
SRC += $(QUANTUM_DIR)/analog.c
SRC += $(QUANTUM_DIR)/analog.c
SRC += matrix.c