Browse Source

give up on SPI

pull/12696/head
lbibass 2 years ago
parent
commit
f3c9014ec7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      keyboards/boardnotbored/350mimi/config.h
  2. +1
    -1
      keyboards/boardnotbored/350mimi/rules.mk

+ 1
- 1
keyboards/boardnotbored/350mimi/config.h View File

@ -49,7 +49,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_ANIMATIONS
#define RGB_DI_PIN A7
#define RGBLED_NUM 14
#define WS2812_SPI SPID2
// #define WS2812_SPI SPID2
//#define WS2812_SPI_MOSI_PAL_MODE 5
#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 3071 // this lets you use more of the 8kb of eeprom availible on the STM32F072CBT6. (3kB here)


+ 1
- 1
keyboards/boardnotbored/350mimi/rules.mk View File

@ -16,7 +16,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
CUSTOM_MATRIX = no # Custom matrix file
BACKLIGHT_ENABLE = no # This is broken on 072 for some reason
RGBLIGHT_ENABLE = yes
WS2812_DRIVER = spi
WS2812_DRIVER = bitbang
VIA_ENABLE = yes
LAYOUTS = 60_tsangan_hhkb 60_ansi_tsangan


Loading…
Cancel
Save