summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/numpad20
AgeCommit message (Collapse)AuthorFilesLines
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-6/+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
2018-12-12handwired/numpad20 Refactor and Configurator support (#4589)noroadsleft3-18/+46
* handwired/numpad20: refactor - layout macro no longer auto-prepends keycodes with KC_ - keymaps for this keyboard will now compile in QMK Configurator - keymap now uses #include QMK_KEYBOARD_H - deleted unused fn_actions code block * handwired/numpad20: Configurator support
2018-04-12More QMK Configurator Warning/Error Fixes (#2720)MechMerlin3-2/+15
* Add readme with brief description Change KEYMAP to LAYOUT * Add readme.md with brief description Use LAYOUT macro * add a readme.md file * Add readme.md with brief description Use LAYOUT macro * Add readme.md with brief description Use LAYOUT macro * Fix "Warning: contra: Missing layout pp macro for ['planck_mit', 'planck_grid']", * Use LAYOUT macro
2017-09-27remove all makefiles from keyboard directoriesJack Humbert1-3/+0
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert1-5/+1
* 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
2017-08-04Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen1-12/+0
location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-12/+12
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-03-09Initial commit for handwired numpadDanny Nguyen6-0/+292