From a4c3164f5cedbc84cd436bfbf1bec6ad4b4d9d98 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 11 Sep 2019 14:00:18 -0700 Subject: [PATCH] add a few more keys --- patcher/patcher.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/patcher/patcher.js b/patcher/patcher.js index ee94707..5c518f1 100644 --- a/patcher/patcher.js +++ b/patcher/patcher.js @@ -78,7 +78,18 @@ const configKeys = { PIN_VIBRATION: 76, PIN_PWREN: 77, DISPLAY_TYPE: 78, - + PIN_ROTARY_ENCODER_A: 79, + PIN_ROTARY_ENCODER_B: 80, + ACCELEROMETER_SPACE: 81, + PIN_ESP32_MOSI :82, + PIN_ESP32_MISO :83, + PIN_ESP32_SCK :84, + PIN_ESP32_TX :85, + PIN_ESP32_RX: 86, + PIN_ESP32_CS :87, + PIN_ESP32_BUSY: 88, + PIN_ESP32_RESET: 89, + PIN_ESP32_GPIO0 :90, PIN_A0: 100, PIN_A1: 101, PIN_A2: 102,