diff options
author | Cole Markham <github@themarkhams.us> | 2018-03-07 16:06:41 -0600 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-07 17:06:41 -0500 |
commit | bd1ad405bfb50a42f162b66b00037a7630474307 (patch) | |
tree | 959302dc2d8a0fa3ce004447c7dbe459ae32435b /keyboards/meira/keymaps/grahampheath | |
parent | 03df19d3f6968f0dc3041b39b7ae8b85198aaa56 (diff) | |
download | qmk_firmware-bd1ad405bfb50a42f162b66b00037a7630474307.tar.gz qmk_firmware-bd1ad405bfb50a42f162b66b00037a7630474307.zip |
Update Meira for revision 1.1 to enable backlighting by default (#2468)
* Update Meira for revision 1.1 to enable backlighting by default
* Updates to fix other keymaps
Diffstat (limited to 'keyboards/meira/keymaps/grahampheath')
-rw-r--r-- | keyboards/meira/keymaps/grahampheath/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/meira/keymaps/grahampheath/rules.mk b/keyboards/meira/keymaps/grahampheath/rules.mk index 8288530c9e..b3b1980eb1 100644 --- a/keyboards/meira/keymaps/grahampheath/rules.mk +++ b/keyboards/meira/keymaps/grahampheath/rules.mk @@ -1,3 +1,5 @@ AUDIO_ENABLE = yes # Audio output on port C6 EXTRAFLAGS+=-flto # -4-7k MOUSEKEY_ENABLE = no # Mouse keys(-47kb) +ISSI_ENABLE = no +BACKLIGHT_ENABLE = no
\ No newline at end of file |