]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keyboard: Remove BACKLIGHT BREATHING as default config for Prime Keyboards (#3979)
authorholtenc <holtenc@gmail.com>
Tue, 25 Sep 2018 22:48:01 +0000 (17:48 -0500)
committerDrashna Jaelre <drashna@live.com>
Tue, 25 Sep 2018 22:48:01 +0000 (15:48 -0700)
* initial commit

* Update readme.md

* Update keymap.c

added comment for description of function to control LED as layer indicator

* corrected formatting as requested.

* format for configurator

* corrected info.json to propertly reflect layout in Configurator

* updated layouts to reflect physical keyboard

* comment out BACKLIGHT BREATHING in config.h

keyboards/primekb/prime_l/config.h
keyboards/primekb/prime_m/config.h
keyboards/primekb/prime_o/config.h

index 46dd3604e48a56996f950dab6e04f36504754638..8e2457816667f2517609b2471fce643291d89e92 100644 (file)
@@ -40,7 +40,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define DIODE_DIRECTION COL2ROW
 
 #define BACKLIGHT_PIN B6
-#define BACKLIGHT_BREATHING
+/*#define BACKLIGHT_BREATHING*/
 #define BACKLIGHT_LEVELS 4
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
index 82a8037c99fbe62677fd70bfe8be298c491138f7..366504375e5a32e5524153cbe924f7a788a6ad8d 100644 (file)
@@ -40,7 +40,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define DIODE_DIRECTION COL2ROW
 
 #define BACKLIGHT_PIN B7
-#define BACKLIGHT_BREATHING
+/*#define BACKLIGHT_BREATHING*/
 #define BACKLIGHT_LEVELS 4
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
index 9f634474cf15e938d39a1dbad06fdcaddb2369dc..eb897ef8fa3ddf65b06504ee3ab76c829d815b27 100644 (file)
@@ -40,7 +40,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define DIODE_DIRECTION COL2ROW
 
 #define BACKLIGHT_PIN B7
-#define BACKLIGHT_BREATHING
+/*#define BACKLIGHT_BREATHING*/
 #define BACKLIGHT_LEVELS 4
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */