Skip to content

Commit

Permalink
Change default to 16 layers
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jan 22, 2022
1 parent 2e8153a commit fb64c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/action_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif

#if !defined(LAYER_STATE_8BIT) && !defined(LAYER_STATE_16BIT) && !defined(LAYER_STATE_32BIT)
# define LAYER_STATE_8BIT
# define LAYER_STATE_16BIT
#endif

#if defined(LAYER_STATE_8BIT)
Expand Down

0 comments on commit fb64c4b

Please sign in to comment.