mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
might have broken something
This commit is contained in:
parent
63462bf8c1
commit
2597fb7c50
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
AUDIO_ENABLE = yes
|
||||
AUDIO_ENABLE = yes
|
||||
BACKLIGHT_ENABLE = yes
|
Loading…
Reference in a new issue