Skip to content

Commit

Permalink
initial (qmk#19137)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 committed Nov 22, 2022
1 parent 3b11e98 commit bfdc761
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 11 deletions.
Empty file modified keyboards/aeboards/satellite/keymaps/default/keymap.c
100755 → 100644
Empty file.
2 changes: 0 additions & 2 deletions keyboards/aeboards/satellite/keymaps/default/readme.md

This file was deleted.

Empty file modified keyboards/aeboards/satellite/keymaps/via/keymap.c
100755 → 100644
Empty file.
2 changes: 0 additions & 2 deletions keyboards/aeboards/satellite/keymaps/via/readme.md

This file was deleted.

Empty file modified keyboards/aeboards/satellite/keymaps/via/rules.mk
100755 → 100644
Empty file.
Empty file modified keyboards/aeboards/satellite/readme.md
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion keyboards/aeboards/satellite/rev1/config.h
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define DRIVER_1_LED_TOTAL 36
#define DRIVER_2_LED_TOTAL 36
#define ISSI_DRIVER_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
#define DRIVER_LED_TOTAL ISSI_DRIVER_TOTAL
#define RGB_MATRIX_LED_COUNT ISSI_DRIVER_TOTAL

#define RGB_MATRIX_STARTUP_VAL 80
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
Expand Down
Empty file modified keyboards/aeboards/satellite/rev1/readme.md
100755 → 100644
Empty file.
12 changes: 6 additions & 6 deletions keyboards/aeboards/satellite/rev1/rev1.c
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "drivers/led/issi/is31fl3731.h"

#ifdef RGB_MATRIX_ENABLE
const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = {
/* Refer to IS31 manual for these locations
* driver
* | R location
Expand Down Expand Up @@ -103,11 +103,11 @@ const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
};

led_config_t g_led_config = { {
{ 0+17, 0+16, 0+15, 0+14, 0+13, 0+12, 0+11, 0+10, 0+ 9, 18+ 0, 18+ 1, 18+ 2, 18+ 3, 18+ 4, 18+ 6 },
{ 0+ 7, 0+ 6, 0+ 5, 0+ 4, 0+ 3, 0+ 2, 0+ 1, 0+ 0, 18+ 9, 18+10, 18+11, 18+12, 18+13, 18+14, 18+ 7 },
{ 0+ 8, 36+14, 36+13, 36+12, 36+11, 36+10, 36+ 9, 54+ 0, 54+ 1, 54+ 2, 54+ 3, 54+ 4, 54+ 5, NO_LED, 18+ 8 },
{ 36+15, 36+ 5, 36+ 4, 36+ 3, 36+ 2, 36+ 1, 54+ 9, 54+10, 54+11, 54+12, 54+ 6, NO_LED, 54+ 7, 54+ 8, 18+15 },
{ 36+16, 36+ 8, 36+ 7, NO_LED, NO_LED, 36+ 0, NO_LED, NO_LED, NO_LED, 54+15, 54+16, NO_LED, 54+17, 18+17, 18+16 },
{ 17, 16, 15, 14, 13, 12, 11, 10, 9, 18, 19, 20, 21, 22, 24 },
{ 7, 6, 6, 4, 4, 2, 1, 0, 27, 18, 29, 30, 31, 32, 25 },
{ 8, 50, 49, 48, 47, 46, 45, 54, 55, 56, 57, 8, 59, NO_LED, 26 },
{ 51, 41, 40, 39, 38, 37, 63, 64, 65, 66, 60, NO_LED, 61, 62, 33 },
{ 52, 44, 43, NO_LED, NO_LED, 36, NO_LED, NO_LED, NO_LED, 69, 70, NO_LED, 71, 35, 34 },
}, {
//A0 .. A17
{112,16 }, { 97,16 }, { 82,16 }, { 67,16 }, { 52,16 }, { 37,16 }, { 22,16 }, { 4,16 }, { 6,32 },
Expand Down
Empty file modified keyboards/aeboards/satellite/rev1/rev1.h
100755 → 100644
Empty file.
Empty file modified keyboards/aeboards/satellite/rev1/rules.mk
100755 → 100644
Empty file.
Empty file modified keyboards/aeboards/satellite/rules.mk
100755 → 100644
Empty file.
Empty file modified keyboards/aeboards/satellite/satellite.c
100755 → 100644
Empty file.
Empty file modified keyboards/aeboards/satellite/satellite.h
100755 → 100644
Empty file.

0 comments on commit bfdc761

Please sign in to comment.