Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull request for n60a pcb #17273

Merged
merged 32 commits into from
Jun 22, 2022
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
96a8d3c
Create red.md
valdiieee May 31, 2022
ebe5af2
Add files via upload
valdiieee May 31, 2022
d0b9f61
Update and rename red.md to readme.md
valdiieee May 31, 2022
a197751
Update readme.md
valdiieee May 31, 2022
f591ba0
Add files via upload
valdiieee Jun 1, 2022
9e910ca
Update rules.mk
valdiieee Jun 1, 2022
648734b
Update readme.md
valdiieee Jun 1, 2022
f23efcd
Update keyboards/nix_studio/n60a/rules.mk
valdiieee Jun 2, 2022
f659468
Delete n60a_via.json
valdiieee Jun 2, 2022
be1dca3
Update n60a.c
valdiieee Jun 2, 2022
51aaafd
Update n60a.h
valdiieee Jun 2, 2022
eeb038e
Update config.h
valdiieee Jun 2, 2022
b726eab
Update keymap.c
valdiieee Jun 2, 2022
a054d58
Update keymap.c
valdiieee Jun 2, 2022
57e0e33
Update readme.md
valdiieee Jun 2, 2022
68809d8
Update keymap.c
valdiieee Jun 3, 2022
58aab4e
Update keymap.c
valdiieee Jun 3, 2022
90175c3
Rename n60a.h to n60_a.h
valdiieee Jun 13, 2022
43333c8
Rename n60a.c to n60_a.c
valdiieee Jun 13, 2022
6455456
Rename keyboards/nix_studio/n60a/readme.md to keyboards/nix_studio/n6…
valdiieee Jun 13, 2022
8000038
Rename keyboards/nix_studio/n60a/rules.mk to keyboards/nix_studio/n60…
valdiieee Jun 13, 2022
d02eba5
Rename keyboards/nix_studio/n60a/n60_a.h to keyboards/nix_studio/n60_…
valdiieee Jun 13, 2022
253691f
Rename keyboards/nix_studio/n60a/n60_a.c to keyboards/nix_studio/n60_…
valdiieee Jun 13, 2022
70b8a25
Update n60_a.c
valdiieee Jun 13, 2022
2388dcc
Rename keyboards/nix_studio/n60a/info.json to keyboards/nix_studio/n6…
valdiieee Jun 13, 2022
3994ed4
Rename keyboards/nix_studio/n60a/config.h to keyboards/nix_studio/n60…
valdiieee Jun 13, 2022
a96d9b1
Rename keyboards/nix_studio/n60a/keymaps/default/keymap.c to keyboard…
valdiieee Jun 13, 2022
153a745
Rename keyboards/nix_studio/n60a/keymaps/default/readme.md to keyboar…
valdiieee Jun 13, 2022
a52d231
Rename keyboards/nix_studio/n60a/keymaps/via/keymap.c to keyboards/ni…
valdiieee Jun 13, 2022
7ae907c
Rename keyboards/nix_studio/n60a/keymaps/via/readme.md to keyboards/n…
valdiieee Jun 13, 2022
a4be3e0
Rename keyboards/nix_studio/n60a/keymaps/via/rules.mk to keyboards/ni…
valdiieee Jun 13, 2022
0c31e16
Update readme.md
valdiieee Jun 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update config.h
  • Loading branch information
valdiieee authored Jun 2, 2022
commit eeb038e2381accc5717f00e15b05a1550fc74a40
33 changes: 16 additions & 17 deletions keyboards/nix_studio/n60a/config.h
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
/* Copyright 2021 Nix Studio
*
* 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/* Copyright Nix Studio & Valdiieee
*
* 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once

#include "config_common.h"
Expand Down Expand Up @@ -43,4 +42,4 @@
#define MATRIX_ROW_PINS { E6, B7, F7, F4, F5 }
#define MATRIX_COL_PINS { F6, B0, F1, C7, C6, B6, B5, B4, D7, D6, D4, D5, D3, D2, D1 }

#define DIODE_DIRECTION COL2ROW
#define DIODE_DIRECTION COL2ROW