Drashna Jaelre and GitHub
d3f7910e68
Remove AUTOGEN and fix Travis Compiled Push scripts ( #5077 )
...
* Grab HEX and BIN files from autogen
And push them to qmk.fm/compiled
* Make autogen copy extension agnostic
This way, when travis cl scrpit looks for hex files, it will actually grab bin files, and not hex files for ARM boards
* Handle the AUTOGEN in :bin target to properly handle edge cases
Both the TADA68 and ATSAM boards generate the hex file and then convert it to a bin file. The changes I made does not handle this well, at all. This removes the hex and replaces it with a bin, if a bin is normally generated.
* Revert hex target to original copy command
* Check hex and bin separately in compile push script
Since I don't know how to script this, well
* Simplify push to compiled folder
* Further simplify compiled push script
* Move AUTOGEN parsing to a more sane location to prevent tech debt
Thanks to skully!
* Remove AUTOGEN completely, as it's not needed
This has the benefit of making everything super simple, since we can pull every hex and bin from the root of the qmk_firmware folder, and move that to th compiled folder. This also removes old and unneeded code, and removes some tech debt that has been accrued, without adding more, in theory.
2019-02-12 16:46:04 -08:00
Wilba and MechMerlin
c5e10b7203
Added WT75-A, refactor wilba.tech PCBs ( #5100 )
...
* Added WT75-A, added "via" keymaps to wilba.tech
* Missed file last commit
2019-02-12 12:59:56 -08:00
MechMerlin and Drashna Jaelre
516f516062
[Keyboard] Space65: RGB Animations on by default ( #5097 )
2019-02-11 18:29:57 -08:00
Mike Bell and MechMerlin
0b3b80afc1
Add digital layout for KBD75 ( #5095 )
...
* Initial commit of digital kbd75 layout
* Add readme
* Update readme
* Update readme with suggestions
2019-02-11 06:29:11 -08:00
skullY and skullydazed
c5221fa1cb
fix the led_matrix.h naming conflict
2019-02-10 15:37:12 -08:00
skullY and skullydazed
5fc2421811
Put back an accidentally stripped copyright
2019-02-10 15:37:12 -08:00
skullY and skullydazed
1a680c1d6a
cleanup
2019-02-10 15:37:12 -08:00
skullY and skullydazed
84879f28a3
fix compiling for backlight without led matrix
2019-02-10 15:37:12 -08:00
skullY and skullydazed
c080a3e7c4
cleanup
2019-02-10 15:37:12 -08:00
skullY and skullydazed
32116f1a45
Move the 1 second delay to led_matrix_init
2019-02-10 15:37:12 -08:00
skullY and skullydazed
24df54b807
Add documentation for led matrix
2019-02-10 15:37:12 -08:00
skullY and skullydazed
cc738e32dd
Force backlight on when led matrix is enabled
2019-02-10 15:37:12 -08:00
skullY and skullydazed
6b74dd6de5
led_matrix works now
2019-02-10 15:37:12 -08:00
skullY and skullydazed
bf2670601d
compiles, but long delay on startup and problems
2019-02-10 15:37:12 -08:00
skullY and skullydazed
159191a874
revert accidental rgb_matrix.h changes
2019-02-10 15:37:12 -08:00
skullY and skullydazed
fd698c43d7
The beginning of a simple led matrix driver for is31fl3731
2019-02-10 15:37:12 -08:00
mikethetiger and Drashna Jaelre
aeafcc9fd3
[Keymap] Added my THE50 Keymap ( #5093 )
...
* adding my planck keymap
* adding my planck keymap
* added my espectro keymap
* the50 keymap
2019-02-10 12:52:03 -08:00
GreenShadowMaker and Drashna Jaelre
65d3afc915
[Keyboard] Update ergodash readme.md ( #5092 )
...
Clarification of Keys to Keymap note added
2019-02-10 12:50:55 -08:00
TerryMathews and Drashna Jaelre
6ba39689d3
[Keyboard] Initial support for TKC M0LLY ( #5087 )
...
* Initial support for TKC M0LLY
* Remove depreciated Magic Keys define
* Update keyboards/m0lly/README.md
Co-Authored-By: TerryMathews <terry@terrymathews.net >
* Update keyboards/m0lly/README.md
Co-Authored-By: TerryMathews <terry@terrymathews.net >
* Update keyboards/m0lly/info.json
Co-Authored-By: TerryMathews <terry@terrymathews.net >
* Update keyboards/m0lly/info.json
Co-Authored-By: TerryMathews <terry@terrymathews.net >
* Update keyboards/m0lly/m0lly.h
Co-Authored-By: TerryMathews <terry@terrymathews.net >
* Suggested review changes
2019-02-10 12:44:39 -08:00
takashiski and Drashna Jaelre
6848002601
[Keyboard] Namecard rev2 ( #5080 )
...
* add revision
* change to row2col
* remove old config.h
* remove rule.mk from namecard2x4/
2019-02-10 12:40:31 -08:00
Joshua Bragge and MechMerlin
e251850cd8
added missing ; on example ( #5089 )
2019-02-09 09:18:08 -08:00
Braydon Bubnick and Drashna Jaelre
932d96ad56
[Keyboard] 1up60hte Readme update ( #5075 )
...
* Tweaks to default 1up60hte layout + support for HHKB style layout
* Added changes to layouts
* Fix config.h
* Fixed errant KC_NO in layout
* Added readme to keyboard... Will update with images/store link when avail.
* Update to use LAYOUT_60_hhkb default layout
* md formatting fix
* Update keyboards/1upkeyboards/1up60hte/readme.md
Co-Authored-By: bubnick <bubnick@users.noreply.github.com >
* Update keyboards/1upkeyboards/1up60hte/readme.md
Co-Authored-By: bubnick <bubnick@users.noreply.github.com >
* Added layout to rules.mk, fixed layout to be compatble with community HHKB keymaps
* Added image, updated store page to readme
2019-02-08 15:37:23 -08:00
Danny and Drashna Jaelre
f4f75acbd6
[Keyboard] Update default keymap, change RGB LEDs to 4 for Rev. 1.1 ( #5086 )
2019-02-08 15:35:49 -08:00
Danny and Drashna Jaelre
aea45c5483
[Keymap] Add HHKB JP keymap for bakingpy ( #5084 )
2019-02-08 15:34:44 -08:00
Danny and Drashna Jaelre
6fa0c48563
Convert Viterbi to use split_common, add rev2 ( #5085 )
...
* Convert Viterbi to use split_common, add rev2
* Update keyboards/viterbi/rev2/config.h
Co-Authored-By: nooges <nooges@users.noreply.github.com >
* Update keyboards/viterbi/rev2/config.h
Co-Authored-By: nooges <nooges@users.noreply.github.com >
2019-02-08 15:33:27 -08:00
skullY and skullydazed
bcb1815420
Add label to the info.json reference
2019-02-08 15:13:20 -08:00
skullY and skullydazed
83f74dd94c
fix the case for some elements
2019-02-08 15:13:20 -08:00
noroadsleft and skullydazed
c6183ab4fc
Update docs/reference_info_json.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
skullY and skullydazed
aeee735f35
Clarify LAYOUT vs LAYOUT_all
2019-02-08 15:13:20 -08:00
skullY and skullydazed
330e2e6af5
Address comments in #4832 . Move info.json reference to its own file.
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
24b7d058e2
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
a45b625b62
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
a5f1581316
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
5fdb398e0a
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
bd9be8af4a
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
59bf9127f2
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
b577b3b461
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
a47860e7e3
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
096b480e3d
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
9f2f9b5333
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
Konstantin Đorđević and skullydazed
7e44618325
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
fauxpark and skullydazed
81a5e4d718
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
2019-02-08 15:13:20 -08:00
skullY and skullydazed
154e1d99c3
tweak the keyboard guidelines
2019-02-08 15:13:20 -08:00
skullY and skullydazed
c3e0ef4d8a
Update the keyboard guidelines
2019-02-08 15:13:20 -08:00
Danny and Drashna Jaelre
941f8678a4
Add support for Quefrency left half with 2x5 macro section ( #5051 )
2019-02-08 13:20:38 -08:00
Edmund Miller and Drashna Jaelre
be3a59d0ff
[Keymap] Add Emiller Personal planck layout ( #4249 )
...
* Add emiller
* Add Num Layer
* Update QWERTY
* Update Raise and Lower
* Add right shift to match ergodox
* Update keyboards/planck/keymaps/emiller/config.h
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com >
* Update keyboards/planck/keymaps/emiller/config.h
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com >
* Update keyboards/planck/keymaps/emiller/config.h
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com >
* Update keyboards/planck/keymaps/emiller/keymap.c
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com >
* Update keyboards/planck/keymaps/emiller/keymap.c
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com >
* Update keyboards/planck/keymaps/emiller/config.h
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com >
* Add revisions
Co-authored-by: drashna <drashna@live.com >
2019-02-07 15:32:39 -08:00
Pierre Constantineau and Drashna Jaelre
6be078445c
Merge ErgoTravel default keymap to match Group Buy orders ( #5071 )
2019-02-07 15:30:40 -08:00
Daniel H Klein and Drashna Jaelre
76da6ec061
[Keyboard] Unigo66 fixes and improvements ( #5060 )
...
* UniGo66 keyboard added
* UniGo66 keyboard added
* case correction of unigo66 files
* create sirius folder
* Update keyboards/sirius/unigo66/rules.mk
Co-Authored-By: danielhklein <danielklein@utexas.edu >
* Update keyboards/sirius/unigo66/keymaps/danielhklein/keymap.c
Co-Authored-By: danielhklein <danielklein@utexas.edu >
* Update keyboards/sirius/unigo66/keymaps/default/config.h
Co-Authored-By: danielhklein <danielklein@utexas.edu >
* Update keyboards/sirius/unigo66/keymaps/danielhklein/config.h
Co-Authored-By: danielhklein <danielklein@utexas.edu >
* debugging
* correct keymap to layout
* readme
* remove common config
* suggested changes to config.h
* updates and fixes
2019-02-07 15:24:34 -08:00
Brice Figureau and Drashna Jaelre
6affec582b
Regroup all Exclusive keyboard in one directory
...
To reduce clutter in the `keyboards/` directory, this patch moves all
keyboards definitions for Exclusive boards to its own subdirectory.
2019-02-07 15:22:55 -08:00
Erez Zukerman and Drashna Jaelre
c789577675
Adds a period to the docs.
...
Yes, really. Revolutionary, I know!
2019-02-07 13:30:17 -08:00