[Keyboard] Leaf60 hotswap and universal pcb (#5882)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 16 May 2019 15:52:38 +0000 (08:52 -0700)
committerDrashna Jaelre <drashna@live.com>
Thu, 16 May 2019 15:52:38 +0000 (08:52 -0700)
commita8af694d265d5d136e81669ec7b30052a8f4de08
treec62315fc33a7db9e25d4625fa039fc9e70e58e59
parentb541369c45f13369c16de1b887f6ca5b7e589e6d
[Keyboard] Leaf60 hotswap and universal pcb (#5882)

* initial commit

* copy paste with some fixes the code from fox lab leaf60 repo

* add 60_ansi and 60_hhkb and community layout support

* add QMK Configurator support

* turn bootmagic to lite and turn on rgb and backlights

* disable some features so firmware isn't too big

* initial commit for hotswap leaf60

* add hotswap support

* edits for consistency

* add a generic leaf60 readme

* turn off console and command to save firmware space

* not enabling sleep led enable

* not enabling sleep led enable

* had one extra key in 60_hhkb

* get rid of limit val define

* Update keyboards/foxlab/leaf60/hotswap/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/foxlab/leaf60/hotswap/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/foxlab/leaf60/universal/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
19 files changed:
keyboards/foxlab/leaf60/hotswap/config.h [new file with mode: 0644]
keyboards/foxlab/leaf60/hotswap/hotswap.c [new file with mode: 0644]
keyboards/foxlab/leaf60/hotswap/hotswap.h [new file with mode: 0644]
keyboards/foxlab/leaf60/hotswap/info.json [new file with mode: 0644]
keyboards/foxlab/leaf60/hotswap/keymaps/default/config.h [new file with mode: 0644]
keyboards/foxlab/leaf60/hotswap/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/foxlab/leaf60/hotswap/keymaps/default/readme.md [new file with mode: 0644]
keyboards/foxlab/leaf60/hotswap/readme.md [new file with mode: 0644]
keyboards/foxlab/leaf60/hotswap/rules.mk [new file with mode: 0644]
keyboards/foxlab/leaf60/readme.md [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/config.h [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/info.json [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/keymaps/default/config.h [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/keymaps/default/readme.md [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/readme.md [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/rules.mk [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/universal.c [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/universal.h [new file with mode: 0644]