XScorpion2
25aa7bcbdb
Space Cadet: Reducing unnecessary reported keypresses ( #5781 )
...
* Reducing unnecessary reported keypresses and minor docs / variable name changes
* Apply suggestions from code review
Co-Authored-By: XScorpion2 <rcalt2vt@gmail.com>
6 years ago
Takeshi ISHII
19c6b7fe10
Fix LIB_SRC insert position ( #5731 )
...
The insertion point for `$(patsubst %.c,%.clib,$(LIB_SRC))` must be after all normal `SRC += ..` . I modified it to be so.
Because LIB_SRC and SRC are assumed to be used in pairs. Similarly, QUANTUM_LIB_SRC and QUANTUM_SRC are assumed to be used in pairs.
6 years ago
Drashna Jaelre
caef39bf2a
Add DFU Suffix for ARM boards ( #5763 )
...
* Add DFU Suffix for ARM boards
* Blindly flash DFU SUFFIX ARGS for now
* Fix commented out check
* Fix DFU Suffix Argument check
Thank you jack!
* Update Travis CI Scripts to include dfu-util
So we can get dfu-suffix as well
* Manually add dfu-suffix package
* Use external repo for newer version of dfu-util
One that includes dfu-suffix
* Update .travis.yml
* Silence unnecessary output from dfu-suffix
6 years ago
Takeshi ISHII
4550e29f95
If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table instead of exp() and sin() ( #5484 )
...
* If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table instead of exp() and sin()
* Change rgblight breathing table size to be easily selectable.
add RGBLIGHT_BREATHE_TABLE_SIZE macro for customize breathing effect.
6 years ago
XScorpion2
22426a4b4a
Adjusted the linear led table and hsv_to_rgb to better handle 255 hue ( #5739 )
...
* Adjusted the linear led table and hsv_to_rgb to better handle 255 hue
* small math adjustments to better handle specific uint8_t rounding and overflows
6 years ago
XScorpion2
2351739cd9
Simple fix for selecting which tracked key press to work off of for simple reactive effects ( #5745 )
6 years ago
XScorpion2
882b8df7af
Implement kb function for rgb matrix to led lookup ( #5738 )
6 years ago
XScorpion2
fd776b06b3
Fixing incorrect usage of RGBLED_NUM in ws2812 driver when used with RGB Matrix ( #5744 )
6 years ago
XScorpion2
8a9e766bdc
rgblight 255 hue ( #5547 )
6 years ago
Florian Didron
59d28fe288
Merge pull request #34 from zsa/fix/mouse_movement
...
Re-fix Mousekey Movements
6 years ago
Florian Didron
fd06a342ee
Merge pull request #33 from zsa/feature/per_level_matrix_effects
...
RGB Matrix: Custom effects on a kb/user level
6 years ago
Drashna Jaelre
c382378a35
Re-fix Mousekey Movements
6 years ago
Florian Didron
882651dc06
Merge pull request #31 from zsa/fix/lib8tion_functions
...
Fix/lib8tion functions
6 years ago
Florian Didron
c3d6f89274
Merge pull request #30 from zsa/feature/space_cadet
...
Simple extended space cadet (#5277 )
6 years ago
Florian Didron
f6743b86a9
Merge pull request #29 from zsa/fix/planck_ez_leds
...
[Keyboard] Fix red an green leds location (qmk#5698)
6 years ago
Florian Didron
edf5c533d6
Merge pull request #28 from zsa/fix/wake_on_chibos
...
Fix wakeup function on ChibiOS
6 years ago
Daniel Prilik
b6648f46a8
RGB Matrix: Custom effects on a kb/user level ( #5338 )
...
* Revamped custom effects approach
See docs for example usage
* push-up RGB Matrix default mode
Override default effect using RGB_MATRIX_STARTUP_MODE.
Useful on boards without EEPROM support
(*cough* Massdrop ALT/CTRL *cough*)
* update docs
6 years ago
XScorpion2
51b568a197
Removed forced in lining for lib8tion functions ( #5670 )
6 years ago
Alec Geatches
396c6adaa8
Change lib8tion library to be usable in user keymaps ( #5598 )
...
* Move lib8tion header-defined constant into implementation file, add to build
* Move b_m16_interleave initializtion to lib8tion.c, change build to include lib8tion.c in QUANTUM_LIB_SRC
* Remove left-over whitespace
* Move lib8tion include by RGB_MATRIX_ENABLE code in makefile
* Revert build changes and change lib8tion b_m16_interleave constant to static
6 years ago
XScorpion2
38c65e4928
Simple extended space cadet ( #5277 )
...
* Simplifying and Extending Space Cadet to work on Ctrl and Alt keys
* PR Review feedback
* Reverting back to keycodes
6 years ago
Florian Didron
9e8cd4f5ea
[Keyboard] Fix red an green leds location ( #5698 )
6 years ago
Florian Didron
c941ef0f09
Merge pull request #27 from zsa/src_fix
...
Src fix
6 years ago
Florian Didron
eedffbdfc4
Merge branch 'master' into src_fix
6 years ago
Florian Didron
1a3d6cd98f
Merge pull request #26 from zsa/rgb_updates
...
RGB Light Updates
6 years ago
Drashna Jaelre
cc1e4cde13
Fix wakeup function on ChibiOS
...
Somebody was a very, very bad boy, and did a poor job of copy-pasting
6 years ago
Drashna Jaelre
98a35272cf
Add changelog
6 years ago
Takeshi ISHII
d663b42978
fix LIB_SRC and QUANTUM_LIB_SRC for ARM ( #5623 )
...
* fix LIB_SRC and QUANTUM_LIB_SRC for ARM(chibios)
* remove ARFLAGS
* tmk_core/arm_atsam.mk:AR: remove 'rcs'
6 years ago
Drashna Jaelre
ebca01b46b
Add changelog
6 years ago
Rockman18
d1d0211bf1
[FIX] Misspelled RGB_YELLOW ( #5692 )
6 years ago
Erovia
190bc5bada
Define RGB colors ( #5300 )
...
* Define RGB colors
Define RGB colors and pass them to the rgblight functions, instead of
defining multiple macros.
6 years ago
mtei
5a7085b642
add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()
6 years ago
mtei
2e76759f76
add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to eeconfig_update_rgblight_default()
6 years ago
Florian Didron
b71e3e80c6
Merge pull request #25 from zsa/fix/travis_check
...
Improve Travis CI Script
6 years ago
Drashna Jaelre
8eb37fa4f3
Add proper keymaps for glow and reactive glow
6 years ago
Drashna Jaelre
57bfdd8b50
Remove additional unneeded Planck files
6 years ago
Drashna Jaelre
1267504957
Compile all keymaps
...
Specifically, we want to make sure that the Ergodox EZ Glow keymap is compiled here
6 years ago
Florian Didron
9f37354851
Merge pull request #24 from zsa/fix/rgb_matrix_init
...
Fix RGB Matrix EEPROM initialization
6 years ago
Florian Didron
bd66bf5f8f
Merge branch 'master' into fix/rgb_matrix_init
6 years ago
Florian Didron
f93b7b53b7
Merge pull request #23 from zsa/fix/avr_gcc_compiler
...
Fix AVR GCC 8.x compiler error
6 years ago
Florian Didron
2d95c30c28
Merge branch 'master' into fix/avr_gcc_compiler
6 years ago
Florian Didron
7ca465911d
Merge pull request #22 from zsa/mouse_keys
...
Improvements to Mousekey's Constant speed mode
6 years ago
Florian Didron
d22fda3ca4
Merge branch 'master' into mouse_keys
6 years ago
Florian Didron
ff2838d2dd
Merge pull request #21 from zsa/feature/more_reactive_modes
...
Adds three addition RGB Matrix Reactive modes
6 years ago
Florian Didron
86f437c81f
Merge branch 'master' into feature/more_reactive_modes
6 years ago
Florian Didron
95462d0d65
Merge pull request #20 from zsa/feature/oled_driver
...
Adds support for OLED Driver
6 years ago
Florian Didron
c3a160bf72
Merge branch 'master' into feature/oled_driver
6 years ago
Florian Didron
70945f1146
Merge pull request #19 from zsa/feature/split_rgb
...
Adds the Split RGBLight support
6 years ago
Drashna Jaelre
9470a4b17d
Add changelog
6 years ago
Drashna Jaelre
3dbbb83d59
Init RGB Matrix EEPROM
...
I'm not sure how to check if it's the same as RGBLIGHT's EEPROM, but if you don't init it, it **will not** work properly until it is initialized.
6 years ago
Drashna Jaelre
e0fe8edb2d
Add changelog
6 years ago