Browse Source

Removed VIA from firmware

pull/14484/head
Batuhan Başerdem 2 years ago
parent
commit
0c98dd62f3
3 changed files with 15 additions and 0 deletions
  1. +5
    -0
      layouts/community/split_3x6_3/bbaserdem/config.h
  2. +1
    -0
      users/bbaserdem/bb-oled.c
  3. +9
    -0
      users/bbaserdem/config.h

+ 5
- 0
layouts/community/split_3x6_3/bbaserdem/config.h View File

@ -38,6 +38,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define SPLIT_MODS_ENABLE
# define SPLIT_WPM_ENABLE
// Add state info transmission
#define SPLIT_LAYER_STATE_ENABLE
#define SPLIT_MODS_ENABLE
#define SPLIT_WPM_ENABLE
// Audio output on pin A5 (actualy will be output on B1 using keymap init)
# ifdef AUDIO_ENABLE
# define AUDIO_PIN A5


+ 1
- 0
users/bbaserdem/bb-oled.c View File

@ -31,6 +31,7 @@ void oled_task_user(void) {
render_status_lite(0, 0);
}
}
#endif
/*-------------------------*\
|*---RENDERING FUNCTIONS---*|


+ 9
- 0
users/bbaserdem/config.h View File

@ -113,6 +113,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define OLED_FADE_OUT_INTERVAL 5
#endif
// OLED definitions
#ifdef OLED_ENABLE
// Timeout in one minute
#define OLED_TIMEOUT 60000
// Fade out the screen when timing out
#define OLED_FADE_OUT
#define OLED_FADE_OUT_INTERVAL 5
#endif
// For perkey leds
#ifdef RGB_MATRIX_ENABLE
# define RGB_DISABLE_WHEN_USB_SUSPENDED true


Loading…
Cancel
Save