diff options
Diffstat (limited to 'keyboards/atomic/keymaps/pvc/config.h')
| -rw-r--r-- | keyboards/atomic/keymaps/pvc/config.h | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/keyboards/atomic/keymaps/pvc/config.h b/keyboards/atomic/keymaps/pvc/config.h index ea5821ee7..e63a7340c 100644 --- a/keyboards/atomic/keymaps/pvc/config.h +++ b/keyboards/atomic/keymaps/pvc/config.h | |||
| @@ -15,37 +15,19 @@ You should have received a copy of the GNU General Public License | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #ifndef CONFIG_H | 18 | #ifndef CONFIG_USER_H |
| 19 | #define CONFIG_H | 19 | #define CONFIG_USER_H |
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | /* USB Device descriptor parameter */ | 23 | /* USB Device descriptor parameter */ |
| 24 | #define VENDOR_ID 0xFEED | 24 | #undef PRODUCT_ID |
| 25 | #define PRODUCT_ID 0x0419 | 25 | #define PRODUCT_ID 0x0419 |
| 26 | #define DEVICE_VER 0x0001 | ||
| 27 | #define MANUFACTURER Ortholinear Keyboards | ||
| 28 | #define PRODUCT The Atomic Keyboard | ||
| 29 | #define DESCRIPTION A compact ortholinear keyboard | ||
| 30 | 26 | ||
| 31 | /* key matrix size */ | 27 | /* key matrix size */ |
| 32 | #define MATRIX_ROWS 5 | 28 | #define MATRIX_ROWS 5 |
| 33 | #define MATRIX_COLS 15 | 29 | #define MATRIX_COLS 15 |
| 34 | 30 | ||
| 35 | /* | ||
| 36 | * Keyboard Matrix Assignments | ||
| 37 | * | ||
| 38 | * Change this to how you wired your keyboard | ||
| 39 | * COLS: AVR pins used for columns, left to right | ||
| 40 | * ROWS: AVR pins used for rows, top to bottom | ||
| 41 | * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) | ||
| 42 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | ||
| 43 | * | ||
| 44 | */ | ||
| 45 | #define MATRIX_ROW_PINS { D0, D5, B5, B6, B3 } | ||
| 46 | #define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7, D3, D2, D1 } | ||
| 47 | #define UNUSED_PINS | ||
| 48 | |||
| 49 | #define BACKLIGHT_PIN B7 | 31 | #define BACKLIGHT_PIN B7 |
| 50 | #define BACKLIGHT_BREATHING | 32 | #define BACKLIGHT_BREATHING |
| 51 | 33 | ||
