Browse Source

[Keymap] Disable console on Sofle default keymap (#15261)

pull/15268/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
e8ce66a0d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/sofle/keymaps/default/rules.mk

+ 1
- 1
keyboards/sofle/keymaps/default/rules.mk View File

@ -2,5 +2,5 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
ENCODER_ENABLE = yes
CONSOLE_ENABLE = yes
CONSOLE_ENABLE = no
EXTRAKEY_ENABLE = yes

Loading…
Cancel
Save