summaryrefslogtreecommitdiffstats
path: root/keyboards/phantom
AgeCommit message (Collapse)AuthorFilesLines
2019-03-19 Cleanup Default Keymaps (#5442)Drashna Jaelre1-6/+1
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2-7/+0
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2-6/+0
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-5/+0
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt1-1/+1
2019-01-12Remove empty fn_actions[]fauxpark1-5/+0
2019-01-04Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft2-6/+0
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
2018-10-17Keyboard: Add tkl_ansi_plus_five layout for Phantom (#4145)jshuf2-0/+492
* 60_ansi keymap for DZ60 * 60_ansi keymap for DZ60 Amend author * 60_ansi keymap for DZ60 * Merge new phantom layout from dev branch
2018-08-26add linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)Michael F. Lamb1-2/+2
2018-07-02Phantom refactor and Configurator update (#3285)noroadsleft9-81/+205
* Matrix refactor * Keymap refactor * Add iso_uk keymap * Configurator update * Add LAYOUTS = tkl_ansi tkl_iso to rules.mk
2018-04-12Remove bootloader from info.jsonsskullY1-1/+0
2018-04-08Pull information from config.h and rules.mk (#2711)skullydazed1-3/+0
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
2018-04-06Add 2 missing F-Row keysYan-Fa Li1-5/+13
2018-04-06Adds Phantom TKL support (#2696)Yan-Fa Li1-0/+2317
* Add an info.json to phantom keyboard * Add layouts - KEYMAP_WINKEYLESS - KEYMAP_7BIT - KEYMAP_ISO - KEYMAP_ISO_WINKEYLESS * Add key_counts
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-1/+1
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-09-27remove all makefiles from keyboard directoriesJack Humbert3-77/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed2-0/+74
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
2017-08-17Make the bulk of our keyboards match the readme.md standardskullY1-40/+8
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-14/+14
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-23Update Phantom readmeMathias Andersson2-3/+46
Added basic description of the keyboard and some build and configuration instructions. Also moved the RGB underlight modification instructions to the readme.
2017-06-23Adjust Phantom for standard PCBMathias Andersson10-121/+405
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.
2017-06-23Update Phantom config to better match templateMathias Andersson2-22/+122
2017-06-23Move Phantom LED handling to phantom.cMathias Andersson3-53/+60
This is more in line with the structure provided by the keyboard template.
2017-06-12remove .hex, .PNG, .jpgJack Humbert2-1/+1
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein1-4/+4
Fixes #1201.
2016-11-17rgb light through midiJack Humbert1-1/+1
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik2-73/+71
2016-08-15Setup the bottom-row modifiers to be mac-like in their arrangement.Xyverz1-3/+3
2016-08-14Added my own layout to the Phantom.Xyverz1-0/+104
2016-08-11Delete keymap.cXyverz1-67/+0
Not ready to submit this one just yet.
2016-08-10Adding my own layouts for the Phantom and Ergodox. My Ergodox layout adds ↵Ian Sterling1-0/+67
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.fmSeth Chandler1-0/+4
2016-07-08Fix a function mismatch that was causing LEDs to not properly initializeTerryMathews1-1/+1
See #430. Name of function being called at init was updated to led_init_ports(), but the call itself wasn't renamed.
2016-07-08Create keycodes for RGB control functionsTerryMathews1-68/+1
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 audioJack Humbert1-7/+6
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert3-1519/+1
* 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-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert9-0/+1945
* fixes from tmk's repo * rename keyboard to keyboards