Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
copyright holder fix, config.h edited
  • Loading branch information
AlexHtr committed Sep 20, 2024
1 parent 28e91dd commit a371cba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
11 changes: 3 additions & 8 deletions keyboards/hator/gravity/xtkl/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define SN32_RGB_MATRIX_ROW_PINS { C3,C1,C0, C6,C5,C4, C9,C8,C7, C12,C11,C10, B13,C14,C13, B14,B15,D3, A2,A4,A3 }

//#define SN32_RGB_MATRIX_COL_PINS {A8, A9, A10, A11, A12, A13, A14, A15, B0, B1, B2, B3, B4, B5, B6, B7, B8}

#define RGB_MATRIX_LED_COUNT 104
#define MATRIX_UNSELECT_DRIVE_HIGH
//#define SN32_PWM_OUTPUT_ACTIVE_LEVEL SN32_PWM_OUTPUT_ACTIVE_HIGH

#define SN32_RGB_MATRIX_ROW_PINS { C3,C1,C0, C6,C5,C4, C9,C8,C7, C12,C11,C10, B13,C14,C13, B14,B15,D3, A2,A4,A3 }
#define SN32_RGB_OUTPUT_ACTIVE_LEVEL SN32_RGB_OUTPUT_ACTIVE_HIGH
//#define USB_MAX_POWER_CONSUMPTION 500
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 240
#define RGB_MATRIX_LED_COUNT 104
3 changes: 2 additions & 1 deletion keyboards/hator/gravity/xtkl/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
/* Copyright 2024 @ HATOR (https://www.hator.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
Expand Down
2 changes: 1 addition & 1 deletion keyboards/hator/gravity/xtkl/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* Copyright 2024 @ HATOR (https://www.hator.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit a371cba

Please sign in to comment.