diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-20 18:44:34 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-20 18:44:34 +0000 |
commit | 8dc81309f4f07815de9bdd27c6ca519c44f55d5b (patch) | |
tree | 2b0f9911d9a040b00a0df9bc3fb618bdea3f726d /keyboards/acheron/apollo/88htsc/88htsc.c | |
parent | 881aab9e76d4cab5b1c58548cb47ff4a2c8868cb (diff) | |
parent | b0f824755a1239a5ee6285a8930f6521f3924869 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/acheron/apollo/88htsc/88htsc.c')
-rw-r--r-- | keyboards/acheron/apollo/88htsc/88htsc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/acheron/apollo/88htsc/88htsc.c b/keyboards/acheron/apollo/88htsc/88htsc.c index 88e0815b3f..574e1829de 100644 --- a/keyboards/acheron/apollo/88htsc/88htsc.c +++ b/keyboards/acheron/apollo/88htsc/88htsc.c @@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "88htsc.h" -void board_init(void) { - setPinInput(B9); - setPinInput(B10); -} - led_config_t g_led_config = { { { 16 , 15 , 14 , 13 , 12 , 11 , 10 , 9 , 8 , 7 , 6 , 5 , 4 , 3 , 2 , 1 , 0 }, { 17 , 18 , 19 , 20 , 21 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , 30 , 31 , 32 , 33 }, |