Browse Source

Removed oled_driver_enable keyword.

pull/14484/head
Batuhan Başerdem 2 years ago
parent
commit
ae1e5fd042
4 changed files with 4 additions and 2 deletions
  1. +1
    -0
      keyboards/splitkb/kyria/keymaps/bbaserdem/config.h
  2. +1
    -1
      layouts/community/split_3x5_3/bbaserdem2/rules.mk
  3. +1
    -0
      layouts/community/split_3x6_3/bbaserdem/keymap.c
  4. +1
    -1
      users/bbaserdem/bbaserdem.h

+ 1
- 0
keyboards/splitkb/kyria/keymaps/bbaserdem/config.h View File

@ -27,6 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
// If you are using an Elite C rev3 on the slave side, uncomment the lines below:
// However; this causes the halves to be unresponsive
// #define SPLIT_USB_DETECT
// #define NO_USB_STARTUP_CHECK
#endif

+ 1
- 1
layouts/community/split_3x5_3/bbaserdem2/rules.mk View File

@ -14,5 +14,5 @@
ifneq (,$(findstring crkbd/rev1,$(KEYBOARD)))
RGBLIGHT_ENABLE = no
RGB_MATRIX_ENABLE = yes
OLED_DRIVER_ENABLE = no
OLED_ENABLE = no
endif

+ 1
- 0
layouts/community/split_3x6_3/bbaserdem/keymap.c View File

@ -13,6 +13,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
#include "bbaserdem.h"
#include <stdio.h>
#ifdef KEYBOARD_crkbd_rev1
# include "bb-oled-extra.h"


+ 1
- 1
users/bbaserdem/bbaserdem.h View File

@ -44,7 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "bb-encoder.h"
#endif
// Oled screen
#ifdef OLED_DRIVER_ENABLE
#ifdef OLED_ENABLE
#include "bb-oled.h"
#endif


Loading…
Cancel
Save