Drashna Jaelre
a6dfd85e60
Update spacing in editorconfig file
...
For sanity's sake
2019-08-13 10:51:33 +09:00
fauxpark
ce6f145802
Mask off TD() parameter properly ( #6143 )
...
* Mask off TD() parameter properly
* More parentheses
2019-08-13 10:51:08 +09:00
fauxpark
b6e465be96
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 >
2019-08-13 10:50:27 +09:00
fauxpark
36a0c2b456
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
2019-08-13 10:49:55 +09:00
fauxpark
86c9a1a384
Rename QK_TMK(_MAX) to QK_BASIC ( #6509 )
2019-08-13 10:49:14 +09:00
fauxpark
562884a328
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
2019-08-13 10:48:29 +09:00
skullydazed
9e38863d64
Use the older universal_newlines name instead of text ( #6506 )
2019-08-13 10:47:48 +09:00
Zach DeCook
1cb8fa3cdc
MIDI: Fix basic noteon: send correct velocity ( #6476 )
2019-08-13 10:47:17 +09:00
fauxpark
dd1a8564ed
Fix qmk_install.sh on Windows dropping to command prompt ( #6488 )
2019-08-13 10:46:40 +09:00
Garrett Singer
31b5a5c22f
[Split] Add config option for DIRECT_PINS_RIGHT ( #6479 )
...
Adds support for different direct pin mappings on the halves of a split keyboard.
2019-08-13 10:46:11 +09:00
Jake Grossman
d6fe48954e
Removed print call to resolve #6364 ( #6413 )
...
* Change print to dprintf to avoid buffer overflow
* Add stdio header for dprintf
* Fix included headers
2019-08-13 10:45:38 +09:00
XScorpion2
986a0f068f
(OLED) Added support for CR ( #6399 )
...
Currently OLED Dirver only supports LF (\n) character in a string to clear out the rest of the current line and advance to the next line for writing. This PR adds support for CR (\r) character as well to advance to the next line, however not clear out the rest of the current line. This is extremely useful when you want to display a multi-line logo using a single array without wiping out exiting lines and flagging the OLED as dirty unnecessarily.
2019-08-13 10:44:55 +09:00
Konstantin Đorđević
2823be1b2f
Change xprintf() calls in rgblight.c to dprintf() ( #6363 )
2019-08-13 10:44:32 +09:00
zvecr
98fd7ebf58
Small fix to allow board to override split keyboard master check
2019-08-13 10:28:34 +09:00
Drashna Jaelre
64566241cb
Add support for TAP_CODE_DELAY to Hold-Tap keys ( #5400 )
...
* Add support for TAP_CODE_DELAY to Hold-Tap keys
* Better handling for tap code delay and caps version
2019-08-13 10:28:09 +09:00
Joel Challis
6d9eb7e97a
Fix MATRIX_X_PINS_RIGHT ARM compilation ( #6395 )
2019-08-13 10:27:36 +09:00
yrdns
48db06e8c1
Fix RGB Matrix Cycle Left-Right Animation ( #6421 )
...
One-line fix for a typo that could break build if DISABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT was defined but not DISABLE_RGB_MATRIX_CYCLE_ALL
2019-08-13 10:27:08 +09:00
George Petri
ed65881565
update arrows on lower layer ( #6517 )
2019-08-10 16:08:53 -07:00
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 >
2019-08-09 18:38:13 -07:00
Sascha Grunert
9114d6ebe9
Update keymap ( #6515 )
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com >
2019-08-09 17:20:43 -07:00
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
2019-08-08 14:17:49 -07:00
fauxpark
406f03bb0c
Mask off TD() parameter properly ( #6143 )
...
* Mask off TD() parameter properly
* More parentheses
2019-08-08 14:15:34 -07:00
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 >
2019-08-08 14:09:54 -07:00
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
2019-08-08 13:58:05 -07:00
fauxpark
2a534e87ac
Rename QK_TMK(_MAX) to QK_BASIC ( #6509 )
2019-08-08 13:32:30 -07:00
x1
f3e73965f0
[Keymap] Add kudox japanese keymap ( #6508 )
...
* Add a JIS keymap for kudox.
* Remove unnecessary codes.
2019-08-08 13:30:21 -07:00
Daniel Shields
b4c03070de
[Keymap] Fix rgb matrix effects on dshields keymaps. ( #6505 )
2019-08-08 13:21:54 -07:00
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
2019-08-08 13:12:12 -07:00
Michael Clayton
57540af102
Change "yu" to "you" in combo docs ( #6510 )
2019-08-08 18:10:16 +01:00
MechMerlin
2c0c25d014
Move Alice to TGR Directory ( #6502 )
...
* git mv alice into the tgr directory
* update readme with new build instructions
2019-08-07 19:02:27 -07:00
noroadsleft
8479dd65d4
[Keyboard] Southpole: add Configurator layout data ( #6498 )
2019-08-07 19:00:45 -07:00
Drashna Jael're
573e0bfab1
Fix isses with toggling
2019-08-08 08:54:52 +09:00
Drashna Jael're
c8db6dfdd3
Update RGB Matrix configuration for Ergodox EZ
2019-08-08 08:54:52 +09:00
Drashna Jael're
4de36ce45b
Update RGB Matrix configuration for Planck EZ
...
Use LED Flags for RGB matrix control instead
Cleanup
2019-08-08 08:54:52 +09:00
skullydazed
3cb28bbe42
Use the older universal_newlines name instead of text ( #6506 )
2019-08-07 12:00:46 -07:00
dsanchezseco
74d7d232e3
added missing comment of RGB control keys planck/rev6 ( #6503 )
2019-08-07 08:06:42 -07:00
Matthew Treadwell
340c3abc28
Update gaming layout ( #6504 )
2019-08-07 05:56:03 -07:00
Zach DeCook
009d45d4d7
MIDI: Fix basic noteon: send correct velocity ( #6476 )
2019-08-06 11:26:28 -07:00
fauxpark
59d3b37130
Fix qmk_install.sh on Windows dropping to command prompt ( #6488 )
2019-08-06 11:20:53 -07:00
jotix
a6701c28d2
[Keymap] Jotix ortho_4x12_layout ( #6497 )
...
* jotix ortho_4x12_layout
* jotix ortho_4x12_layout
* kc_caps in raise layer
2019-08-06 10:50:28 -07:00
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 >
2019-08-06 10:38:28 -07:00
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
2019-08-06 10:20:48 -07:00
Yoshitake Hamano
ae934c389e
[Keymap] hhkb:halfqwerty_jp ( #6475 )
2019-08-06 10:18:44 -07:00
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 >
2019-08-06 10:17:59 -07:00
kakunpc
f54e47c79d
[Keyboard] Fixed Suihankey info.json ( #6466 )
...
* fix info.json
* Update keyboards/suihankey/info.json
2019-08-06 10:17:00 -07:00
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.
2019-08-06 10:14:40 -07:00
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.
2019-08-06 09:16:55 -07:00
noroadsleft
d967d3a6b5
Correct info.json data for Hnah40 handwired ( #6489 )
2019-08-06 09:15:48 -07:00
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 >
2019-08-06 08:35:29 -07:00
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
2019-08-06 08:33:56 -07:00