Christmas tree (#2160)
* Line ending stuff again
* Added initial files for Christmas Tree PCB
* Updated Readme and info json's, also config.
* Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.
* Forgot to push rules.mk for the V2017 folder, fixed now.
Remove MIDI from Planck Rev5 to fix compile build size issue
deletes the extra mechmini readme [doh]
reforked master and added changes to 7u and 6u iso layouts
[budi] tv44 arrow dvorak (#2151)
* [budi] tv44 arrow dvorak
* [tv44/budi] Removed qwerty, added readme
Found some broken links while looking up ARM keyboard support
add tests for action_layer.c and reset layer state after tests
make 'layer_state_set' visible to user code
fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)
Duck Octagon V2 QMK Support (#2153)
* Initial commit for Octagon V2 Support
This is still basically just a copy of lightsaver support with
names changed.
* Port xauser keymap from: https://github.com/xauser/tmk_keyboard/blob/xauser/keyboard/octagon_v2/keymap_common.h
* Temporary default keymap just to get things compiling
* Modify config.h to have the right keyboard info
* Partial port of xauser matrix code for octagon v2
* Fix readme.md
1. Fix link to geekhack GB
2. Add microchips
3. Add appropriate attributions
* Fix PORTD
* Intermediate fix to get LEDs working
* Update BACKLIGHT_AREAS enum
* Port the following:
backlight_set
backlight_toggle_rgb
backlight_set_rgb
and resolve dependencies in header files
* Port backlight_update_state to led_set_kb
* Change copyright notice author to MechMerlin
* Remove Rasmus keymap
* Get a default keymap that actually does something and let's you reset.
* Convert keymap into KC_XXXX format.
* Better formatting of the default keymap to make it more readable
* Fix keymap
* Get that Fn key working!
* Some code cleanup and small refactor
* Fix keymap in octagon_v2.h
Christmas tree (#2105)
* Line ending stuff again
* Added initial files for Christmas Tree PCB
* Updated Readme and info json's, also config.
* Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.
Fix reset key in Iris default keymap
Initial K-Type support (#1963)
* Initial K-Type support
* Copy PJRC_TEENSY_3_1 to work around watchdog issues
* K-Type: Remove bootloader offset in rules.mk
* Ensure matrix and scan quantum functions are called when needed
This is porting a fix from f5422a70b62e2b8cc75a87434a9901069ab953d4
Adding my xd60 layout. (#2078)
* Added xd60:Jos keymap
* Corrected Layout image for xd60:Jos layout
* Update README for xd60:Jos layout
* Created rules.mk for xd60:Jos layout
* Fixed an edge case for xd60:Jos layout
* Now using a specific for xd60:Jos layout instead of modifying the main one
* Better physical layout image for xd60:Jos layout
new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!) (#2100)
* new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!)
* corrected documentation to specify rules.mk file instead of Makefile
Adding my personal keymap (#2116)
* my personal keymap
* Add files via upload
* Delete baseLayer.JPG
* Delete fnLayer.JPG
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
Update '?=' references in rules.mk. Add support for ortho_4x12 layout.
Fix keyboard not working if I2C pullups not enabled.
Disable backlighting by default.
Cleanup old code and comments