Konstantin Đorđević
61b5914a80
Fix Clueboard hotswap gen1 not compiling when LED Matrix is disabled ( #6427 )
...
* Fix Clueboard hotswap gen1 not compiling when LED Matrix is disabled
* Move keymap.json to default keymap folder
* Revert "Move keymap.json to default keymap folder"
This reverts commit 7f28df909d
.
5 years ago
Joel Challis
9813a6f950
Add an alternative method for keyboard discovery to speed up build ( #6073 )
...
* Add an alternative method for keyboard discovery to speed up build
* Chain MAKEFLAGS for docker_build.sh
* Slight improvement to number of items sent to sort
* Remove debug line
* Fix line escape
5 years ago
Joel Challis
fadb69e203
Refactor of lets_split_eh to enable RGB split animations ( #6411 )
5 years ago
Joel Challis
ee8d9bd40a
Remove duplicate test keyboards ( #6539 )
...
* Remove test keyboards now onekey and splittest have been extended
* Add f072 for testing
5 years ago
Joe Wasson
d578aaefcd
[Keymap] Fix include following Wilba refactor ( #6538 )
5 years ago
fauxpark
75b28225db
[Keymap] Cosmetic fix for default Wasdat keymaps ( #6531 )
5 years ago
Vince Gellár
5d23fb1e3a
[Keymap] Xd75 bulbizarre keymap ( #6525 )
...
* Added Bulbizarre keymap for the XD75
* Fixed no newline at the end of file
* Update keyboards/xd75/keymaps/bulbizarre/readme.md
Co-Authored-By: MechMerlin <30334081+mechmerlin@users.noreply.github.com>
* Update led status check
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove unnecessary define
Co-Authored-By: fauxpark <fauxpark@gmail.com>
5 years ago
Joel Challis
d14ef52b80
[Keymap] Update gherkin to use gpio ( #6520 )
5 years ago
Joel Challis
41482e02a6
[Keyboard] Align xd84 and xd96 with moon ( #6465 )
...
* Refactor xd84 to use LINK_TIME_OPTIMIZATION_ENABLE
* Refactor xd96 to use LINK_TIME_OPTIMIZATION_ENABLE
* Align xd84 and xd96 with moon
* Update keyboards/xd96/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/xd84/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
5 years ago
Drashna Jaelre
547fbe769c
Enable PWM Support for Planck EZ Indicator Lights ( #6473 )
...
* remove led layer code
* enable PWM on STM32F303
* Unusable PWM code
* Updated PWM Stuff?
* PWM Semi-working
* Both LEDs working at the same time
* Update names
* Add led level functions
* Add LED levels and persistent settings
* Revert change due to issues with timing related code
* Review feedback and minor cleanup
5 years ago
John M Daly
5004562441
[Keyboard] Add: Initial steamvan firmware code ( #6501 )
...
* Add: Initial steamvan firmware code
* Apply suggestions from code review
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update: Remove old macro commands, per reviewer comments
* Apply suggestions from code review
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update: Remove redundant backlight struct
* Update: Replace preprocessor defines with enum
5 years ago
Seth Barberee
0ec0d29e9f
[Keymap] Adding my userspace and keymaps ( #6496 )
...
* add Userspace and keymaps
* Adding keymaps for zeal60 and iris
* Created my own tap dance that toggles RGB Mode based on whether I toggled caps lock or not
* parent 578ed42a7f
author Seth Barberee <seth.barberee@gmail.com> 1565065903 -0500
committer Seth Barberee <seth.barberee@gmail.com> 1565065903 -0500
move to userspace
add zeal60
* update based on review
* move userspace to github name
5 years ago
Joel Challis
d8d2a09674
Fix LT() crashing some ARM keyboards ( #6529 )
5 years ago
Jarred Steenvoorden
576b138c6e
Add romac keymap ( #6523 )
5 years ago
くまお工房
38ad0d2673
Modified imcomplete keymap for kudox jis. ( #6524 )
5 years ago
George Petri
ed65881565
update arrows on lower layer ( #6517 )
5 years ago
Luciano Malavasi
b93e1309e5
[Keyboard] Add meson keyboard ( #6482 )
...
* Add meson keyboard
* Apply suggestions from code review
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Added soft reset and layer 3
* bootmagic light
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
5 years ago
Sascha Grunert
9114d6ebe9
Update keymap ( #6515 )
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
5 years ago
Florian B
c0e6734d3f
[Keymap] removes gamelayer, finally got rgb working ( #5817 )
...
* removes gamelayer, finally got rgb working
* lowercasing readme
* changed to layout_ortho_4x12
* rules.mk: Removed BACKLIGHT_CUSTOM_DRIVER
5 years ago
fauxpark
406f03bb0c
Mask off TD() parameter properly ( #6143 )
...
* Mask off TD() parameter properly
* More parentheses
5 years ago
fauxpark
405dea01be
Add some defaults for ATmega32A to mcu_selection.mk ( #6253 )
...
* Add some defaults for ATmega32A to mcu_selection.mk
* Remove boilerplate from templates
* Relax INTERRUPT_CONTROL_ENDPOINT and PROGRAM_CMD
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
5 years ago
fauxpark
2f6c068e0d
Extend allowed range of tappable keycodes to include modifiers ( #5809 )
...
* Extend allowed range of tappable keycodes to include modifiers
* Get rid of the magic numbers altogether
* Remove some more magic numbers
* Extract LM() functionality from ACT_LAYER_TAP
* Use ACTION() macro everywhere
5 years ago
fauxpark
2a534e87ac
Rename QK_TMK(_MAX) to QK_BASIC ( #6509 )
5 years ago
x1
f3e73965f0
[Keymap] Add kudox japanese keymap ( #6508 )
...
* Add a JIS keymap for kudox.
* Remove unnecessary codes.
5 years ago
Daniel Shields
b4c03070de
[Keymap] Fix rgb matrix effects on dshields keymaps. ( #6505 )
5 years ago
fauxpark
4d72aa428f
Improve backlight PWM pin support ( #6202 )
...
* Improve backlight PWM pin support
* I accidentally an equals sign
* Another typo
* Order by pin number
* Throw an error if backlight pin is C4 or C5 on 16/32U4
* Use else for clarity
* Minor alignment adjustments
5 years ago
Michael Clayton
57540af102
Change "yu" to "you" in combo docs ( #6510 )
5 years ago
MechMerlin
2c0c25d014
Move Alice to TGR Directory ( #6502 )
...
* git mv alice into the tgr directory
* update readme with new build instructions
5 years ago
noroadsleft
8479dd65d4
[Keyboard] Southpole: add Configurator layout data ( #6498 )
5 years ago
skullydazed
3cb28bbe42
Use the older `universal_newlines` name instead of `text` ( #6506 )
5 years ago
dsanchezseco
74d7d232e3
added missing comment of RGB control keys planck/rev6 ( #6503 )
5 years ago
Matthew Treadwell
340c3abc28
Update gaming layout ( #6504 )
5 years ago
Zach DeCook
009d45d4d7
MIDI: Fix basic noteon: send correct velocity ( #6476 )
5 years ago
fauxpark
59d3b37130
Fix qmk_install.sh on Windows dropping to command prompt ( #6488 )
5 years ago
jotix
a6701c28d2
[Keymap] Jotix ortho_4x12_layout ( #6497 )
...
* jotix ortho_4x12_layout
* jotix ortho_4x12_layout
* kc_caps in raise layer
5 years ago
MechMerlin
98b237a21b
[Keyboard] New Keyboard: Booster ( #6486 )
...
* initial commit
* port over the kbfirmware json
* add numpad_5x4 LAYOUT support
* fix up layout macro to allow community layout support
* add a sparse readme on how to contact Percent Studio
* change .h to a .md file
* fix firmware file too large error
* Update keyboards/percent/booster/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/percent/booster/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/percent/booster/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/percent/booster/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/percent/booster/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/percent/booster/keymaps/default/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/percent/booster/keymaps/default/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/percent/booster/keymaps/default/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/percent/booster/keymaps/default/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/percent/booster/keymaps/default/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/percent/booster/keymaps/default/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
5 years ago
Jeremy Bernhardt
07bdc8f4b7
[Keyboard] Added little fixes and bootmagic for gBoard keebs ( #6477 )
...
* Added little fixes and bootmagic
* Update keyboards/gergo/keymaps/oled/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* whacked out quantum_libs
5 years ago
Yoshitake Hamano
ae934c389e
[Keymap] hhkb:halfqwerty_jp ( #6475 )
5 years ago
Branden Byers
6b27ebefc6
[Keyboard] Add cKeys' "The Dora" Board ( #6469 )
...
* Initial 4x5
* More board
* Update exboard
* Update
* Change name to thedora
* Update keyboards/ckeys/thedora/keymaps/default/keymap.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/ckeys/thedora/config.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove the slash
* Attempt at fixing moxygen line break issues
* Update keyboards/ckeys/thedora/config.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Add boilerplate
* Update keyboards/ckeys/thedora/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
5 years ago
kakunpc
f54e47c79d
[Keyboard] Fixed Suihankey info.json ( #6466 )
...
* fix info.json
* Update keyboards/suihankey/info.json
5 years ago
x1
9587fac72a
[Keyboard] Add kudox keyboard ( #6459 )
...
* Add Kudox Keyboard profile.
* Modified info.json and image link on readme.
* Remove unnecessary codes.
* Set BootLoader caterina.
* Remove duplicated settings on rules.mk.
* Clean up config.h.
* Modified include header path.
* Modified info.json to adjust 4th row keys y position.
* Separate default keymap and my keymap.
* Modified RGB_LED_* settings on kudox/rev1/config.h.
5 years ago
x1
e5831d79c0
[Keyboard] Add kudox game keyboard ( #6460 )
...
* Add configurations for Kudox Game Keyboard rev1.
* Modified Kudox Game Keyboard readme and keymap.
* Remove unnecessary codes.
* Set BootLoader caterina.
* Remove wrong settings on rules.mk.
* Clean up config.h.
* Modified MATRIX_ROWS on kudox_game/rev1/config.h.
* Modified RGB_LED_NUM on kudox_game/rev1/config.h.
5 years ago
noroadsleft
d967d3a6b5
Correct info.json data for Hnah40 handwired ( #6489 )
5 years ago
coseyfannitutti
620fcf12e8
Update info.json - discipline ( #6483 )
...
* Update info.json
* Update readme.md
* Update keyboards/coseyfannitutti/discipline/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
5 years ago
Sid Carter
cacfaedb81
new keymap for projectkb alice ( #6491 )
...
* new keymap for projectkb alice
* update documentation for resetting PCB
* actually need a grave key more than a tilde
* move DFU_ARGS to top level
* cleanup unused keycodes and others
* align with typical ergo layouts. move enter and keep function layer reachable
5 years ago
Maarten Dekkers
209b6baaa8
Move maartenwut's keyboards to one folder ( #6484 )
5 years ago
MechMerlin
7f8922ae7b
GH60 Refactor: Move Satan into GH60 directory ( #6485 )
...
* Move Satan into the GH60 directory to avoid the confusion of what PCB people have
* set bootmagic to lite
* rename gh60 file to revc
5 years ago
fauxpark
72f382fc02
Remove unused _BOOTLOADER defines
5 years ago
coseyfannitutti
430c37024e
[Keyboard] add keyboard-discipline ( #6464 )
...
* add keyboard-discipline
* move discipline to /coseyfannitutti
* Update readme.md
* Update keyboards/coseyfannitutti/discipline/discipline.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/discipline.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/keymaps/coseyfannitutti/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/keymaps/67_ansi/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/keymaps/67_ansi/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/keymaps/coseyfannitutti/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/keymaps/default/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/keymaps/default/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/coseyfannitutti/discipline/rules.mk
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update readme.md
* Update keyboards/coseyfannitutti/discipline/discipline.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
5 years ago
Garrett Singer
f644db042c
[Split] Add config option for DIRECT_PINS_RIGHT ( #6479 )
...
Adds support for different direct pin mappings on the halves of a split keyboard.
5 years ago