Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Clean up OSFRD/CC configs
Browse files Browse the repository at this point in the history
  • Loading branch information
FeralAI committed Nov 2, 2021
1 parent 3045102 commit 86b0989
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 9 additions & 3 deletions configs/CrushCounter/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#ifndef CRUSH_COUNTER_BOARD_CONFIG_H_
#define CRUSH_COUNTER_BOARD_CONFIG_H_

#include <vector>
#include <GamepadEnums.h>
#include <GamepadState.h>
#include "Pixel.hpp"
#include "enums.h"
#include "NeoPico.hpp"
#include "PlayerLEDs.h"

#define PIN_DPAD_UP 20
#define PIN_DPAD_DOWN 8
Expand Down Expand Up @@ -54,4 +54,10 @@
#define LEDS_BUTTON_R2 10
#define LEDS_BUTTON_L2 11

#define PLED_TYPE PLED_TYPE_RGB
#define PLED1_PIN 12
#define PLED2_PIN 13
#define PLED3_PIN 14
#define PLED4_PIN 15

#endif
1 change: 1 addition & 0 deletions configs/OSFRD/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <GamepadEnums.h>
#include "enums.h"
#include "NeoPico.hpp"
#include "PlayerLEDs.h"

#define PIN_DPAD_UP 13
#define PIN_DPAD_DOWN 11
Expand Down

0 comments on commit 86b0989

Please sign in to comment.