aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/frosty_flake/config.h30
1 files changed, 4 insertions, 26 deletions
diff --git a/keyboards/frosty_flake/config.h b/keyboards/frosty_flake/config.h
index f03cecb3e..2c73f1074 100644
--- a/keyboards/frosty_flake/config.h
+++ b/keyboards/frosty_flake/config.h
@@ -36,39 +36,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36 */ 36 */
37 37
38/* key matrix size */ 38/* key matrix size */
39#define MATRIX_ROWS 8 39#define MATRIX_ROWS 8 // Row0 - Row7 in the schematic
40#define MATRIX_COLS 18 40#define MATRIX_COLS 18 // ColA - ColR in the schematic
41 41
42/* 42/*
43 * Keyboard Matrix Assignments 43 * Keyboard Matrix Assignments
44 * 44 */
45 * Change this to how you wired your keyboard 45#define UNUSED_PINS { B0, C4, D3 }
46 * COLS: AVR pins used for columns, left to right
47 * ROWS: AVR pins used for rows, top to bottom
48 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
49 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
50 *
51*/
52//#define MATRIX_ROW_PINS { D5, D4, D6, D2, D1, D0 }
53//#define MATRIX_COL_PINS << n/a >>
54//#define UNUSED_PINS { B0, C4, D3 }
55
56/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
57//#define DIODE_DIRECTION << n/a >>
58
59// #define BACKLIGHT_PIN B7
60// #define BACKLIGHT_BREATHING
61// #define BACKLIGHT_LEVELS 3
62
63 46
64/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 47/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
65#define DEBOUNCING_DELAY 5 48#define DEBOUNCING_DELAY 5
66 49
67/* define if matrix has ghost (lacks anti-ghosting diodes) */
68//#define MATRIX_HAS_GHOST
69
70/* number of backlight levels */
71
72/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 50/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
73#define LOCKING_SUPPORT_ENABLE 51#define LOCKING_SUPPORT_ENABLE
74/* Locking resynchronize hack */ 52/* Locking resynchronize hack */