Drashna Jaelre
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.
6 years ago
Wilba
c5e10b7203
Added WT75-A, refactor wilba.tech PCBs ( #5100 )
...
* Added WT75-A, added "via" keymaps to wilba.tech
* Missed file last commit
6 years ago
MechMerlin
516f516062
[Keyboard] Space65: RGB Animations on by default ( #5097 )
6 years ago
Mike Bell
0b3b80afc1
Add digital layout for KBD75 ( #5095 )
...
* Initial commit of digital kbd75 layout
* Add readme
* Update readme
* Update readme with suggestions
6 years ago
skullY
c5221fa1cb
fix the led_matrix.h naming conflict
6 years ago
skullY
5fc2421811
Put back an accidentally stripped copyright
6 years ago
skullY
1a680c1d6a
cleanup
6 years ago
skullY
84879f28a3
fix compiling for backlight without led matrix
6 years ago
skullY
c080a3e7c4
cleanup
6 years ago
skullY
32116f1a45
Move the 1 second delay to led_matrix_init
6 years ago
skullY
24df54b807
Add documentation for led matrix
6 years ago
skullY
cc738e32dd
Force backlight on when led matrix is enabled
6 years ago
skullY
6b74dd6de5
led_matrix works now
6 years ago
skullY
bf2670601d
compiles, but long delay on startup and problems
6 years ago
skullY
159191a874
revert accidental rgb_matrix.h changes
6 years ago
skullY
fd698c43d7
The beginning of a simple led matrix driver for is31fl3731
6 years ago
mikethetiger
aeafcc9fd3
[Keymap] Added my THE50 Keymap ( #5093 )
...
* adding my planck keymap
* adding my planck keymap
* added my espectro keymap
* the50 keymap
6 years ago
GreenShadowMaker
65d3afc915
[Keyboard] Update ergodash readme.md ( #5092 )
...
Clarification of Keys to Keymap note added
6 years ago
TerryMathews
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
6 years ago
takashiski
6848002601
[Keyboard] Namecard rev2 ( #5080 )
...
* add revision
* change to row2col
* remove old config.h
* remove rule.mk from namecard2x4/
6 years ago
Joshua Bragge
e251850cd8
added missing ; on example ( #5089 )
6 years ago
Braydon Bubnick
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
6 years ago
Danny
f4f75acbd6
[Keyboard] Update default keymap, change RGB LEDs to 4 for Rev. 1.1 ( #5086 )
6 years ago
Danny
aea45c5483
[Keymap] Add HHKB JP keymap for bakingpy ( #5084 )
6 years ago
Danny
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>
6 years ago
skullY
bcb1815420
Add label to the info.json reference
6 years ago
skullY
83f74dd94c
fix the case for some elements
6 years ago
noroadsleft
c6183ab4fc
Update docs/reference_info_json.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
skullY
aeee735f35
Clarify LAYOUT vs LAYOUT_all
6 years ago
skullY
330e2e6af5
Address comments in #4832 . Move info.json reference to its own file.
6 years ago
Konstantin Đorđević
24b7d058e2
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
Konstantin Đorđević
a45b625b62
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
Konstantin Đorđević
a5f1581316
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
Konstantin Đorđević
5fdb398e0a
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
Konstantin Đorđević
bd9be8af4a
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
Konstantin Đorđević
59bf9127f2
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
Konstantin Đorđević
b577b3b461
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
Konstantin Đorđević
a47860e7e3
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
Konstantin Đorđević
096b480e3d
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
Konstantin Đorđević
9f2f9b5333
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
Konstantin Đorđević
7e44618325
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
fauxpark
81a5e4d718
Update docs/hardware_keyboard_guidelines.md
...
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
6 years ago
skullY
154e1d99c3
tweak the keyboard guidelines
6 years ago
skullY
c3e0ef4d8a
Update the keyboard guidelines
6 years ago
Danny
941f8678a4
Add support for Quefrency left half with 2x5 macro section ( #5051 )
6 years ago
Edmund Miller
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>
6 years ago
Pierre Constantineau
6be078445c
Merge ErgoTravel default keymap to match Group Buy orders ( #5071 )
6 years ago
Daniel H Klein
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
6 years ago
Brice Figureau
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.
6 years ago
Erez Zukerman
c789577675
Adds a period to the docs.
...
Yes, really. Revolutionary, I know!
6 years ago