Commit Graph

35 Commits (49d8f1c5eda158ffd3570e3b631b683d59fae2ee)

Author SHA1 Message Date
Jack Humbert 800ec55dfc Make arguments redo, subproject elimination ()
* 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
Jack Humbert 791b9cc652 remove all makefiles from keyboard directories
skullydazed 4cdcbdb861 Remove all Makefiles from the keyboards directory. ()
* 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
Jack Humbert d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards ()
* include variables and .h files as pp directives

* start layout compilation

* split ergodoxes up

* don't compile all layouts for everything

* might seg fault

* reset layouts variable

* actually reset layouts

* include rules.mk instead

* remove includes from rules.mk

* update variable setting

* load visualizer from path

* adds some more examples

* adds more layouts

* more boards added

* more boards added

* adds documentation for layouts

* use lowercase names for LAYOUT_

* add layout.json files for each layout

* add community folder, default keymaps for layouts

* touch-up default layouts

* touch-up layouts, some keyboard rules.mk

* update documentation for layouts

* fix up serial/i2c switches
Daniel Khodabakhsh 046595f521 Update s60_x/default/rule.mk for original Sentraq S60-X
Fix and issue with the original Sentraq S60-X not being compatible with 'default'. If 'default' shouldn't be changed, perhaps I can create an 'original' revision.
skullY 4e73b0b8d7 Make the bulk of our keyboards match the readme.md standard
Jack Humbert b476d65b9c Update keyboards' rules.mk/Makefiles ()
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
Jack Humbert 3d5d3e1b0c Merge pull request from antelaurijssen/master
Submitting my own custom layout for S60X keyboard
Ante Laurijssen f37daa5343 Properly formatted unordered lists in readme.md
Ante Laurijssen 3ee346c07b Mods to readme.md
Ante Laurijssen 78a4cfd453 Modifications to readme.md and deletion of keyboard layout images
Jack Humbert 23c448b21d remove .hex, .PNG, .jpg
Jack Humbert a7ce482d14 remove the rest of the .pngs
Ante Laurijssen 54d48140cd -MIDI Chords now using process_record_user instead of F(n) keys
-Morse Code shift keys implemented
Ante Laurijssen 7146dfea6e Created special shift keys for Morse layer that change variable value, enabling to send “shifted” special morse code characters.
Ante Laurijssen 8f80f35186 Working on Morse Code Macros
Ante Laurijssen 1b8ed53f21 Added a couple of custom keys and updated layer image
Ante Laurijssen 9cfa37bb3d Improvements and corrections to morse code macros layer
Ante Laurijssen fbaf964a85 Improvements to Midi and keymap
Ante Laurijssen 06684555d2 Another typo...
Ante Laurijssen cd4ccee703 Corrected typo in readme.md
Ante Laurijssen 1ef911d150 Added a few images
Ante Laurijssen 4c48c29c0e Added MIDI_CHORD layer and other little fixes.
Updated readme.md
Ante Laurijssen a584675735 Midi Chord Function is now working! But some chords lag...
Ante Laurijssen 6b1f707ce9 Still working on these MIDI CHORDS!
Ante Laurijssen b4b06f81b5 More changes to keymap.c to try and get midi chords to work
Ante Laurijssen 1a0dfbbc96 More updates to keymap.c - still errors with midi when trying to compile
Ante Laurijssen 4d783d0e69 More work on my keymap.c and added .png images of my different layers.
Ante Laurijssen 06433eb1a0 More work on keymap.c and config.h
Ante Laurijssen b766407cbe Continuing work on keymap.c
Ante Laurijssen 26c6f6a85c Added Space Cadet Rollover Disable to config.h
Ante Laurijssen 814b570ba1 Working on keymap.c file...
Ante Laurijssen ee0b34feaf Started working on custom midi chord function
Ante Laurijssen f006ebebbd Initial push of my keymap
Jack Humbert d1d2b87f97 fixes s60_x keyboard