summaryrefslogtreecommitdiffstats
path: root/keyboards/acheron/apollo/87h/gamma/gamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/acheron/apollo/87h/gamma/gamma.c')
-rw-r--r--keyboards/acheron/apollo/87h/gamma/gamma.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/acheron/apollo/87h/gamma/gamma.c b/keyboards/acheron/apollo/87h/gamma/gamma.c
index 72182d4f2a..babad3c11c 100644
--- a/keyboards/acheron/apollo/87h/gamma/gamma.c
+++ b/keyboards/acheron/apollo/87h/gamma/gamma.c
@@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "gamma.h"
-void board_init(void) {
- setPinInput(B9);
- setPinInput(B10);
-}
-
#ifdef RGB_MATRIX_ENABLE
const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
/* Refer to IS31 manual for these locations
@@ -126,7 +121,6 @@ const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
};
-
led_config_t g_led_config = { {
{ 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 },
{ 16 , 17 , 18 , 19 , 20 , 21 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , 30 , 31 },