Skip to content

Commit

Permalink
add tiger80 iso layout support (#19975)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: jack <[email protected]>
  • Loading branch information
3 people committed Mar 15, 2023
1 parent 0996bca commit 3eb04fe
Show file tree
Hide file tree
Showing 6 changed files with 244 additions and 183 deletions.
17 changes: 1 addition & 16 deletions keyboards/kbdfans/tiger80/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@

#pragma once


#define MATRIX_ROW_PINS { B0, E6, B1, B4, D1, D2 }
#define MATRIX_COL_PINS { F7, F6, F5, F4, F1, F0, D3, D5, D4, D6, D7, B5, B6, C6, E2, D0 }

#define DIODE_DIRECTION COL2ROW

#define LOCKING_SUPPORT_ENABLE
#define LOCKING_RESYNC_ENABLE

#define RGB_DI_PIN B3
#ifdef RGB_DI_PIN
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
Expand All @@ -37,13 +27,8 @@
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_EFFECT_RAINBOW_MOOD + 6)
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_EFFECT_RAINBOW_MOOD + 6)
#define RGBLIGHT_DEFAULT_SPD 15
#define RGBLED_NUM 20
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 10
#define RGBLIGHT_VAL_STEP 10
#define RGBLIGHT_SLEEP
#endif

#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
Loading

0 comments on commit 3eb04fe

Please sign in to comment.