aboutsummaryrefslogtreecommitdiff
path: root/keyboards/pos78
diff options
context:
space:
mode:
authorsmssmssms <smssmssms@users.noreply.github.com>2021-01-01 23:27:13 +0000
committerGitHub <noreply@github.com>2021-01-01 15:27:13 -0800
commitd321cb3f8bcdd2ab15c13785f6fc4dd3474ec1ec (patch)
tree4459baa1e3852db6c97ab9bb7329df2f3ac41d8a /keyboards/pos78
parent8ed9eb9c7f75b898c867060be46b404725339cea (diff)
downloadqmk_firmware-d321cb3f8bcdd2ab15c13785f6fc4dd3474ec1ec.tar.gz
qmk_firmware-d321cb3f8bcdd2ab15c13785f6fc4dd3474ec1ec.zip
[Keyboard] Pos78 update (#11274)
* Added LED hardware pin numbers CAPS and NUM lock LEDs * Added "LED_PIN_ON_STATE 1" * Make MATRIX_ROW/COL pins match reality
Diffstat (limited to 'keyboards/pos78')
-rw-r--r--keyboards/pos78/config.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/keyboards/pos78/config.h b/keyboards/pos78/config.h
index c307c6f5c..c070d1358 100644
--- a/keyboards/pos78/config.h
+++ b/keyboards/pos78/config.h
@@ -39,8 +39,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
39 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) 39 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
40 * 40 *
41 */ 41 */
42#define MATRIX_ROW_PINS { F7, F6, F5, F4, F1, F0 } 42#define MATRIX_ROW_PINS { F0, F1, F4, F5, F6, F7 }
43#define MATRIX_COL_PINS { C7, D6, B7 ,B6, B5, E6, C6, D0, D1, D3, D2, B1, B2 } 43#define MATRIX_COL_PINS { B2, B1, D2, D3, D1, D0, C6, E6, B5, B6, B7, D6, C7 }
44#define UNUSED_PINS 44#define UNUSED_PINS
45 45
46/* COL2ROW, ROW2COL */ 46/* COL2ROW, ROW2COL */
@@ -59,6 +59,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
59/* Locking resynchronize hack */ 59/* Locking resynchronize hack */
60#define LOCKING_RESYNC_ENABLE 60#define LOCKING_RESYNC_ENABLE
61 61
62/* Hardware LED pins*/
63#define LED_CAPS_LOCK_PIN D4
64#define LED_NUM_LOCK_PIN D2
65#define LED_PIN_ON_STATE 1
66
62/* If defined, GRAVE_ESC will always act as ESC when CTRL is held. 67/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
63 * This is useful for the Windows task manager shortcut (ctrl+shift+esc). 68 * This is useful for the Windows task manager shortcut (ctrl+shift+esc).
64 */ 69 */