Browse Source

add filess

pull/1750/head
Jack Humbert 6 years ago
parent
commit
4c75285816
1 changed files with 23 additions and 0 deletions
  1. +23
    -0
      keyboards/planck/keymaps/bbaserdem/rules.mk

+ 23
- 0
keyboards/planck/keymaps/bbaserdem/rules.mk View File

@ -0,0 +1,23 @@
# Build options
# ENABLE
TAP_DANCE_ENABLE = yes
UNICODE_ENABLE = yes
MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
NKRO_ENABLE = yes
BACKLIGHT_ENABLE = yes
AUDIO_ENABLE = yes
# DISABLE
BOOTMAGIC_ENABLE = no
MIDI_ENABLE = no
# Not for planck
RGBLIGHT_ENABLE = no #Clashes with audio
BLUETOOTH_ENABLE = no #No bluetooth
SLEEP_LED_ENABLE = no #Uses BACKLIGHT_ENABLE rimer
ifndef QUANTUM_DIR
include ../../../../Makefile
endif

Loading…
Cancel
Save