diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-09-25 12:55:27 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-25 12:55:27 -0700 |
commit | 0850a8cb634febb92314af5a65a11e58b123e86f (patch) | |
tree | 34f3a19d2ba9f6c2820aa8cc438b238c16adf707 /keyboards/kbdfans/kbd67/hotswap/hotswap.h | |
parent | c61d7d7cb001498e6edf09a9ebc6124c1fe6ed97 (diff) | |
download | qmk_firmware-0850a8cb634febb92314af5a65a11e58b123e86f.tar.gz qmk_firmware-0850a8cb634febb92314af5a65a11e58b123e86f.zip |
65 ansi blocker everywhere (everywhere I can find) (#6805)
* e6.5 actually already had a 65_ansi_blocker LAYOUT macro, so just had to enable in rules.
* Add the 65_ansi_blocker LAYOUT macro and enable in rules.mk
* rename LAYOUT macro in .h and in the keymap.c as it was only a default keymap. Also enable in rules.mk
* rename but also had to define the existing LAYOUT macro as the new one to prevent breakage of existing keymaps
* add 65_ansi_blocker support for vinta
* forgot to update the info.json on these
* add new default layout 65_ansi_blocker support to alt
* add 65_ansi_blocker support
* undo changes
Diffstat (limited to 'keyboards/kbdfans/kbd67/hotswap/hotswap.h')
-rw-r--r-- | keyboards/kbdfans/kbd67/hotswap/hotswap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/kbdfans/kbd67/hotswap/hotswap.h b/keyboards/kbdfans/kbd67/hotswap/hotswap.h index 57220050b6..45cf537cbe 100644 --- a/keyboards/kbdfans/kbd67/hotswap/hotswap.h +++ b/keyboards/kbdfans/kbd67/hotswap/hotswap.h @@ -40,4 +40,3 @@ { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, KC_NO, K3C, K3D, K3E}, \ { K40, K41, K42, KC_NO, KC_NO, K45, KC_NO, KC_NO, KC_NO, K49, K4A, K4B, KC_NO, K4D, K4E}, \ } - |