Skip to content

Commit

Permalink
chore: remove Neuron LED from LED map.
Browse files Browse the repository at this point in the history
Signed-off-by: gonza2206 <[email protected]>
  • Loading branch information
gonza2206 committed Sep 16, 2024
1 parent 5d4f3d7 commit 7c4ce67
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/kaleidoscope/device/dygma/Raise2.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct Raise2LEDDriverProps : public kaleidoscope::driver::led::BaseProps {
static constexpr uint8_t leds_hand_right = 36; // BL Right side.

//static constexpr uint8_t leds_hand = underglow_leds + key_matrix_leds;
static constexpr uint8_t neuron_led = 1;
static constexpr uint8_t neuron_led = 0;

static constexpr uint8_t leds_hand = underglow_leds_rightSide + underglow_leds_leftSide + leds_hand_right + leds_hand_left;
//static constexpr uint16_t led_count = leds_hand + neuron_led; //149 This has to be par number that's why the neuron takes 2
Expand Down Expand Up @@ -142,10 +142,7 @@ class Raise2LEDDriver : public kaleidoscope::driver::led::Base<Raise2LEDDriverPr
// right underglow - 54
122, 123, 124, 125,126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143,144, 145,
146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
170, 171, 172, 173, 174, 175,

// Neuron LED
176
170, 171, 172, 173, 174, 175
};
// clang-format on
};
Expand Down

0 comments on commit 7c4ce67

Please sign in to comment.