mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-21 07:02:01 +00:00
Update keyboards/mectechpad/mectechpad.c
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
0796dfcb70
commit
48669d130d
@ -20,11 +20,3 @@ void housekeeping_task_kb(void) {
|
|||||||
gpio_write_pin(LED_PIN_LAYER_2, (get_highest_layer(layer_state) == 2));
|
gpio_write_pin(LED_PIN_LAYER_2, (get_highest_layer(layer_state) == 2));
|
||||||
gpio_write_pin(LED_PIN_LAYER_3, (get_highest_layer(layer_state) == 3));
|
gpio_write_pin(LED_PIN_LAYER_3, (get_highest_layer(layer_state) == 3));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mask to accommodate the direct pin switch
|
|
||||||
const matrix_row_t matrix_mask[MATRIX_ROWS] = {
|
|
||||||
0b111,
|
|
||||||
0b111,
|
|
||||||
0b111,
|
|
||||||
0b001,
|
|
||||||
};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user