skullY
4e73b0b8d7
Make the bulk of our keyboards match the readme.md standard
7 years ago
Jack Humbert
b476d65b9c
Update keyboards' rules.mk/Makefiles ( #1442 )
...
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
7 years ago
Mathias Andersson
dd9b00543b
Update Phantom readme
...
Added basic description of the keyboard and some build and configuration
instructions.
Also moved the RGB underlight modification instructions to the readme.
7 years ago
Mathias Andersson
7ca335cf5b
Adjust Phantom for standard PCB
...
The previous default configuration and keymap was made for a Phantom
modified with RGB underlight.
This commit makes the default more in line with the "official"
configurations provided by the PCB.
The previous default have been moved to a separate keymap named
`rgbmod`. It has also been updated to better match the template keymap.
7 years ago
Mathias Andersson
3522496f24
Update Phantom config to better match template
7 years ago
Mathias Andersson
67b8bf8f70
Move Phantom LED handling to phantom.c
...
This is more in line with the structure provided by the keyboard
template.
7 years ago
Jack Humbert
23c448b21d
remove .hex, .PNG, .jpg
8 years ago
Nikolaus Wittenstein
8ddbf7f59f
Fix spelling of "persistent"
...
Fixes #1201 .
8 years ago
Jack Humbert
3774a7fcda
rgb light through midi
8 years ago
Fred Sundvik
44441de8ca
Split keyboard makefiles into rules and Makefile
8 years ago
Xyverz
055b887b0d
Setup the bottom-row modifiers to be mac-like in their arrangement.
8 years ago
Xyverz
049343e523
Added my own layout to the Phantom.
8 years ago
Xyverz
71e1bb2e1c
Delete keymap.c
...
Not ready to submit this one just yet.
8 years ago
Ian Sterling
6f700f1eb0
Adding my own layouts for the Phantom and Ergodox. My Ergodox layout adds 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.
8 years ago
Seth Chandler
f6aeaac5b5
update more non-existent readmes for QMK.fm
8 years ago
TerryMathews
564c743aa0
Fix a function mismatch that was causing LEDs to not properly initialize
...
See #430 . Name of function being called at init was updated to
led_init_ports(), but the call itself wasn't renamed.
8 years ago
TerryMathews
50c686587e
Create keycodes for RGB control functions
...
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)
8 years ago
Jack Humbert
57e08eb8ba
updates rgblight implementation, makes non-timer stuff compatible with audio
8 years ago
Jack Humbert
13bb6b4b7f
Backlight abstraction and other changes ( #439 )
...
* 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
8 years ago
Jack Humbert
649b33d778
Renames keyboard folder to keyboards, adds couple of tmk's fixes ( #432 )
...
* fixes from tmk's repo
* rename keyboard to keyboards
8 years ago