diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-09-07 01:04:48 -0700 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2019-09-07 18:04:48 +1000 |
commit | fc5fb2fc1598bd07cafb97b35100237506592d9d (patch) | |
tree | e677002ff8d3a018578a56b225b798861b0d3fc7 /keyboards/playkbtw/ca66/config.h | |
parent | ac8f8a89141fb6830c1e510d0325092e549e9840 (diff) |
CA66 R1/R2 Cleanup (#6678)
* fixup readme to adhere to QMK standards and to also have more information
* use pragma once
* strip out the custom bootmagic lite routine as it is the same as QMK's default bootmagic lite routine. Also add the caps lock led indicator
* turn on bootmagic lite
* update default keymap
* Update keyboards/playkbtw/ca66/ca66.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* remove lines 4 thru 37 and add bootloader
Diffstat (limited to 'keyboards/playkbtw/ca66/config.h')
-rw-r--r-- | keyboards/playkbtw/ca66/config.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/playkbtw/ca66/config.h b/keyboards/playkbtw/ca66/config.h index b4c0e62341..ff68cdac9e 100644 --- a/keyboards/playkbtw/ca66/config.h +++ b/keyboards/playkbtw/ca66/config.h @@ -1,5 +1,4 @@ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -15,7 +14,7 @@ #define MATRIX_ROWS 5 #define MATRIX_COLS 15 -/* key matrix pins */ +/* key matrix pins 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14*/ #define MATRIX_ROW_PINS { F5, F4, F1, B0, B3 } #define MATRIX_COL_PINS { F7, C7, C6, B6, B5, B4, D7, D6, D4, D5, D3, D2, F6, B7, E6 } #define UNUSED_PINS @@ -45,5 +44,3 @@ #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 #endif - -#endif |