diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-05-11 12:51:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 12:51:39 -0700 |
commit | 8e9a81a86077349b98b6c381d7f75ff10b161295 (patch) | |
tree | 4abe5ac8bed3b71d5887d463c00ea6d32e62c4ef /keyboards/kbdfans/kbd75/rev2/rules.mk | |
parent | c9e336fde6c69b87ab7f57832c762c67222ff06c (diff) | |
download | qmk_firmware-8e9a81a86077349b98b6c381d7f75ff10b161295.tar.gz qmk_firmware-8e9a81a86077349b98b6c381d7f75ff10b161295.zip |
KBDfans KBD75 Refactor - 2022 Edition (#17052)
* add license headers
* tidy-up revision rules.mk files
- convert tabs to spaces
- align inline comments
- update rule ordering
* touch-up readme.md
* touch-up rev1/rev1.h
- convert tabs to spaces
- convert to QMK 3-character notation for matrix positions
* rev1/rev1.h: add matrix diagram
* touch-up rev2/rev2.h
- convert tabs to spaces
- convert to QMK 3-character notation for matrix positions
* rev2/rev2.h: add matrix diagrams
* rev1/info.json: apply friendly formatting
* rev2/info.json: apply friendly formatting
* refactor layout macros
- switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi`
- makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility
- move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers
- remove `LAYOUT_iso_1u` (was unused)
- rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl`
- rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl`
* refactor default keymap
- use four-space indent
- update grid alignment
* refactor iso keymap
- refactor to use `LAYOUT_75_iso` macro
- change from Split to 2u Backspace
- change from Split to Standard Spacebar
- change `KC_BSLS` keycode to `KC_NUHS`, and place on home row
- use four-space indent
- update grid alignment
* refactor via keymap
- use four-space indent
- update grid alignment
* touch-up readme.md again
Fix a broken link.
* update section comments in revision header files
* add Full Winkeyless layouts
- add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
Diffstat (limited to 'keyboards/kbdfans/kbd75/rev2/rules.mk')
-rw-r--r-- | keyboards/kbdfans/kbd75/rev2/rules.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/keyboards/kbdfans/kbd75/rev2/rules.mk b/keyboards/kbdfans/kbd75/rev2/rules.mk index e5d5d2c9a2..8bd068589c 100644 --- a/keyboards/kbdfans/kbd75/rev2/rules.mk +++ b/keyboards/kbdfans/kbd75/rev2/rules.mk @@ -8,13 +8,13 @@ BOOTLOADER = atmel-dfu # change yes to no to disable # BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -AUDIO_ENABLE = no -RGBLIGHT_ENABLE = yes +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output LAYOUTS = 75_ansi 75_iso |