Skip to content

Commit

Permalink
incorporated suggestions second try
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-l-wang committed Apr 15, 2024
1 parent 55e7059 commit 9181227
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions keyboards/jlw/vault35_wkl_universal/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"keyboard_name": "vault 35 WKL universal",
"maintainer": "jlw",
"bootloader": "stm32-dfu",
"bootmagic": {
"matrix": [0, 0]
},
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
Expand Down Expand Up @@ -148,7 +145,6 @@
{"matrix": [2, 0], "x": 1, "y": 46, "flags": 4},
{"matrix": [1, 0], "x": 1, "y": 34, "flags": 4}
],
"max_brightness": 255,
"sat_steps": 4,
"val_steps": 4
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, _______, _______, _______, _______, _______, KC_7, KC_8, KC_9, KC_0,
_______, _______, _______, _______, _______, _______, _______, KC_4, KC_5, KC_6, _______,
_______, _______, _______, _______, _______, QK_BOOT, _______, KC_1, KC_2, KC_3, _______,
_______, _______, _______, _______, _______, _______, _______, _______
_______, _______, _______, _______, _______, _______, MO(2), _______
),

[2] = LAYOUT_all(
Expand Down
6 changes: 0 additions & 6 deletions keyboards/jlw/vault35_wkl_universal/mcuconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@
#define STM32_PWM_USE_TIM17 TRUE
#define STM32_TIM17_SUPPRESS_ISR

#define WS2812_PWM_DRIVER PWMD17
#define WS2812_PWM_CHANNEL 1
#define WS2812_PWM_PAL_MODE 2
#define WS2812_PWM_COMPLEMENTARY_OUTPUT
#define WS2812_DMA_STREAM STM32_DMA1_STREAM1
#define WS2812_DMA_CHANNEL 1

0 comments on commit 9181227

Please sign in to comment.