diff options
Diffstat (limited to 'keyboards/soda/pocket/config.h')
-rw-r--r-- | keyboards/soda/pocket/config.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/keyboards/soda/pocket/config.h b/keyboards/soda/pocket/config.h index 4b6ff7b4ab..2387f9a000 100644 --- a/keyboards/soda/pocket/config.h +++ b/keyboards/soda/pocket/config.h @@ -15,23 +15,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once - -#define MATRIX_COL_PINS { A2, A1, B14, B4, B5, B6, B7} -#define MATRIX_ROW_PINS { A7, B0, B1, B2, B10, B11 } -#define DIODE_DIRECTION ROW2COL - #define LED_NUM_LOCK_PIN B15 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -// enable NKRO_ENABLE -#define FORCE_NKRO -// The pin connected to the data pin of the LEDs -#define RGB_DI_PIN C15 -// The number of LEDs connected +// The number of LEDs connected #define RGB_MATRIX_LED_COUNT 34 #ifdef RGB_MATRIX_ENABLE |