summaryrefslogtreecommitdiff
path: root/keyboards/handwired/jotanck
Commit message (Collapse)AuthorAge
* Exclude more keyboards from CI (#11436)Zach White2021-01-13
| | | | | * exclude all of handwired * exclude more keyboards from CI
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-21
|
* Jotanck (#9531)jotix2020-06-24
| | | | | * add_adjust_layer * add_adjust_layer
* [Keyboard] Fix calls in handwired/jotanck (#7515)Drashna Jaelre2019-11-30
| | | | | The C file for this keyboard was calling `keyboard_pre_init_user`. Which is wrong. This fixes that behavior.
* [Keyboard] Update default keymaps to use `layer_state_t` (#7444)Drashna Jaelre2019-11-21
| | | | | | * Update default keymaps to use `layer_state_t` * Convert binon32 as get_highest_layer in default keymaps
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-20
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Cleanup rules.mk for 32U4 keyboards, H (#7030)fauxpark2019-10-20
| | | | | | * Cleanup rules.mk for 32U4 keyboards, H * Change some boards incorrectly assumed to be halfkay
* [Keyboard] leds in default keymap (#6357)jotix2019-07-20
|
* fix error in readme.mdjotix2019-06-08
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-06
|
* [Keymap] add 2 custom leds to handwired/jotanck (#6042)jotix2019-06-01
| | | | | | | | | | | | | | * add JOTANCK_LED1&2 * set BACKLIGHT_ENABLE = no * add 2 custom leds * swap custom led pins 1&2 * readme update * update default keymap
* [Keymap] jotix layouts adjustments (#5453)jotix2019-03-20
|
* [Keyboard] layout fixed in jotanck.h (#5432)jotix2019-03-18
|
* [Keymap] Jotix (#5424)jotix2019-03-17
| | | | | | * ortho_4x12 jotix2 layout * ortho_4x12 jotix2 layout
* [Keyboard] Update rules.mk (#5370)jotix2019-03-11
| | | | MOUSEKEY_ENABLED = yes by default
* [Keyboard] re-arrange the pinout for backlight support (#5321)jotix2019-03-05
|
* [Keyboard] add jotanck keyboard (#5192)jotix2019-02-21
* add jotanck keyboard * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/jotanck.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/jotanck.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/jotanck.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * requested changes * Update keyboards/handwired/jotanck/readme.md Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * add backlight support * add default keymap image to readme * add default keymap image to readme