summaryrefslogtreecommitdiffstats
path: root/keyboards/diverge3/config.h
diff options
context:
space:
mode:
authorLevi Olson <olson.levi@gmail.com>2018-10-22 21:04:28 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-22 21:04:28 +0200
commit47dcda1087a2aa3bbb46d69c5cf682bf45650a8b (patch)
tree01b6e9487ee25d0f17a37cd106ceef8e7f2c5ac1 /keyboards/diverge3/config.h
parenta2b650df474420b2003978fbf391393b2cccbd33 (diff)
downloadqmk_firmware-47dcda1087a2aa3bbb46d69c5cf682bf45650a8b.tar.gz
qmk_firmware-47dcda1087a2aa3bbb46d69c5cf682bf45650a8b.tar.xz
Diverge3 - Workman Layout (#3682)
* Diverge3: Workman Programmers Layout * Diverge3: Comment Removal * Diverge3: Image Links Fixed * Diverge3: Images added * Diverge3: Images cleaned up * Diverge3: Images cleaned up * Diverge3: Removing Images * Diverge3: Improving readme.md * Diverge3: Improving readme.md * Diverge3: Add supporting Comments * Diverge3: Update readme * Diverge3: Update readme * Diverge3: Updates per comments in PR * Diverge3: Updates per comments in PR * Diverge3: Updates per comments in PR * Diverge3: Updates per comments in PR * Diverge3: Updates per comments in PR * Diverge3: Updates per comments in PR
Diffstat (limited to 'keyboards/diverge3/config.h')
-rw-r--r--keyboards/diverge3/config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/diverge3/config.h b/keyboards/diverge3/config.h
index db3c6a6f7..f3ed06739 100644
--- a/keyboards/diverge3/config.h
+++ b/keyboards/diverge3/config.h
@@ -31,7 +31,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 8
-// SERIAL is the only supported
+// Only SERIAL is currently supported
+// By converting this to use I2C, backlight
+// would/should be fully functional as well
#define USE_SERIAL
/*
@@ -51,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
#define DIODE_DIRECTION ROW2COL
-// #define BACKLIGHT_PIN B7
+// #define BACKLIGHT_PIN C6
// #define BACKLIGHT_BREATHING
// #define BACKLIGHT_LEVELS 3
@@ -61,8 +63,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* define if matrix has ghost (lacks anti-ghosting diodes) */
//#define MATRIX_HAS_GHOST
-
-/* number of backlight levels */
+
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE