aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/phantom
AgeCommit message (Collapse)Author
2017-05-11Fix spelling of "persistent"Gravatar Nikolaus Wittenstein
Fixes #1201.
2016-11-17rgb light through midiGravatar Jack Humbert
2016-08-20Split keyboard makefiles into rules and MakefileGravatar Fred Sundvik
2016-08-14Setup the bottom-row modifiers to be mac-like in their arrangement.Gravatar Xyverz
2016-08-14Added my own layout to the Phantom.Gravatar Xyverz
2016-08-11Delete keymap.cGravatar Xyverz
Not ready to submit this one just yet.
2016-08-09Adding my own layouts for the Phantom and Ergodox. My Ergodox layout adds ↵Gravatar Ian Sterling
persistent layers based on the Planck and Preonic setup. The layout arrays are pulled directly from the ergodox/ez/ez.h keymap definition starting at line 81.
2016-07-17update more non-existent readmes for QMK.fmGravatar Seth Chandler
2016-07-08Fix a function mismatch that was causing LEDs to not properly initializeGravatar TerryMathews
See #430. Name of function being called at init was updated to led_init_ports(), but the call itself wasn't renamed.
2016-07-07Create keycodes for RGB control functionsGravatar TerryMathews
Moves RGB controls out of the macro function and assigns them their own keycodes: RGB_TOG (toggle on/off) RGB_MOD (mode step) RGB_HUI (increase hue) RGB_HUD (decrease hue) RGB_SAI (increase saturation) RGB_SAD (decrease saturation) RGB_VAI (increase brightness) RGB_VAD (decrease brightness)
2016-07-07updates rgblight implementation, makes non-timer stuff compatible with audioGravatar Jack Humbert
2016-06-23Backlight abstraction and other changes (#439)Gravatar Jack Humbert
* redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Gravatar Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards