summaryrefslogtreecommitdiff
path: root/keyboards/nyquist/keymaps
diff options
context:
space:
mode:
authorDanny2018-05-28 18:02:41 -0400
committerDrashna Jaelre2018-05-28 15:02:41 -0700
commit2b677ddac9aaba14f75787ab4b6d81054ad6ffd4 (patch)
tree61079929788a447a26de38776b7eb9eacebe9a2e /keyboards/nyquist/keymaps
parent8ddebce2d7d42eedbafae5b92dff1af229115fac (diff)
Fix nyquist (and other splits using D2 in debouncing) (#3067)
* Update default Nyquist revision * LED slave fix * Sync changes from lets_split * Add needed check for debouncing * Remove line that was setting PD2 pin and interfering with use of that pin * Add backlight key to keymap
Diffstat (limited to 'keyboards/nyquist/keymaps')
-rw-r--r--keyboards/nyquist/keymaps/hexwire/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/nyquist/keymaps/hexwire/keymap.c b/keyboards/nyquist/keymaps/hexwire/keymap.c
index 699cc3de5..40df4bcab 100644
--- a/keyboards/nyquist/keymaps/hexwire/keymap.c
+++ b/keyboards/nyquist/keymaps/hexwire/keymap.c
@@ -36,6 +36,7 @@ enum custom_keycodes {
#define KC_X2 RAISE
#define KC_X3 LT(_FN3, KC_GRV)
#define KC_X4 MT(MOD_LSFT, KC_ENT)
+#define KC_BL_S BL_STEP
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
@@ -91,7 +92,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//|----+----+----+----+----+----| |----+----+----+----+----+----|
,CPYP, , ,DOWN,LCBR, RCBR, P1 , P2 , P3 ,MINS, ,
//|----+----+----+----+----+----| |----+----+----+----+----+----|
- , , , , , , DEL , , P0 ,PDOT, ,
+ BL_S, , , , , , DEL , , P0 ,PDOT, ,
//`----+----+----+----+----+----' `----+----+----+----+----+----'
),