~ruther/qmk_firmware

2597fb7c508cf36704291cd48b2c752dd21f2b0d — Jack Humbert 9 years ago 63462bf
might have broken something
2 files changed, 4 insertions(+), 3 deletions(-)

M keyboard/planck/config.h
M keyboard/planck/keymaps/default/makefile.mk
M keyboard/planck/config.h => keyboard/planck/config.h +2 -2
@@ 73,10 73,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/* disable debug print */
#define NO_DEBUG
//#define NO_DEBUG

/* disable print */
#define NO_PRINT
//#define NO_PRINT

/* disable action features */
//#define NO_ACTION_LAYER

M keyboard/planck/keymaps/default/makefile.mk => keyboard/planck/keymaps/default/makefile.mk +2 -1
@@ 1,1 1,2 @@
AUDIO_ENABLE = yes
\ No newline at end of file
AUDIO_ENABLE = yes
BACKLIGHT_ENABLE = yes
\ No newline at end of file