mtei
d856f404bd
configurable each effect compile on/off in config.h
2018-08-08 02:09:01 +09:00
mtei
f7c092ce05
modify rgblight_task()
2018-08-07 20:21:52 +09:00
mtei
d360cff42a
modify rgblight_mode_eeprom_helper() and rgblight_sethsv_eeprom_helper()
2018-08-07 19:59:08 +09:00
mtei
a17933d80b
add temporary test code rgblight-macro-test2.[ch]
2018-08-07 17:17:08 +09:00
mtei
b50f924dd8
fix build break. when RGB_MATRIX_ENABLE defined
2018-08-07 05:05:26 +09:00
mtei
e6b3cf0ab5
quantum.c use RGBLIGHT_MODE_xxx symbols
...
No change in build result.
2018-08-07 02:50:34 +09:00
mtei
ffd094626b
rgblight.c use RGBLIGHT_MODE_xxx symbols
...
No change in build result.
2018-08-07 02:42:02 +09:00
mtei
69dc88cf53
rgblight.h : mode auto numberring and auto generate mode name symbol
...
No change in build result.
2018-08-06 22:02:44 +09:00
mtei
b9e8dfd382
add temporary test code rgblight-macro-test1.[ch]
2018-08-06 19:24:03 +09:00
Taylor Gonzalez
bb4af7deee
Fix qmk_install.sh to properly target MSYS ( #3455 )
...
* qmk_install fix for windows users.
* Updated wildcard to caputre both MSYS and MINGW64 in qmk_install
* added OR to windows qmk_install
2018-08-02 14:43:51 -07:00
MechMerlin
d8db4ab202
Keyboard: make sure LAYOUT macro names match in info.json and h87a.h ( #3550 )
2018-08-02 14:41:20 -07:00
techsock
329b574831
Keyboard: M0110 converter ported from TMK ( #3556 )
...
* M0110 Converter Initial Commit
Port of the M0110 converter from TMK to QMK
* Fixed Typo
2018-08-02 14:40:40 -07:00
MechMerlin
20e5798e63
Keyboard: update new link for hardware availability ( #3554 )
2018-08-02 14:38:43 -07:00
marksard
9aee5e6427
Keymap: refactoring and modifief to helix five rows jis ( #3552 )
...
* display of LED mode
* refactoring
* modified a keymap
* use extra jp header
2018-08-02 14:32:37 -07:00
orbitingorca
dfef321bdf
Keyboard: Enable using shared user hhkb layout for dz60 ( #3549 )
2018-08-02 14:17:11 -07:00
Takeshi ISHII
b29799f887
Keyboard: fixed build break (size overflow) HelixPico with Backlight or Underglow ( #3546 )
...
* build break fix for HelixPico
* add customize variable 'Link_Time_Optimization' into rev2 and pico keymaps rules.mk
* "CFLAGS += -flto" change to "EXTRAFLAGS += -flto"
* add USE_Link_Time_Optimization macro
2018-08-02 14:16:17 -07:00
Joshua Magee
0a00583462
Keyboard: Document the correct path to the let's split EEPROM files. ( #3539 )
...
* Document the correct path to the let's split EEPROM files.
* Document the EEPROM files in /quantum/split_common/ as the canonical location.
2018-08-02 13:52:24 -07:00
Danny
a057f1ca9e
Keymap: Reformat Iris default keymap ( #3534 )
...
* Reformat default keymap to use LAYOUT, move RGB controls to RAISE layer
* Use set_single_persistent_default_layer instead of old method
2018-08-02 13:49:17 -07:00
wanleg
62a8603122
Keyboard: 4x4 modular keyboard ( #3531 )
...
* add support for 4x4 macropad
* Update readme.md
* set DFU escape key
* cleanup
* Update config.h
* Update keymap.c
* Update config.h
* Update keymap.c
* Update 4x4.h
* reviewed
fudging review automation
* playing with the system
* reverting
* Required additions made
Added support for additional layouts
* tidy up default keymap
2018-08-02 13:48:39 -07:00
Kenny Hung
6c20c6219c
Keymap: Refactor symbols layer with layer tap workaround ( #3520 )
...
* Squash layout to fit on Planck
* Replace AST with PAST keycode so that it works with layer tap
* Review markups
2018-08-02 13:47:06 -07:00
Konstantin Đorđević
f0f1a363d2
Keymaps: Add whitefox constexpr keymap ( #3541 )
...
* Add keyboards/whitefox/keymaps/constexpr
* Conform to project coding conventions
* Tweak numpad layer keys
* Remove unnecessary directives
2018-08-01 20:04:20 -07:00
Jack Humbert
ea7bb624de
Update CODE_OF_CONDUCT.md
2018-08-01 15:20:02 -04:00
fauxpark
03ad6927cb
Docs: Format Space Cadet documentation ( #3540 )
...
* Format Space Cadet documentation
* Fix page filenames
* Move Caveats section up
2018-08-01 08:43:54 -07:00
MechMerlin
ff14028bd8
Keyboard: KBD75 Rev 1 LAYOUT_ansi_1u Bug ( #3542 )
2018-08-01 08:34:00 -07:00
fauxpark
c11a26ba54
Docs: Format Key Lock documentation ( #3538 )
2018-07-31 18:07:50 -07:00
Max Rumpf
9d016767e8
Keymap: Improvements to Maxr1998's Contra keymap ( #3535 )
...
* Add image
* Improvements to my Contra layout
* Quick fix for Level3 layer
2018-07-31 17:58:52 -07:00
Emmanuel Odongo
bb86d8a00c
Docs: Fix some minor errors in tap dance example ( #3530 )
...
* Fix some minor errors in tap dance example
Fix for #3529
Fix minor errors in the code examples for __Example 4: 'Quad Function Tap-Dance'__ and relevant documentation.
Clarified the need to include the header file in `keymap.c`.
* Use #pragma once in header guard
Fix for #3529
Implement change requested in #3530
2018-07-31 17:50:02 -07:00
Dylan Khor
cbf200e9dd
Keymap: Add unagi planck keymap ( #3527 )
...
* modifications to add mouse buttons 1-4 and misc
* Add khord chocopad keymap
* fix merge message
* Add unagi keymap
* Add readme for unagi planck keymap
* Replace boilerplate for unagi keymap
2018-07-31 17:48:41 -07:00
fauxpark
2bc34b09cd
Docs: Format Grave Escape documentation ( #3536 )
2018-07-31 17:40:55 -07:00
fauxpark
9b7a3a0bc8
Docs: Add Usage section to backlight docs ( #3537 )
2018-07-31 17:40:09 -07:00
Danny
1c88e4663d
Add Rorschach keyboard ( #3532 )
...
* Add Rorschach keyboard
* Add info.json
* Replace header guards with pragma once
2018-07-31 09:08:44 -07:00
bakageta
76f3a10eec
Keyboard: Add support for bpiphany's HID Liberation Device ( #3470 )
...
* Keyboard: Added support for HID Liberation Device
* Keymap: Custom (bakageta) layout for HID Liberation Device
* Updated with requested changes
2018-07-30 23:37:34 -07:00
fauxpark
98fa82ceef
Backlighting docs ( #3526 )
...
* Some words about backlighting
* Link to RGB feature pages
2018-07-30 23:22:52 -07:00
rbong
b90141a156
Keymap: Added rbong keyboard layout ( #3517 )
2018-07-30 23:20:30 -07:00
Will
aee0f3c3d2
Keymap: Fate Iris layout ( #3508 )
2018-07-30 23:19:45 -07:00
mtdjr
07ab5befc7
Keymaps: correct error in mtdjr userspace for layer_state_set_user ( #3521 )
...
* holefully correct error in mtdjr userspace for layer_state_set_user
* return state and wrap rgb actions in their own conditional
2018-07-29 21:45:09 -07:00
fauxpark
25d757284c
Docs: Fix Command docs escaping ( #3523 )
2018-07-29 21:08:59 -07:00
MechMerlin
841ea7ceb6
Keyboard: Add caps lock led support to DZ60 ( #3506 )
...
* add caps lock led support to DZ60
* changes from drashna's code review comments
* call led_set_user at the end of led_set_kb
2018-07-29 15:18:45 -07:00
orbitingorca
54517f8b34
Keyboard: Add a hhkb layout for the ok60 ( #3512 )
...
* Add HHKB keymap
* Add hhkb layout to info.json
2018-07-29 11:20:48 -07:00
rbong
dacc746b01
Keyboard: Add tada68 Linux flashing instructions ( #3516 )
2018-07-29 09:10:54 -07:00
Brosseau Valentin
bcc1a7ca30
Keymap: Change the bepo layout for only 1U keys ( #3514 )
2018-07-29 09:07:16 -07:00
Evan Travers
6caea0acfb
Docs: Adjust dynamic macro docs to include more than the planck ( #3509 )
2018-07-29 08:59:39 -07:00
wanleg
64f1ad00a7
Keymap: add left/right mouse keys ( #3504 )
2018-07-29 08:50:24 -07:00
fauxpark
f2ebafcee8
Docs: Make Bootmagic and Command docs a little easier to read ( #3499 )
...
* Make Bootmagic and Command docs a little easier to read
* Sometimes Bootmagic/Command is default on
* "Escape" pipe character so it renders correctly
2018-07-29 08:42:51 -07:00
Brad
595f3cbe5b
Added alternating led underglow pattern ( #3498 )
...
* added alternating led pattern
* added alternating with rgblight_config values
* removed my comments
2018-07-29 08:42:11 -07:00
Mikkel Jeppesen
f1513c3ad2
Keyboard: Let's Split fixes ( #3511 )
...
* Fixed pin for RGB
* Implemented drashnas fixes for filesize
2018-07-27 14:34:41 -07:00
Evan Travers
bd874b9577
Docs: Clarify "right" -> "right-handed" ( #3507 )
...
I couldn't understand this sentence at first owing to the confusion
between right meaning "correct," and right meaning "right-handed."
2018-07-26 18:07:24 -07:00
Bruno Fagundez
9fc7bb1f6a
Docs: Fixed the link to the advanced keycodes wiki ( #3505 )
2018-07-26 17:37:24 -07:00
MechMerlin
573e1c09e7
Keyboard: Update KEYMAP to LAYOUT for ckeys obelus ( #3495 )
2018-07-26 14:34:38 -07:00
MechMerlin
4deb5de438
Keyboard: Hide JC65 directory in QMK Configurator ( #3491 )
...
To prevent people from picking the wrong version for their MCU
2018-07-26 14:32:02 -07:00