X-Git-Url: https://git.hcoop.net/jackhill/qmk/firmware.git/blobdiff_plain/bd56669cec483f514970c00a9b01f7014b2e6fc7..03a454e10edc4db1f949b645ca1731b96932a326:/keyboards/xwhatsit/ibm/3277_66key/through_hole/config.h diff --git a/keyboards/xwhatsit/ibm/3277_66key/through_hole/config.h b/keyboards/xwhatsit/ibm/3277_66key/through_hole/config.h index 1ed792f550..5c95ee4af3 100644 --- a/keyboards/xwhatsit/ibm/3277_66key/through_hole/config.h +++ b/keyboards/xwhatsit/ibm/3277_66key/through_hole/config.h @@ -286,4 +286,26 @@ along with this program. If not, see . //#define SOLENOID_MIN_DWELL 4 //#define SOLENOID_MAX_DWELL 100 +// If the lock lights are not used, then please don't define the below pins, +// or leave them set as unused pins: + +// The following definitions are compatible with the Model F SMD controllers +// from here: https://deskthority.net/viewtopic.php?f=7&t=24597 supporting the +// AT lock lights header +#define LED_NUM_LOCK_PIN D7 +#define LED_CAPS_LOCK_PIN E6 +#define LED_SCROLL_LOCK_PIN B6 + +// The following definitions match the lock lights as used by the original +// xwhatsit firmware, but enabling all three of these is not compatible with +// solenoid support +//#define LED_NUM_LOCK_PIN E6 +//#define LED_CAPS_LOCK_PIN D2 +//#define LED_SCROLL_LOCK_PIN D7 + +// Uncomment below if the leds are on when the pin is driving zero: +//#define LED_NUM_LOCK_ACTIVE_LOW +//#define LED_CAPS_LOCK_ACTIVE_LOW +//#define LED_SCROLL_LOCK_ACTIVE_LOW + #include "../../../post_config.h"