diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-20 10:39:57 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-20 10:39:57 -0700 |
commit | 995b31a565e88b29e1f6a4493e7ab8b3d7951f99 (patch) | |
tree | 22edc217c2f874ea1e1ddad2e11fff788e6e67ce /keyboards/gray_studio/hb85/rules.mk | |
parent | 066465fa6fdf3013a7fac11305d20bb2846fd630 (diff) | |
download | qmk_firmware-995b31a565e88b29e1f6a4493e7ab8b3d7951f99.tar.gz |
[Keyboard] HB85 Refactor/Layout Addition (#5451)
* introduce stt layout with K(row)(col)
* set bootmagic to lite
* Rename the original LAYOUT to LAYOUT_all
Introduce the STT layout
In additional the whole matrix was changed to support the K(row)(col) notation.
* rename LAYOUT to LAYOUT_all
* add QMK Configurator support
* stt keymap based on mrpetrov's default configuration on the hb85 he lent me
* update readme
* introduce basic and aop layouts along with QMK Configurator support for them
* add a new line
* add EEP_RST to layer 1 as it is needed to get rgb underglow to work
* add documentation on how to reset the eeprom on the board
* put contributors names where appropriate
Diffstat (limited to 'keyboards/gray_studio/hb85/rules.mk')
-rw-r--r-- | keyboards/gray_studio/hb85/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/gray_studio/hb85/rules.mk b/keyboards/gray_studio/hb85/rules.mk index f90610576..682b9cbac 100644 --- a/keyboards/gray_studio/hb85/rules.mk +++ b/keyboards/gray_studio/hb85/rules.mk @@ -1,4 +1,4 @@ -# Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com> +# Copyright 2019 fcoury <felipe.coury@gmail.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ F_CPU = 12000000 BOOTLOADER = bootloadHID # build options -BOOTMAGIC_ENABLE = full +BOOTMAGIC_ENABLE = lite MOUSEKEY_ENABLE = no EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = yes |